diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 22:07:45 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 22:07:45 +1000 |
commit | 831bd55fb071186c8a62e7048ca621f61a825e4e (patch) | |
tree | 37e517442b8b372918c73d62430065bf7e7f84cf /source4 | |
parent | 63d91e9ab0ecc1e80edff27ae09b249c68453106 (diff) | |
download | samba-831bd55fb071186c8a62e7048ca621f61a825e4e.tar.gz samba-831bd55fb071186c8a62e7048ca621f61a825e4e.tar.bz2 samba-831bd55fb071186c8a62e7048ca621f61a825e4e.zip |
Lock down the LDAP backend - only samba may read or write
(This used to be commit a3912801fb25f715725c06402d4bdff9a926f15d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/slapd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/slapd.conf b/source4/setup/slapd.conf index b1ce6f6492..1dda752af0 100644 --- a/source4/setup/slapd.conf +++ b/source4/setup/slapd.conf @@ -32,7 +32,7 @@ access to dn.subtree="cn=samba" access to dn.subtree="${DOMAINDN}" by dn=cn=samba-admin,cn=samba manage - by * read + by * none password-hash {CLEARTEXT} |