Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ypldap/
H A Dypldap.h22 #define YPLDAP_USER "_ypldap" macro
H A Dypldap.c600 if ((pw = getpwnam(YPLDAP_USER)) == NULL) in main()
H A Dldapclient.c369 if ((pw = getpwnam(YPLDAP_USER)) == NULL) in ldapclient()