diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
commit | 705db2effac38df9aaefa9cc6baa9614207b26af (patch) | |
tree | 948edb12409dc816903dd4b6004c7eabbe85dc8d /docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml | |
parent | c6ffda4f7627c9596288cd7d4272f2d6a2cef593 (diff) | |
download | samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.gz samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.bz2 samba-705db2effac38df9aaefa9cc6baa9614207b26af.zip |
- Add &author.mimir; entity
- Several smaller layout and typo fixes
(This used to be commit 96aa93ea4f56ef069c3127547296581f8e0ce3bd)
Diffstat (limited to 'docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml')
-rw-r--r-- | docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml b/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml index 8aea87fe24..e037da4aeb 100644 --- a/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml +++ b/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml @@ -11,12 +11,12 @@ <para> Starting with Samba 3.0 alpha 2, a new group mapping function is available. The current method (likely to change) to manage the groups is a new command called -<command>smbgroupedit</command>. +&smbgroupedit;. </para> <para> The first immediate reason to use the group mapping on a PDC, is that -the <command>domain admin group</command> of <filename>smb.conf</filename> is +the <command>domain admin group</command> of &smb.conf; is now gone. This parameter was used to give the listed users local admin rights on their workstations. It was some magic stuff that simply worked but didn't scale very well for complex setups. @@ -71,7 +71,7 @@ give access to a certain directory to some users who are member of a group on your samba PDC. Flag that group as a domain group by running: </para> -<para><command>smbgroupedit -a unixgroup -td</command></para> +<para><userinput>smbgroupedit -a unixgroup -td</userinput></para> <para>You can list the various groups in the mapping database like this</para> <para><userinput>smbgroupedit -v</userinput></para> |