summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>