From: Peter Palfrader Date: Sun, 25 May 2008 16:34:33 +0000 (+0200) Subject: add "security simple_bind=128" to sample slapd.conf. X-Git-Tag: userdir-ldap-0.3.33~6 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=192b08454e66c7c753f47c1b4be1d89c5feac6c8 add "security simple_bind=128" to sample slapd.conf. --- diff --git a/debian/changelog b/debian/changelog index bfc6f60..3cec463 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userdir-ldap (0.3.3X) Xnstable; urgency=low + + * add "security simple_bind=128" to sample slapd.conf. + + -- Peter Palfrader Sun, 25 May 2008 18:34:06 +0200 + userdir-ldap (0.3.32) unstable; urgency=low * Do SSL when connecting to the ldap server. diff --git a/doc/slapd-config.txt b/doc/slapd-config.txt index 5e39099..cdf9191 100644 --- a/doc/slapd-config.txt +++ b/doc/slapd-config.txt @@ -1,6 +1,13 @@ Most of the configuration of the ldap server has to do with getting correct access controls to keep the data safe. Here is a sample: + +# only allow plain text auth when we do crypto +security simple_bind=128 + +# and the database definition +database bdb + # Turn on automatic last modification time lastmod on