~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/obeypamrestrictions.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
18
 
 
19
<value type="default">no</value>
 
20
</samba:parameter>