Searched refs:sasl_username (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c661 char *sasl_username = NULL; local
812 saslrc = sasl_getprop( ctx, SASL_USERNAME, (const void **) &sasl_username );
813 if ( (saslrc == SASL_OK) && sasl_username ) {
814 LDAPDebug(LDAP_DEBUG_TRACE, "SASL identity: %s\n", sasl_username, 0, 0);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c230 static char *sasl_username = NULL; variable
1241 defaults = ldaptool_set_sasl_defaults( ld, sasl_mech, sasl_authid, sasl_username, passwd, sasl_realm );
2599 if (sasl_username != NULL) {
2603 if (( sasl_username = strdup(attr)) == NULL ) {

Completed in 62 milliseconds