Home
last modified time | relevance | path

Searched refs:rootdn (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ldapd/
H A Dauth.c122 if (conf->rootdn != NULL && in authorized()
123 strcasecmp(conn->binddn, conf->rootdn) == 0) in authorized()
125 if (ns != NULL && ns->rootdn != NULL && in authorized()
126 strcasecmp(conn->binddn, ns->rootdn) == 0) in authorized()
327 if (conf->rootdn != NULL && strcmp(conf->rootdn, binddn) == 0) { in ldap_auth_simple()
331 } else if (ns->rootdn != NULL && strcmp(ns->rootdn, binddn) == 0) { in ldap_auth_simple()
H A Dldapd.h119 char *rootdn; member
253 char *rootdn; member
H A Dparse.y231 conf->rootdn = $2;
232 normalize_dn(conf->rootdn);
269 current_ns->rootdn = $2;
270 normalize_dn(current_ns->rootdn);
/openbsd/regress/usr.sbin/ldapd/
H A Dldapd.conf10 rootdn "cn=admin,dc=example,dc=com"
19 rootdn "cn=root,dc=bar,dc=quux"
H A Dnldapd.conf10 rootdn "cn=manager,o=university of michigan,c=us"