diff options
Diffstat (limited to 'docs/manpages/smbgroupedit.8')
-rw-r--r-- | docs/manpages/smbgroupedit.8 | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/manpages/smbgroupedit.8 b/docs/manpages/smbgroupedit.8 index cb3ce954c9..41b4872798 100644 --- a/docs/manpages/smbgroupedit.8 +++ b/docs/manpages/smbgroupedit.8 @@ -3,8 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMBGROUPEDIT" "8" "07 april 2003" "" "" - +.TH "SMBGROUPEDIT" "8" "04 March 2003" "" "" .SH NAME smbgroupedit \- Query/set/change UNIX - Windows NT group mapping .SH SYNOPSIS @@ -13,7 +12,8 @@ smbgroupedit \- Query/set/change UNIX - Windows NT group mapping .SH "DESCRIPTION" .PP -This program is part of the \fBSamba\fR(7) suite. +This program is part of the Samba +suite. .PP The smbgroupedit command allows for mapping unix groups to NT Builtin, Domain, or Local groups. Also @@ -39,7 +39,8 @@ give a long listing, of the format: Privilege : .fi -For example: +For examples, + .nf Users @@ -58,7 +59,8 @@ display a short listing of the format: NTGroupName(SID) -> UnixGroupName .fi -For example: +For example, + .nf Users (S-1-5-32-545) -> -1 @@ -92,7 +94,8 @@ map this domadm group to the 'domain admins' group: .RS .TP 3 1. -Get the SID for the Windows NT "Domain Admins" group: +Get the SID for the Windows NT "Domain Admins" +group: .nf @@ -104,6 +107,7 @@ Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> -1 map the unix domadm group to the Windows NT "Domain Admins" group, by running the command: + .nf root# \fBsmbgroupedit \\ -c S-1-5-21-1108995562-3116817432-1375597819-512 \\ @@ -115,6 +119,7 @@ Domain Admins SID (the S-1-5-21-...-512) is different for every PDC. .RE .PP To verify that your mapping has taken effect: +.PP .nf root# \fBsmbgroupedit -vs|grep "Domain Admins"\fR @@ -124,6 +129,7 @@ Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> domadm 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: +.PP .nf root# \fBsmbgroupedit -a unixgroup -td\fR @@ -134,7 +140,7 @@ This man page is correct for the 3.0alpha releases of the Samba suite. .SH "SEE ALSO" .PP -\fBsmb.conf\fR(5) +smb.conf(5) .SH "AUTHOR" .PP The original Samba software and related utilities @@ -144,5 +150,4 @@ to the way the Linux kernel is developed. .PP \fBsmbgroupedit\fR 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. +by the Samba Team in the same fashion as the Samba source code. |