From b3409c7a44c07883c9bf8804fb51d88bbabca875 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 1 Jul 2004 20:04:55 +0000 Subject: The default "ldap filter" is (uid=%u), not (&(uid=%u)(objectclass=sambaAccount)) (This used to be commit 7f3cca4841112af21209de78ea817d301dfe5520) --- docs/smbdotconf/ldap/ldapfilter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/smbdotconf/ldap') 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 @@ This parameter specifies the RFC 2254 compliant LDAP search filter. The default is to match the login name with the uid - attribute for all entries matching the sambaAccount - objectclass. Note that this filter should only return one entry. + attribute. Note that this filter should only return one entry. -(&(uid=%u)(objectclass=sambaAccount)) +(uid=%u) +(&(uid=%u)(objectclass=sambaSamAccount)) -- cgit