Merge from 3.0:
authorTim Potter <tpot@samba.org>
Tue, 16 Sep 2003 02:48:16 +0000 (02:48 +0000)
committerTim Potter <tpot@samba.org>
Tue, 16 Sep 2003 02:48:16 +0000 (02:48 +0000)
>Remove quotes in smb.conf ldap example - the quotes actually turn
>up in the ldap filter string.

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>