summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-05-31 16:13:14 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:41 -0500
commit68abe1b0295689766c465e7ab7f29a03267ceaf4 (patch)
treea5e5ea1a22c6e54826f5983b6272bb7dfeb17621 /docs/smbdotconf/ldap
parentecafb72214d64b1986aa67ced248b73054f9e3b2 (diff)
downloadsamba-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/smbdotconf/ldap')
-rw-r--r--docs/smbdotconf/ldap/ldapfilter.xml14
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">(&amp;(uid=%u)(objectclass=sambaSamAccount))</value>
-</samba:parameter>