summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/ldap/ldapfilter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/ldap/ldapfilter.xml')
-rw-r--r--docs/docbook/smbdotconf/ldap/ldapfilter.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/docbook/smbdotconf/ldap/ldapfilter.xml b/docs/docbook/smbdotconf/ldap/ldapfilter.xml
deleted file mode 100644
index 1d0ab33d89..0000000000
--- a/docs/docbook/smbdotconf/ldap/ldapfilter.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<samba:parameter name="ldap filter"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <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 for all entries matching the <constant>sambaAccount</constant>
- objectclass. Note that this filter should only return one entry.
- </para>
-
- <para>Default: <command moreinfo="none">ldap filter = (&amp;(uid=%u)(objectclass=sambaAccount))</command></para>
-</listitem>
-</samba:parameter>