Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
800 bytes
|
Line | |
---|
1 | <samba:parameter name="set primary group script"
|
---|
2 | context="G"
|
---|
3 | type="string"
|
---|
4 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
5 | <description>
|
---|
6 |
|
---|
7 | <para>Thanks to the Posix subsystem in NT a Windows User has a
|
---|
8 | primary group in addition to the auxiliary groups. This script
|
---|
9 | sets the primary group in the unix user database when an
|
---|
10 | administrator sets the primary group from the windows user
|
---|
11 | manager or when fetching a SAM with <command>net rpc
|
---|
12 | vampire</command>. <parameter>%u</parameter> will be replaced
|
---|
13 | with the user whose primary group is to be set.
|
---|
14 | <parameter>%g</parameter> will be replaced with the group to
|
---|
15 | set.</para>
|
---|
16 | </description>
|
---|
17 | <value type="default"></value>
|
---|
18 | <value type="example">/usr/sbin/usermod -g '%g' '%u'</value>
|
---|
19 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.