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