summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-10-24 22:26:41 +0000
committerDonny Davies <woodchip@gentoo.org>2002-10-24 22:26:41 +0000
commit7e1f8b5faf2a6a4863acd230820100a2855ba536 (patch)
treef0c59720e3b04e423c440a9583af2d5f4fad3667 /net-fs/samba/files/samba-slapd-include.conf
parentinitial ebuild (diff)
downloadhistorical-7e1f8b5faf2a6a4863acd230820100a2855ba536.tar.gz
historical-7e1f8b5faf2a6a4863acd230820100a2855ba536.tar.bz2
historical-7e1f8b5faf2a6a4863acd230820100a2855ba536.zip
add vfs plugins, vscan plugins, additional ldap support, extra docs, more scripts. upgrade ;)
Diffstat (limited to 'net-fs/samba/files/samba-slapd-include.conf')
-rw-r--r--net-fs/samba/files/samba-slapd-include.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-fs/samba/files/samba-slapd-include.conf b/net-fs/samba/files/samba-slapd-include.conf
new file mode 100644
index 000000000000..33c219414859
--- /dev/null
+++ b/net-fs/samba/files/samba-slapd-include.conf
@@ -0,0 +1,14 @@
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-slapd-include.conf,v 1.1 2002/10/24 22:26:41 woodchip Exp $
+#
+# 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