Searched defs:bind_dn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_util.c305 char *bind_dn = NULL; local
378 bind_dn = koptarg;
379 if (bind_dn == NULL) {
534 snprintf(prompt, MAX_PASSWD_PROMPT_LEN, gettext("Password for \"%s\""), bind_dn);
580 if (bind_dn) {
581 ldap_context->bind_dn = strdup(bind_dn);
582 if (ldap_context->bind_dn == NULL) {
589 ldap_context->bind_dn = NULL;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h228 char *bind_dn; member in struct:_krb5_ldap_context
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h550 char *bind_dn; /* A bind DN to be used during */ member in struct:ns_dir_server
572 #define SA_BIND_DN ds_profile.server.bind_dn

Completed in 48 milliseconds