Home
last modified time | relevance | path

Searched refs:idm_basedn (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ypldap/
H A Dparse.y209 if (strlcpy(idm->idm_basedn, $2,
210 sizeof(idm->idm_basedn)) >=
211 sizeof(idm->idm_basedn)) {
H A Dypldap.h99 char idm_basedn[LINE_WIDTH]; member
H A Dldapclient.c512 dn = idm->idm_basedn; in client_search_idm()