Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dparse.y219 if(strlcpy(idm->idm_groupdn, $2,
220 sizeof(idm->idm_groupdn)) >=
221 sizeof(idm->idm_groupdn)) {
H A Dypldap.h100 char idm_groupdn[LINE_WIDTH]; member
H A Dldapclient.c513 if (type == IMSG_GRP_ENTRY && idm->idm_groupdn[0] != '\0') in client_search_idm()
514 dn = idm->idm_groupdn; in client_search_idm()