Searched refs:ldo_def_sasl_authcid (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dunbind.c216 if ( ld->ld_options.ldo_def_sasl_authcid != NULL ) {
217 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
218 ld->ld_options.ldo_def_sasl_authcid = NULL;
H A Dinit.c122 offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
570 if ( gopts->ldo_def_sasl_authcid ) {
571 LDAP_FREE( gopts->ldo_def_sasl_authcid );
572 gopts->ldo_def_sasl_authcid = NULL;
629 gopts->ldo_def_sasl_authcid = NULL;
764 gopts->ldo_def_sasl_authcid = LDAP_STRDUP( user );
H A Dopen.c195 ld->ld_options.ldo_def_sasl_authcid = gopts->ldo_def_sasl_authcid
196 ? LDAP_STRDUP( gopts->ldo_def_sasl_authcid ) : NULL;
248 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
H A Dcyrus.c1031 *(char **)arg = ld->ld_options.ldo_def_sasl_authcid
1032 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_authcid ) : NULL;
H A Dldap-int.h334 char* ldo_def_sasl_authcid; /* SASL authentication identity */ member in struct:ldapoptions

Completed in 199 milliseconds