LDAPD_USER
if (getpwnam(LDAPD_USER) == NULL)
errx(1, "unknown user %s", LDAPD_USER);
if ((pw = getpwnam(LDAPD_USER)) == NULL)