CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/28 17:50:12
Modified files:
usr.sbin/ldapd : ldapd.c
Log message:
move up getpid() and getpwnam(LDAP USER) checks
to fail earlier and also make them consistent with
other daemons.
while here:
- fix getpwnam(LDAPD_USER) errx()
- no need to skip_chroot
ok jmatthew@
