Searched defs:bindPasswd (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 566 * "bindPasswd" would be used to bind as the directory manager, 577 const char *bindPasswd) 611 credp->cred.unix_cred.passwd = strdup(bindPasswd); 746 char *bindPasswd = NULL; local 830 status = get_ldap_bindPassword(&bindPasswd); 833 FREE_CREDINFO(bindPasswd); 847 FREE_CREDINFO(bindPasswd); 857 FREE_CREDINFO(bindPasswd); 871 FREE_CREDINFO(bindPasswd); 894 FREE_CREDINFO(bindPasswd); 571 update_ldap_attr(const char *dn, ns_ldap_attr_t **attrs, const char *passwd, int add, int update4host, const char *bindDN, const char *bindPasswd) argument [all...] |
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 276 char *bindPasswd; member in struct:__anon731 422 if (optlist->bindPasswd != NULL) { 434 optlist->bindPasswd = strdup(optarg); 437 if (optlist->bindPasswd != NULL) { 441 free(optlist->bindPasswd); 443 optlist->bindPasswd = readPwd(optarg); 444 if (optlist->bindPasswd == NULL) { 829 LDAP_CHECK_INVALID(arglist->bindPasswd, "bind password"); 1128 LDAP_CHECK_INVALID(arglist->bindPasswd, "bind password"); 1357 LDAP_CHECK_INVALID(arglist->bindPasswd, "bin [all...] |
Completed in 456 milliseconds