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