Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dypldap.h21 #define YPLDAP_USER "_ypldap" macro
H A Dypldap.c601 if ((pw = getpwnam(YPLDAP_USER)) == NULL) in main()
H A Dldapclient.c368 if ((pw = getpwnam(YPLDAP_USER)) == NULL) in ldapclient()