Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/keyserv/
H A Dchkey_common.c149 char *bindPass = NULL; in get_ldap_bindPassword() local
158 bindPass = getpassphrase(prompt); in get_ldap_bindPassword()
160 if (bindPass == NULL) in get_ldap_bindPassword()
163 (void) strlcpy(bindPassword, bindPass, BUFSIZ); in get_ldap_bindPassword()
166 (void) memset(bindPass, 0, strlen(bindPass)); in get_ldap_bindPassword()
167 bindPass = NULL; in get_ldap_bindPassword()
176 bindPass = getpassphrase(prompt); in get_ldap_bindPassword()
178 if (bindPass == NULL) { in get_ldap_bindPassword()
183 if (strcmp(bindPass, bindPassword) != 0) { in get_ldap_bindPassword()
185 (void) memset(bindPass, 0, strlen(bindPass)); in get_ldap_bindPassword()
[all …]