1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +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:
Tim Potter 2003-09-15 12:19:54 +00:00
parent 7e7d43d203
commit 8a7cf73eee

View File

@ -1031,10 +1031,10 @@ userPassword: {SSHA}c3ZM9tBaBo9autm1dL3waDS21+JSfQVz
<smbconfoption><name>ldap trust ids</name><value>Yes</value></smbconfoption>
<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>
<smbconfoption><name>ldap filter</name><value>"(&amp;(uid=%u)(objectclass=sambaSamAccount))"</value></smbconfoption>
<smbconfoption><name>ldap filter</name><value>(&amp;(uid=%u)(objectclass=sambaSamAccount))</value></smbconfoption>
</smbconfexample>
</para>