summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-04-28 08:18:56 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:18 -0500
commit6ea1d213691f2b01fc59db8d819432ec00f9a4ae (patch)
tree319ad7733e43154802978191c8411431ca7540aa /docs/smbdotconf/winbind
parent324f15f24fb9eb44e00c8ebcbca6a4440776b7ca (diff)
downloadsamba-6ea1d213691f2b01fc59db8d819432ec00f9a4ae.tar.gz
samba-6ea1d213691f2b01fc59db8d819432ec00f9a4ae.tar.bz2
samba-6ea1d213691f2b01fc59db8d819432ec00f9a4ae.zip
Start documenting undocumented parameters.
Guenther (This used to be commit 2b1c2ef31428f82ab656a80006a9b8f5ce403b22)
Diffstat (limited to 'docs/smbdotconf/winbind')
-rw-r--r--docs/smbdotconf/winbind/winbindofflinelogon.xml18
-rw-r--r--docs/smbdotconf/winbind/winbindrefreshtickets.xml16
2 files changed, 34 insertions, 0 deletions
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 @@
+<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>
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 @@
+<samba:parameter name="winbind refresh tickets"
+ 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 refresh Kerberos Tickets
+ retrieved using the <parameter moreinfo="none">pam_winbind</parameter> module.
+
+</para>
+</description>
+
+<value type="default">false</value>
+<value type="example">true</value>
+</samba:parameter>