ldapd always uses O_CREAT when reopening database files, so the database
authorjmatthew <jmatthew@openbsd.org>
Wed, 15 Dec 2021 11:36:40 +0000 (11:36 +0000)
committerjmatthew <jmatthew@openbsd.org>
Wed, 15 Dec 2021 11:36:40 +0000 (11:36 +0000)
commit819d16466cc38c08fd362905605028b4ad9eea25
tree9dbf4659f4a613f83b59b8979a35f1e52d42820e
parent03319b45cc1f3277359a819df3ba0f4199cab101
ldapd always uses O_CREAT when reopening database files, so the database
directory must be unveiled with "rwc" rather than just "rw".

ok deraadt@ mestre@
usr.sbin/ldapd/ldapd.c