Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / ldap / ldapfilter.xml
blob6ddf8db30fc9186c83047bb77cd0b106fb208347
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="LDAPFILTER"/>ldap filter (G)</term>
3                 <listitem><para>This parameter specifies the RFC 2254 compliant LDAP search filter.
4                 The default is to match the login name with the <constant>uid</constant> 
5                 attribute for all entries matching the <constant>sambaAccount</constant>                
6                 objectclass.  Note that this filter should only return one entry.
7                 </para>
8         
9                 
10                 <para>Default : <command moreinfo="none">ldap filter = (&amp;(uid=%u)(objectclass=sambaAccount))</command></para>
11                 </listitem>
12                 </samba:parameter>