diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-31 16:13:14 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:41 -0500 |
commit | 68abe1b0295689766c465e7ab7f29a03267ceaf4 (patch) | |
tree | a5e5ea1a22c6e54826f5983b6272bb7dfeb17621 /docs | |
parent | ecafb72214d64b1986aa67ced248b73054f9e3b2 (diff) | |
download | samba-68abe1b0295689766c465e7ab7f29a03267ceaf4.tar.gz samba-68abe1b0295689766c465e7ab7f29a03267ceaf4.tar.bz2 samba-68abe1b0295689766c465e7ab7f29a03267ceaf4.zip |
removing 'ldap filter' smb.conf option
(This used to be commit 79240aaec9599886edea7b7134e8b35cefee7a28)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/ldap/ldapfilter.xml | 14 |
1 files changed, 0 insertions, 14 deletions
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 @@ -<samba:parameter name="ldap filter" - context="G" - type="string" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<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. Note that this filter should only return one entry. -</para> -</description> -<value type="default">(uid=%u)</value> -<value type="example">(&(uid=%u)(objectclass=sambaSamAccount))</value> -</samba:parameter> |