diff options
Diffstat (limited to 'docs/htmldocs/smbgroupedit.8.html')
-rw-r--r-- | docs/htmldocs/smbgroupedit.8.html | 176 |
1 files changed, 123 insertions, 53 deletions
diff --git a/docs/htmldocs/smbgroupedit.8.html b/docs/htmldocs/smbgroupedit.8.html index 32e00315b4..e20b34883c 100644 --- a/docs/htmldocs/smbgroupedit.8.html +++ b/docs/htmldocs/smbgroupedit.8.html @@ -1,11 +1,12 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <HTML ><HEAD ><TITLE >smbgroupedit</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" @@ -15,9 +16,7 @@ VLINK="#840084" ALINK="#0000FF" ><H1 ><A -NAME="SMBGROUPEDIT.8" -></A ->smbgroupedit</H1 +NAME="SMBGROUPEDIT">smbgroupedit</H1 ><DIV CLASS="REFNAMEDIV" ><A @@ -29,15 +28,13 @@ NAME="AEN5" ><DIV CLASS="REFSYNOPSISDIV" ><A -NAME="AEN8" -></A -><H2 +NAME="AEN8"><H2 >Synopsis</H2 ><P ><B CLASS="COMMAND" >smbroupedit</B -> [-v [l|s]] [-a UNIX-groupname [-d NT-groupname|-p privilege|]]</P +> [-v [l|s]] [-a UNIX-groupname [-d NT-groupname|-p privilege|]]</P ></DIV ><DIV CLASS="REFSECT1" @@ -47,13 +44,12 @@ NAME="AEN13" ><H2 >DESCRIPTION</H2 ><P ->This program is part of the <SPAN -CLASS="CITEREFENTRY" -><SPAN -CLASS="REFENTRYTITLE" ->Samba</SPAN ->(7)</SPAN -> suite.</P +>This program is part of the <A +HREF="samba.7.html" +TARGET="_top" +>Samba</A +> +suite.</P ><P >The smbgroupedit command allows for mapping unix groups to NT Builtin, Domain, or Local groups. Also @@ -63,7 +59,7 @@ etc.</P ><DIV CLASS="REFSECT1" ><A -NAME="AEN20" +NAME="AEN18" ></A ><H2 >OPTIONS</H2 @@ -90,6 +86,12 @@ CLASS="VARIABLELIST" ><P >give a long listing, of the format:</P ><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD ><PRE CLASS="PROGRAMLISTING" >"NT Group Name" @@ -98,10 +100,20 @@ CLASS="PROGRAMLISTING" Group type : Comment : Privilege :</PRE +></TD +></TR +></TABLE ></P ><P ->For example: -<PRE +>For examples,</P +><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD +><PRE CLASS="PROGRAMLISTING" >Users SID : S-1-5-32-545 @@ -109,6 +121,9 @@ CLASS="PROGRAMLISTING" Group type: Local group Comment : Privilege : No privilege</PRE +></TD +></TR +></TABLE ></P ></DD ><DT @@ -117,15 +132,34 @@ CLASS="PROGRAMLISTING" ><P >display a short listing of the format:</P ><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD ><PRE CLASS="PROGRAMLISTING" >NTGroupName(SID) -> UnixGroupName</PRE +></TD +></TR +></TABLE ></P ><P ->For example: -<PRE +>For example,</P +><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD +><PRE CLASS="PROGRAMLISTING" >Users (S-1-5-32-545) -> -1</PRE +></TD +></TR +></TABLE ></P ></DD ></DL @@ -179,9 +213,9 @@ TYPE="1" <TT CLASS="FILENAME" >/etc/group</TT ->), let's call it <CODE +>), let's call it <TT CLASS="CONSTANT" ->domadm</CODE +>domadm</TT >. </P ></LI @@ -199,50 +233,69 @@ CLASS="FILENAME" ></LI ><LI ><P ->map this domadm group to the 'domain admins' group:</P +>map this domadm group to the 'domain admins' group: + </P ><P ></P ><OL TYPE="a" ><LI ><P ->Get the SID for the Windows NT "Domain Admins" group:</P +>Get the SID for the Windows NT "Domain Admins" + group:</P ><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD ><PRE CLASS="PROGRAMLISTING" -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP +>root# </TT ><B CLASS="COMMAND" >smbgroupedit -vs | grep "Domain Admins"</B > Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> -1</PRE +></TD +></TR +></TABLE ></P ></LI ><LI ><P >map the unix domadm group to the Windows NT "Domain Admins" group, by running the command: -<PRE + </P +><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="90%" +><TR +><TD +><PRE CLASS="PROGRAMLISTING" -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP +>root# </TT ><B CLASS="COMMAND" >smbgroupedit \ -c S-1-5-21-1108995562-3116817432-1375597819-512 \ -u domadm -td</B ></PRE +></TD +></TR +></TABLE ></P ><P -><SPAN -CLASS="emphasis" -><I +> <I CLASS="EMPHASIS" >warning:</I -></SPAN > don't copy and paste this sample, the Domain Admins SID (the S-1-5-21-...-512) is different for every PDC. </P @@ -251,37 +304,57 @@ CLASS="EMPHASIS" ></LI ></OL ><P ->To verify that your mapping has taken effect: -<PRE +>To verify that your mapping has taken effect:</P +><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><PRE CLASS="PROGRAMLISTING" -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP +>root# </TT ><B CLASS="COMMAND" >smbgroupedit -vs|grep "Domain Admins"</B > Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> domadm</PRE +></TD +></TR +></TABLE ></P ><P >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: -<PRE +of a group on your samba PDC, flag that group as a domain group:</P +><P +><TABLE +BORDER="0" +BGCOLOR="#E0E0E0" +WIDTH="100%" +><TR +><TD +><PRE CLASS="PROGRAMLISTING" -><SAMP +><TT CLASS="PROMPT" ->root# </SAMP +>root# </TT ><B CLASS="COMMAND" >smbgroupedit -a unixgroup -td</B ></PRE +></TD +></TR +></TABLE ></P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN87" +NAME="AEN90" ></A ><H2 >VERSION</H2 @@ -292,23 +365,21 @@ the Samba suite.</P ><DIV CLASS="REFSECT1" ><A -NAME="AEN90" +NAME="AEN93" ></A ><H2 >SEE ALSO</H2 ><P -><SPAN -CLASS="CITEREFENTRY" -><SPAN -CLASS="REFENTRYTITLE" ->smb.conf</SPAN ->(5)</SPAN +><A +HREF="smb.conf.5.html" +TARGET="_top" +>smb.conf(5)</A ></P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN96" +NAME="AEN97" ></A ><H2 >AUTHOR</H2 @@ -323,8 +394,7 @@ CLASS="COMMAND" >smbgroupedit</B > 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.</P +by the Samba Team in the same fashion as the Samba source code.</P ></DIV ></BODY ></HTML |