From 6ea1d213691f2b01fc59db8d819432ec00f9a4ae Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Apr 2006 08:18:56 +0000 Subject: Start documenting undocumented parameters. Guenther (This used to be commit 2b1c2ef31428f82ab656a80006a9b8f5ce403b22) --- docs/smbdotconf/winbind/winbindofflinelogon.xml | 18 ++++++++++++++++++ docs/smbdotconf/winbind/winbindrefreshtickets.xml | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/smbdotconf/winbind/winbindofflinelogon.xml create mode 100644 docs/smbdotconf/winbind/winbindrefreshtickets.xml (limited to 'docs/smbdotconf') diff --git a/docs/smbdotconf/winbind/winbindofflinelogon.xml b/docs/smbdotconf/winbind/winbindofflinelogon.xml new file mode 100644 index 0000000000..b5a0de1631 --- /dev/null +++ b/docs/smbdotconf/winbind/winbindofflinelogon.xml @@ -0,0 +1,18 @@ + + + + This parameter is designed to control whether Winbind should + allow to login with the pam_winbind + module using Cached Credentials. If enabled, winbindd will store user credentials + from successful logins encrypted in a local cache. + + + + +false +true + diff --git a/docs/smbdotconf/winbind/winbindrefreshtickets.xml b/docs/smbdotconf/winbind/winbindrefreshtickets.xml new file mode 100644 index 0000000000..d39cb76861 --- /dev/null +++ b/docs/smbdotconf/winbind/winbindrefreshtickets.xml @@ -0,0 +1,16 @@ + + + + This parameter is designed to control whether Winbind should refresh Kerberos Tickets + retrieved using the pam_winbind module. + + + + +false +true + -- cgit