Searched defs:bindDN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c80 * simply hit the return key, the default bindDN "cn=Directory Manager"
86 char bindDN[BUFSIZ]; local
90 /* set the initial value for bindDN buffer */
91 (void) memset(bindDN, 0, BUFSIZ);
101 if (fgets(bindDN, sizeof (bindDN), stdin) == NULL) {
102 (void) strlcpy(bindDN, LDAP_BINDDN_DEFAULT, BUFSIZ);
105 blen = strlen(bindDN);
108 if ((blen > 0) && (bindDN[blen - 1] == '\n')) {
109 bindDN[ble
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
745 char *bindDN = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c275 char *bindDN; member in struct:__anon731
419 optlist->bindDN = strdup(optarg);
828 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN");
1127 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN");
1356 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN");
1522 if (arglist->bindDN != NULL) {
1544 cfg.SA_BIND_DN = arglist->bindDN;
1941 " [-D bindDN]\n\t[-w bindPassword] [-j passswdFile]"

Completed in 59 milliseconds