Searched defs:sasl_realm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c229 static char *sasl_realm = NULL; variable
1241 defaults = ldaptool_set_sasl_defaults( ld, sasl_mech, sasl_authid, sasl_username, passwd, sasl_realm );
2590 if ( sasl_realm != NULL ) {
2594 if (( sasl_realm = strdup(attr)) == NULL ) {

Completed in 149 milliseconds