s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / obeypamrestrictions.xml
blob40777f4f5da7d31c1978f68a14d599cf1862f03e
1 <samba:parameter name="obey pam restrictions"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>When Samba 3.0 is configured to enable PAM support
8     (i.e. --with-pam), this parameter will control whether or not Samba
9     should obey PAM's account and session management directives.  The 
10     default behavior is to use PAM for clear text authentication only
11     and to ignore any account or session management.  Note that Samba
12     always ignores PAM for authentication in the case of <smbconfoption 
13         name="encrypt passwords">yes</smbconfoption>.  The reason 
14     is that PAM modules cannot support the challenge/response
15     authentication mechanism needed in the presence of SMB password encryption.
16 </para>
17 </description>
19 <value type="default">no</value>
20 </samba:parameter>