notes

Things I've written down that I might want to reference later.
Log | Files | Refs | README

commit 10e4eea304f6ca86a5badbcaa23dea8e4d848a15
parent 9b1573bcf5206f9e3b943d1fc9e7007ca7871e9a
Author: Robbie D <hello@robertdherb.com>
Date:   Sun,  3 Mar 2019 22:27:52 -0600

Initial commit

Diffstat:
ldapd.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/ldapd.md b/ldapd.md @@ -0,0 +1,16 @@ +Lightweight Directory Access Protocol Daemon +============================================ + +Use ldapd -n to test configuration. + +# ldapd.conf +- Located at /etc/ldapd.conf +- man page is `ldapd.conf(5)` + +# Further reading: +- ldapctl(8) +- starttls(8) - For certificate creation + +# What to do + +Probably start with making a certificate for STARTTLS or LDAPS.