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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c582 char *ldap_pw; local
617 status = get_ldap_bindPassword(&ldap_pw);
620 if (!ldap_pw)
621 free(ldap_pw);
624 credp->cred.unix_cred.passwd = ldap_pw;

Completed in 45 milliseconds