diff options
Diffstat (limited to 'packaging/Mandrake/samba-slapd-include.conf')
-rw-r--r-- | packaging/Mandrake/samba-slapd-include.conf | 15 |
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 + |