CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2015/11/01 21:48:43
Modified files: usr.sbin/ldapd : ldapd.c ldape.c Log message: Both ldapd processes need "stdio" to talk to clients and each other. The parent process opens database files ("rpath wpath cpath"), sends fds to the child ("sendfd"), and does bsd auth on behalf of the child ("getpw proc exec"). The child process accepts client connections ("inet unix"), receives fds from the parent ("recvfd") and locks database files ("flock"). ok deraadt@