diff options
author | John Terpstra <jht@samba.org> | 2004-11-23 18:03:33 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | ba8a700d78110fe016ff244c225d2edcfb18f918 (patch) | |
tree | 768ecb1b499a9cb5b3e74303a1c6dcbfebef4c5e /docs/Samba-HOWTO-Collection/Group-Mapping.xml | |
parent | b6fa8c3702332eee57f29faff6ca1912ab7df3a5 (diff) | |
download | samba-ba8a700d78110fe016ff244c225d2edcfb18f918.tar.gz samba-ba8a700d78110fe016ff244c225d2edcfb18f918.tar.bz2 samba-ba8a700d78110fe016ff244c225d2edcfb18f918.zip |
Fixes and updates.
(This used to be commit bec3bd8f5863b044bca64b38ff037224bb652211)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Group-Mapping.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Group-Mapping.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Samba-HOWTO-Collection/Group-Mapping.xml b/docs/Samba-HOWTO-Collection/Group-Mapping.xml index eb8a68aa13..278886092f 100644 --- a/docs/Samba-HOWTO-Collection/Group-Mapping.xml +++ b/docs/Samba-HOWTO-Collection/Group-Mapping.xml @@ -477,8 +477,14 @@ Domain Guests (S-1-5-21-2547222302-1596225915-2414751004-514) -> domguest <title>Sample &smb.conf; Add Group Script</title> <para> + <indexterm><primary>smbgrpadd.sh</primary></indexterm> + <indexterm><primary>groupadd limitations</primary></indexterm> A script to create complying group names for use by the Samba group interfaces - is provided in <link linkend="smbgrpadd.sh">smbgrpadd.sh</link>. + is provided in <link linkend="smbgrpadd.sh">smbgrpadd.sh</link>. This script will + add a temporary entry in the <filename>/etc/group</filename> file and then rename + it to to the desired name. This is an example of a method to get around operating + system maintenance tool limititations such as that present in some version of the + <command>groupadd</command> tool. </para> <indexterm><primary>smbgrpadd.sh</primary></indexterm> |