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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dinit.c113 offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
563 if ( gopts->ldo_def_sasl_authcid ) {
564 LDAP_FREE( gopts->ldo_def_sasl_authcid );
565 gopts->ldo_def_sasl_authcid = NULL;
628 gopts->ldo_def_sasl_authcid = NULL;
752 gopts->ldo_def_sasl_authcid = LDAP_STRDUP( user );
H A Dunbind.c213 if ( ld->ld_options.ldo_def_sasl_authcid != NULL ) {
214 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
215 ld->ld_options.ldo_def_sasl_authcid = NULL;
H A Dopen.c167 ld->ld_options.ldo_def_sasl_authcid = gopts->ldo_def_sasl_authcid
168 ? LDAP_STRDUP( gopts->ldo_def_sasl_authcid ) : NULL;
219 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
H A Dcyrus.c963 *(char **)arg = ld->ld_options.ldo_def_sasl_authcid
964 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_authcid ) : NULL;
H A Dldap-int.h269 char* ldo_def_sasl_authcid; /* SASL authentication identity */ member in struct:ldapoptions

Completed in 124 milliseconds