diff options
author | Günther Deschner <gd@samba.org> | 2006-04-28 08:18:56 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:18 -0500 |
commit | 6ea1d213691f2b01fc59db8d819432ec00f9a4ae (patch) | |
tree | 319ad7733e43154802978191c8411431ca7540aa /docs/smbdotconf | |
parent | 324f15f24fb9eb44e00c8ebcbca6a4440776b7ca (diff) | |
download | samba-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')
-rw-r--r-- | docs/smbdotconf/winbind/winbindofflinelogon.xml | 18 | ||||
-rw-r--r-- | docs/smbdotconf/winbind/winbindrefreshtickets.xml | 16 |
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> |