From 8a7cf73eeec25f7bf50ca926a49877279bd12227 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 15 Sep 2003 12:19:54 +0000 Subject: Remove quotes in smb.conf ldap example - the quotes actually turn up in the ldap filter string. (This used to be commit 59a292074be65e270a4dbfb64668727ac56bb7b8) --- docs/docbook/projdoc/passdb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/docbook') 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