Searched refs:bindPasswd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c566 * "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 Dldapclient.c276 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 50 milliseconds