Remove quotes in smb.conf ldap example - the quotes actually turn
authorTim Potter <tpot@samba.org>
Mon, 15 Sep 2003 12:19:54 +0000 (12:19 +0000)
committerTim Potter <tpot@samba.org>
Mon, 15 Sep 2003 12:19:54 +0000 (12:19 +0000)
up in the ldap filter string.
(This used to be commit 59a292074be65e270a4dbfb64668727ac56bb7b8)

docs/docbook/projdoc/passdb.xml

index 0ee3fa709e2a5979019ee34e86077eaf9cc7d4e6..75d46af33b4d2b2786faceb8e6bdb312779efef2 100644 (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>