Home
last modified time | relevance | path

Searched defs:binddn (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c91 char *binddn = NULL; in authenticate() local
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c141 char *binddn; in nsldapi_get_binddn() local
H A Dsbind.c184 char *binddn; in simple_bindifnot_s() local
H A Drequest.c463 char *binddn, *passwd; in nsldapi_new_connection() local
H A Dmemcache.c590 char *tmp, *defhost, *binddn, *keystr, *tmpbase; in ldap_memcache_createkey() local
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c110 *binddn = NULL, in main() local
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c983 ldap_replaceattr(const char *dn, ns_ldap_attr_t **attrs, const char *binddn, in ldap_replaceattr()
1143 char *binddn; /* dn of user who is performing the change */ in ldap_putpwnam() local
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns.h129 char *binddn; member
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2340 char *binddn, *passwd, errstr[MAXERROR], *errmsg; in doSimpleBind() local
2438 char *binddn, *passwd, *digest_md5_name, in doSASLBind() local
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c214 static char *binddn = NULL; variable