mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Remove quotes in smb.conf ldap example - the quotes actually turn
up in the ldap filter string.
(This used to be commit 59a292074b
)
This commit is contained in:
parent
7e7d43d203
commit
8a7cf73eee
@ -1031,10 +1031,10 @@ userPassword: {SSHA}c3ZM9tBaBo9autm1dL3waDS21+JSfQVz
|
|||||||
<smbconfoption><name>ldap trust ids</name><value>Yes</value></smbconfoption>
|
<smbconfoption><name>ldap trust ids</name><value>Yes</value></smbconfoption>
|
||||||
|
|
||||||
<smbconfcomment> specify the base DN to use when searching the directory</smbconfcomment>
|
<smbconfcomment> specify the base DN to use when searching the directory</smbconfcomment>
|
||||||
<smbconfoption><name>ldap suffix</name><value>"ou=people,dc=samba,dc=org"</value></smbconfoption>
|
<smbconfoption><name>ldap suffix</name><value>ou=people,dc=samba,dc=org</value></smbconfoption>
|
||||||
|
|
||||||
<smbconfcomment> generally the default ldap search filter is ok</smbconfcomment>
|
<smbconfcomment> generally the default ldap search filter is ok</smbconfcomment>
|
||||||
<smbconfoption><name>ldap filter</name><value>"(&(uid=%u)(objectclass=sambaSamAccount))"</value></smbconfoption>
|
<smbconfoption><name>ldap filter</name><value>(&(uid=%u)(objectclass=sambaSamAccount))</value></smbconfoption>
|
||||||
</smbconfexample>
|
</smbconfexample>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user