From 582ec27a8e18d8b9bf891c0b3203afd1e1af6eac Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 16 Sep 2003 02:48:16 +0000 Subject: 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) --- docs/docbook/projdoc/passdb.xml | 4 ++-- 1 file 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 ldap trust idsYes specify the base DN to use when searching the directory -ldap suffix"ou=people,dc=samba,dc=org" +ldap suffixou=people,dc=samba,dc=org generally the default ldap search filter is ok -ldap filter"(&(uid=%u)(objectclass=sambaSamAccount))" +ldap filter(&(uid=%u)(objectclass=sambaSamAccount)) -- cgit