Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c151 char *bindPass = NULL; in get_ldap_bindPassword() local
160 bindPass = getpassphrase(prompt); in get_ldap_bindPassword()
162 if (bindPass == NULL) in get_ldap_bindPassword()
165 (void) strlcpy(bindPassword, bindPass, BUFSIZ); in get_ldap_bindPassword()
168 (void) memset(bindPass, 0, strlen(bindPass)); in get_ldap_bindPassword()
169 bindPass = NULL; in get_ldap_bindPassword()
178 bindPass = getpassphrase(prompt); in get_ldap_bindPassword()
180 if (bindPass == NULL) { in get_ldap_bindPassword()
185 if (strcmp(bindPass, bindPassword) != 0) { in get_ldap_bindPassword()
187 (void) memset(bindPass, 0, strlen(bindPass)); in get_ldap_bindPassword()
[all …]