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

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

Completed in 194 milliseconds