summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap/ldapfilter.xml
blob: 0d2a187e130a083038e4af22f063f4edbe2871b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="ldap filter"
                 context="G"
				 type="string"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<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>