blob: 5bd4e925638b848dd4c380d7c8e05f2ed5154cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="template primary group"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option defines the default primary group for
each user created by <citerefentry><refentrytitle>winbindd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>'s local account management
functions (similar to the 'add user script').
</para>
</description>
<value type="default">nobody</value>
</samba:parameter>
|