diff options
author | John Terpstra <jht@samba.org> | 2005-06-22 06:53:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:52 -0500 |
commit | 65b740e7191f4cd15b052f381db97425d6b98578 (patch) | |
tree | a29309a6d073f221fb50d107d32044741fe7cdb8 /docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | |
parent | dece1b9f141edaa7dd61f0125e6e7177fdde500c (diff) | |
download | samba-65b740e7191f4cd15b052f381db97425d6b98578.tar.gz samba-65b740e7191f4cd15b052f381db97425d6b98578.tar.bz2 samba-65b740e7191f4cd15b052f381db97425d6b98578.zip |
Another update.
(This used to be commit 906773c84df79a134d963387f0d1cd450355d53c)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index b097e05cd0..afa26b1073 100644 --- a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -350,12 +350,12 @@ SupportEngrs (S-1-5-21-72630-4128915-11681869-3007) -> SupportEngrs <screen> &rootprompt; net groupmap delete ntgroup=Engineers &rootprompt; net groupmap add ntgroup=EngineDrivers unixgroup=Engineers type=d +</screen> The deletion and addition operations affected only the logical entities known as Windows groups, or domain groups. These operations are inert to UNIX system groups, meaning that they neither delete nor create UNIX system groups. The mapping of a UNIX group to a Windows group makes the UNIX group available as Windows groups so that files and folders on domain member clients (workstations and servers) can be given domain-wide access controls for domain users and groups. -</screen> </para> <para> |