summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/ldap/ldapfilter.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-04-11 15:17:53 +0000
committerAlexander Bokovoy <ab@samba.org>2003-04-11 15:17:53 +0000
commit957270bcc0fec692270c4d22e974b98cb774aa4f (patch)
tree66699f509beace5ff9eac60e3e9399cde4a19a20 /docs/docbook/smbdotconf/ldap/ldapfilter.xml
parentd90a4ea71a17f22b9d65462189d6e074b4fa9e6e (diff)
downloadsamba-957270bcc0fec692270c4d22e974b98cb774aa4f.tar.gz
samba-957270bcc0fec692270c4d22e974b98cb774aa4f.tar.bz2
samba-957270bcc0fec692270c4d22e974b98cb774aa4f.zip
Finish conversion of LDAP options
(This used to be commit 938e3d3f5305ed2162fa0cb0d2a6025fbadfcfec)
Diffstat (limited to 'docs/docbook/smbdotconf/ldap/ldapfilter.xml')
-rw-r--r--docs/docbook/smbdotconf/ldap/ldapfilter.xml24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/docbook/smbdotconf/ldap/ldapfilter.xml b/docs/docbook/smbdotconf/ldap/ldapfilter.xml
index 6ddf8db30f..1d0ab33d89 100644
--- a/docs/docbook/smbdotconf/ldap/ldapfilter.xml
+++ b/docs/docbook/smbdotconf/ldap/ldapfilter.xml
@@ -1,12 +1,14 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="LDAPFILTER"/>ldap filter (G)</term>
- <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>
+<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>
+ <para>Default: <command moreinfo="none">ldap filter = (&amp;(uid=%u)(objectclass=sambaAccount))</command></para>
+</listitem>
+</samba:parameter>