Home
last modified time | relevance | path

Searched refs:binddn (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/examples/ypldap/
H A Dypldap.conf11 binddn "cn=ldap,dc=freebsd,dc=org"
/freebsd/usr.sbin/ypldap/
H A Daldap.c83 aldap_bind(struct aldap *ldap, char *binddn, char *bindcred) in aldap_bind() argument
88 if (binddn == NULL) in aldap_bind()
89 binddn = ""; in aldap_bind()
97 (unsigned long)LDAP_REQ_BIND, VERSION, binddn, bindcred, in aldap_bind()