summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap/ldapfilter.xml
blob: eba6a76f9554eaed8abd8f14af00cfcca97d4cf8 (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 for all entries matching the <constant>sambaAccount</constant>		
	objectclass.  Note that this filter should only return one entry.
</para>
</description>
<value type="default">(&amp;(uid=%u)(objectclass=sambaAccount))</value>
</samba:parameter>