summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/ldap/ldapfilter.xml
blob: 6ddf8db30fc9186c83047bb77cd0b106fb208347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>
	
		
		<para>Default : <command moreinfo="none">ldap filter = (&amp;(uid=%u)(objectclass=sambaAccount))</command></para>
		</listitem>
		</samba:parameter>