mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
19 lines
623 B
XML
19 lines
623 B
XML
<samba:parameter name="winbind offline logon"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
|
|
<para>This parameter is designed to control whether Winbind should
|
|
allow 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">false</value>
|
|
<value type="example">true</value>
|
|
</samba:parameter>
|