summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap/ldapfilter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smbdotconf/ldap/ldapfilter.xml')
-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>