From 68abe1b0295689766c465e7ab7f29a03267ceaf4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 31 May 2005 16:13:14 +0000 Subject: removing 'ldap filter' smb.conf option (This used to be commit 79240aaec9599886edea7b7134e8b35cefee7a28) --- docs/smbdotconf/ldap/ldapfilter.xml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/smbdotconf/ldap/ldapfilter.xml diff --git a/docs/smbdotconf/ldap/ldapfilter.xml b/docs/smbdotconf/ldap/ldapfilter.xml deleted file mode 100644 index 106797afaa..0000000000 --- a/docs/smbdotconf/ldap/ldapfilter.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - This parameter specifies the RFC 2254 compliant LDAP search filter. - The default is to match the login name with the uid - attribute. Note that this filter should only return one entry. - - -(uid=%u) -(&(uid=%u)(objectclass=sambaSamAccount)) - -- cgit