net/openldap25-{server,client}: fix proper usage of FETCH/GSSAPI options
- FETCH_DESC is not present with client
- FETCH applies to *both* client and server since both slapd and client tools use ldif_parse_line2() via libldap which can use libfetch
- GSSAPI is also required for the client as well since ldap*(1) commands can be used to connect and authenticate to directory servers like Active Directory and OpenLDAP with Kerberos via SASL GSSAPI mechanism
PR: ports/267056
(cherry picked from commit b7db3e41f324cdbc95a33256dd4cdf7e38928fc0)