Home
last modified time | relevance | path

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

/openbsd/regress/usr.sbin/ldapd/
H A Dldapd.conf11 rootpw "secret"
21 rootpw "{SHA}5en6G6MezRroT3XKqkdPOmY/BfQ="
H A Dnldapd.conf11 rootpw "secret"
/openbsd/usr.sbin/ldapd/
H A Dauth.c328 pwret = check_password(req, conf->rootpw, password); in ldap_auth_simple()
332 pwret = check_password(req, ns->rootpw, password); in ldap_auth_simple()
H A Dldapd.h120 char *rootpw; member
254 char *rootpw; member
H A Dparse.y234 | ROOTPW STRING { conf->rootpw = $2; }
272 | ROOTPW STRING { current_ns->rootpw = $2; }