diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-01 20:04:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:57 -0500 |
commit | b3409c7a44c07883c9bf8804fb51d88bbabca875 (patch) | |
tree | 906adc645fbe59e1d6bd4e6195a84c5b42635d94 /docs/smbdotconf | |
parent | 46928f9e1ace981e48f91805711242a92e540a14 (diff) | |
download | samba-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.xml | 6 |
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">(&(uid=%u)(objectclass=sambaAccount))</value> +<value type="default">(uid=%u)</value> +<value type="example">(&(uid=%u)(objectclass=sambaSamAccount))</value> </samba:parameter> |