diff options
Diffstat (limited to 'docs/smbdotconf/winbind/templateshell.xml')
-rw-r--r-- | docs/smbdotconf/winbind/templateshell.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/templateshell.xml b/docs/smbdotconf/winbind/templateshell.xml new file mode 100644 index 0000000000..ad79c821cf --- /dev/null +++ b/docs/smbdotconf/winbind/templateshell.xml @@ -0,0 +1,14 @@ +<samba:parameter name="template shell" + context="G" + type="string" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para>When filling out the user information for a Windows NT + user, the <citerefentry><refentrytitle>winbindd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> daemon uses this + parameter to fill in the login shell for that user.</para> +</description> + +<value type="string">/bin/false</value> +</samba:parameter> |