summaryrefslogtreecommitdiff
path: root/packaging/Mandrake/samba-slapd-include.conf
diff options
context:
space:
mode:
authorcvs2svn Import User <samba-bugs@samba.org>2002-10-31 04:17:30 +0000
committercvs2svn Import User <samba-bugs@samba.org>2002-10-31 04:17:30 +0000
commitda560b01ba713650271486e6b1a6f0c4fb114c64 (patch)
tree0feecee4e7d7393e139281c2094289566d78f79b /packaging/Mandrake/samba-slapd-include.conf
parent3b3c7914e2cd79ee5c6e76af14e386a590aed78e (diff)
parent0af30d452d1fe7f975a8ffaabfd946bb9801e4ce (diff)
downloadsamba-da560b01ba713650271486e6b1a6f0c4fb114c64.tar.gz
samba-da560b01ba713650271486e6b1a6f0c4fb114c64.tar.bz2
samba-da560b01ba713650271486e6b1a6f0c4fb114c64.zip
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit f1acef4a1cc3ce99a765a2534a50fbd41f6e2e62)
Diffstat (limited to 'packaging/Mandrake/samba-slapd-include.conf')
-rw-r--r--packaging/Mandrake/samba-slapd-include.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/Mandrake/samba-slapd-include.conf b/packaging/Mandrake/samba-slapd-include.conf
new file mode 100644
index 0000000000..9c065b6f73
--- /dev/null
+++ b/packaging/Mandrake/samba-slapd-include.conf
@@ -0,0 +1,15 @@
+# You should either include this file into your
+# /etc/openldap/slapd.conf, or add the contents (after editing), inside
+# the db definition your samba server will use.
+
+
+# Index the rid for samba:
+index rid eq
+
+
+# Basic samba acl:
+access to attrs=lmPassword,ntPassword
+ by dn="cn=root,dc=mydomain,dc=com" write
+ by dn="uid=root,ou=People,dc=mydomain,dc=com" write
+ by * none
+