source: trunk/server/source4/setup/fedorads-sasl.ldif

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 613 bytes
Line 
1# Map samba-admin to CN=samba-admin,${SAMBADN}
2dn: cn=samba-admin mapping,cn=mapping,cn=sasl,cn=config
3objectClass: top
4objectClass: nsSaslMapping
5cn: samba-admin mapping
6nsSaslMapRegexString: ^samba-admin$
7nsSaslMapBaseDNTemplate: CN=samba-admin,${SAMBADN}
8nsSaslMapFilterTemplate: (objectclass=*)
9
10dn: cn=Kerberos uid mapping,cn=mapping,cn=sasl,cn=config
11changetype: delete
12
13dn: cn=rfc 2829 dn syntax,cn=mapping,cn=sasl,cn=config
14changetype: delete
15
16dn: cn=rfc 2829 u syntax,cn=mapping,cn=sasl,cn=config
17changetype: delete
18
19dn: cn=uid mapping,cn=mapping,cn=sasl,cn=config
20changetype: delete
Note: See TracBrowser for help on using the repository browser.