ldapfilter.xml   [plain text]


<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>