Home
last modified time | relevance | path

Searched refs:ret_bindPass (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c146 get_ldap_bindPassword(char **ret_bindPass) in get_ldap_bindPassword() argument
155 *ret_bindPass = NULL; in get_ldap_bindPassword()
191 if ((*ret_bindPass = (char *)malloc(strlen(bindPassword)+1)) in get_ldap_bindPassword()
197 (void) strlcpy(*ret_bindPass, bindPassword, in get_ldap_bindPassword()