mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c315fce17e
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
18 lines
591 B
XML
18 lines
591 B
XML
<samba:parameter name="winbind offline logon"
|
|
context="G"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
|
|
<para>This parameter is designed to control whether Winbind should
|
|
allow one to login with the <parameter moreinfo="none">pam_winbind</parameter>
|
|
module using Cached Credentials. If enabled, winbindd will store user credentials
|
|
from successful logins encrypted in a local cache.
|
|
</para>
|
|
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
<value type="example">yes</value>
|
|
</samba:parameter>
|