notes

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

commit ebcd00ffef36b05b6170593deabe0f988796be33
parent 6feb4d619e1b9a73a5e5d3094997d23988218d37
Author: Robbie D <git@robertdherb.com>
Date:   Thu, 28 Mar 2019 10:11:54 -0500

Merge branch 'master' of lilly:/home/git/notes

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.