summaryrefslogtreecommitdiff
path: root/docs/smbdotconf
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-07-01 20:04:55 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:57 -0500
commitb3409c7a44c07883c9bf8804fb51d88bbabca875 (patch)
tree906adc645fbe59e1d6bd4e6195a84c5b42635d94 /docs/smbdotconf
parent46928f9e1ace981e48f91805711242a92e540a14 (diff)
downloadsamba-b3409c7a44c07883c9bf8804fb51d88bbabca875.tar.gz
samba-b3409c7a44c07883c9bf8804fb51d88bbabca875.tar.bz2
samba-b3409c7a44c07883c9bf8804fb51d88bbabca875.zip
The default "ldap filter" is (uid=%u), not (&(uid=%u)(objectclass=sambaAccount))
(This used to be commit 7f3cca4841112af21209de78ea817d301dfe5520)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r--docs/smbdotconf/ldap/ldapfilter.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/ldap/ldapfilter.xml b/docs/smbdotconf/ldap/ldapfilter.xml
index eba6a76f95..0d2a187e13 100644
--- a/docs/smbdotconf/ldap/ldapfilter.xml
+++ b/docs/smbdotconf/ldap/ldapfilter.xml
@@ -6,9 +6,9 @@
<description>
<para>This parameter specifies the RFC 2254 compliant LDAP search filter.
The default is to match the login name with the <constant>uid</constant>
- attribute for all entries matching the <constant>sambaAccount</constant>
- objectclass. Note that this filter should only return one entry.
+ attribute. Note that this filter should only return one entry.
</para>
</description>
-<value type="default">(&amp;(uid=%u)(objectclass=sambaAccount))</value>
+<value type="default">(uid=%u)</value>
+<value type="example">(&amp;(uid=%u)(objectclass=sambaSamAccount))</value>
</samba:parameter>