diff options
Diffstat (limited to 'docs/docbook/manpages/smbgroupedit.8.sgml')
-rw-r--r-- | docs/docbook/manpages/smbgroupedit.8.sgml | 78 |
1 files changed, 58 insertions, 20 deletions
diff --git a/docs/docbook/manpages/smbgroupedit.8.sgml b/docs/docbook/manpages/smbgroupedit.8.sgml index 6c489bb785..188218c249 100644 --- a/docs/docbook/manpages/smbgroupedit.8.sgml +++ b/docs/docbook/manpages/smbgroupedit.8.sgml @@ -1,11 +1,15 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -<refentry id="smbgroupedit.8"> +<refentry id="smbgroupedit"> <refmeta> <refentrytitle>smbgroupedit</refentrytitle> <manvolnum>8</manvolnum> </refmeta> + +<!-- **************************************************** +** Name and Options ** +**************************************************** --> <refnamediv> <refname>smbgroupedit</refname> <refpurpose>Query/set/change UNIX - Windows NT group mapping</refpurpose> @@ -21,13 +25,17 @@ +<!-- **************************************************** +** Description ** +**************************************************** --> <refsect1> <title>DESCRIPTION</title> <para> -This program is part of the <citerefentry><refentrytitle>Samba</refentrytitle> -<manvolnum>7</manvolnum></citerefentry> suite.</para> +This program is part of the <ulink url="samba.7.html">Samba</ulink> +suite. +</para> <para> The smbgroupedit command allows for mapping unix groups @@ -62,8 +70,8 @@ etc. Privilege : </programlisting></para> -<para>For example: -<programlisting> +<para>For examples,</para> +<para><programlisting> Users SID : S-1-5-32-545 Unix group: -1 @@ -83,8 +91,9 @@ Users NTGroupName(SID) -> UnixGroupName </programlisting></para> -<para>For example: -<programlisting> +<para>For example,</para> + +<para><programlisting> Users (S-1-5-32-545) -> -1 </programlisting></para> @@ -100,6 +109,8 @@ Users (S-1-5-32-545) -> -1 +<!-- **************************************************** +**************************************************** --> <refsect1> <title>FILES</title> @@ -109,6 +120,8 @@ Users (S-1-5-32-545) -> -1 +<!-- **************************************************** +**************************************************** --> <refsect1> <title>EXIT STATUS</title> @@ -150,45 +163,65 @@ the 'Domain Admins' Global group: <para>domadm:x:502:joe,john,mary</para> </listitem> - <listitem><para>map this domadm group to the 'domain admins' group:</para> + <listitem><para>map this domadm group to the 'domain admins' group: + </para> <orderedlist> - <listitem><para>Get the SID for the Windows NT "Domain Admins" group:</para> + <listitem><para>Get the SID for the Windows NT "Domain Admins" + group:</para> + <para><programlisting> <prompt>root# </prompt><command>smbgroupedit -vs | grep "Domain Admins"</command> Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> -1 -</programlisting></para></listitem> +</programlisting></para> +</listitem> <listitem><para>map the unix domadm group to the Windows NT "Domain Admins" group, by running the command: -<programlisting> + </para> + +<para><programlisting> <prompt>root# </prompt><command>smbgroupedit \ -c S-1-5-21-1108995562-3116817432-1375597819-512 \ -u domadm -td</command> </programlisting></para> - <para><emphasis>warning:</emphasis> don't copy and paste this sample, the + <para> + <emphasis>warning:</emphasis> don't copy and paste this sample, the Domain Admins SID (the S-1-5-21-...-512) is different for every PDC. - </para> </listitem> + </para> + </listitem> </orderedlist> </listitem> </orderedlist> <para> To verify that your mapping has taken effect: -<programlisting> +</para> + +<para><programlisting> <prompt>root# </prompt><command>smbgroupedit -vs|grep "Domain Admins"</command> Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> domadm </programlisting></para> -<para>To give access to a certain directory on a domain member machine (an +<para> +To give access to a certain directory on a domain member machine (an NT/W2K or a samba server running winbind) to some users who are member of a group on your samba PDC, flag that group as a domain group: -<programlisting> +</para> + +<para><programlisting> <prompt>root# </prompt><command>smbgroupedit -a unixgroup -td</command> </programlisting></para> + + </refsect1> + + + +<!-- **************************************************** +**************************************************** --> <refsect1> <title>VERSION</title> @@ -199,16 +232,22 @@ the Samba suite. </para> </refsect1> +<!-- **************************************************** +**************************************************** --> + <refsect1> <title>SEE ALSO</title> <para> -<citerefentry><refentrytitle>smb.conf</refentrytitle> -<manvolnum>5</manvolnum></citerefentry></para> +<ulink url="smb.conf.5.html">smb.conf(5)</ulink> +</para> </refsect1> +<!-- **************************************************** +**************************************************** --> + <refsect1> <title>AUTHOR</title> @@ -222,8 +261,7 @@ to the way the Linux kernel is developed. <para> <command>smbgroupedit</command> was written by Jean Francois Micouleau. The current set of manpages and documentation is maintained -by the Samba Team in the same fashion as the Samba source code. The conversion -to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.</para> +by the Samba Team in the same fashion as the Samba source code.</para> </refsect1> </refentry> |