Searched refs:bindDN (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 86 char bindDN[BUFSIZ]; in get_ldap_bindDN() local 91 (void) memset(bindDN, 0, BUFSIZ); in get_ldap_bindDN() 101 if (fgets(bindDN, sizeof (bindDN), stdin) == NULL) { in get_ldap_bindDN() 102 (void) strlcpy(bindDN, LDAP_BINDDN_DEFAULT, BUFSIZ); in get_ldap_bindDN() 105 blen = strlen(bindDN); in get_ldap_bindDN() 108 if ((blen > 0) && (bindDN[blen - 1] == '\n')) { in get_ldap_bindDN() 109 bindDN[blen - 1] = '\0'; in get_ldap_bindDN() 116 if (isspace(bindDN[pos])) in get_ldap_bindDN() 117 bindDN[pos] = '\0'; in get_ldap_bindDN() 124 if (strlen(bindDN) == 0) in get_ldap_bindDN() [all …]
|
/titanic_50/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 275 char *bindDN; member 419 optlist->bindDN = strdup(optarg); in main() 828 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN"); in client_manual() 1127 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN"); in client_mod() 1356 LDAP_CHECK_INVALID(arglist->bindDN, "bind DN"); in client_genProfile() 1522 if (arglist->bindDN != NULL) { in client_init() 1544 cfg.SA_BIND_DN = arglist->bindDN; in client_init()
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 3885 -p port -d bindDN", etc. The
|