diff options
author | Tim Potter <tpot@samba.org> | 2003-09-16 02:48:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-16 02:48:16 +0000 |
commit | 582ec27a8e18d8b9bf891c0b3203afd1e1af6eac (patch) | |
tree | 2af647742ccea97e344606eeeeef0b266da64dea /docs/docbook | |
parent | 6df89dbe1020736f25a01b1e319e849f8db89851 (diff) | |
download | samba-582ec27a8e18d8b9bf891c0b3203afd1e1af6eac.tar.gz samba-582ec27a8e18d8b9bf891c0b3203afd1e1af6eac.tar.bz2 samba-582ec27a8e18d8b9bf891c0b3203afd1e1af6eac.zip |
Merge from 3.0:
>Remove quotes in smb.conf ldap example - the quotes actually turn
>up in the ldap filter string.
(This used to be commit 7bca3b6cc2e02569eec015ce75b0ccefefb654d6)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/projdoc/passdb.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index 0ee3fa709e..75d46af33b 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -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>"(&(uid=%u)(objectclass=sambaSamAccount))"</value></smbconfoption> +<smbconfoption><name>ldap filter</name><value>(&(uid=%u)(objectclass=sambaSamAccount))</value></smbconfoption> </smbconfexample> </para> |