Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / ldap / ldapfilter.xml
blobeba6a76f9554eaed8abd8f14af00cfcca97d4cf8
1 <samba:parameter name="ldap filter"
2                  context="G"
3                                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para>This parameter specifies the RFC 2254 compliant LDAP search filter.
8         The default is to match the login name with the <constant>uid</constant> 
9         attribute for all entries matching the <constant>sambaAccount</constant>                
10         objectclass.  Note that this filter should only return one entry.
11 </para>
12 </description>
13 <value type="default">(&amp;(uid=%u)(objectclass=sambaAccount))</value>
14 </samba:parameter>