Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / authmethods.xml
blob2e569558a0989980daff6451a3eedfeef009eb5d
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="AUTHMETHODS"/>auth methods (G)</term>
3                 <listitem><para>This option allows the administrator to chose what
4                 authentication methods <command moreinfo="none">smbd</command> will use when authenticating
5                 a user.  This option defaults to sensible values based on <link linkend="SECURITY"><parameter moreinfo="none">
6                 security</parameter></link>.
8                 Each entry in the list attempts to authenticate the user in turn, until
9                 the user authenticates.  In practice only one method will ever actually 
10                 be able to complete the authentication.
11                 </para>
13                 <para>Default: <command moreinfo="none">auth methods = &lt;empty string&gt;</command></para>
14                 <para>Example: <command moreinfo="none">auth methods = guest sam ntdomain</command></para>
15                 </listitem>
16                 </samba:parameter>