mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
19 lines
830 B
XML
19 lines
830 B
XML
<samba:parameter name="pam password change"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>With the addition of better PAM support in Samba 2.2,
|
|
this parameter, it is possible to use PAM's password change control
|
|
flag for Samba. If enabled, then PAM will be used for password
|
|
changes when requested by an SMB client instead of the program listed in
|
|
<link linkend="PASSWDPROGRAM"><parameter moreinfo="none">passwd program</parameter></link>.
|
|
It should be possible to enable this without changing your
|
|
<link linkend="PASSWDCHAT"><parameter moreinfo="none">passwd chat</parameter></link>
|
|
parameter for most setups.</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|