summaryrefslogtreecommitdiff
path: root/docs/manpages/smbgroupedit.8
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-18 22:14:04 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-18 22:14:04 +0000
commitff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 (patch)
treededa0311c634bd433278a352e1a9daece40ff0f6 /docs/manpages/smbgroupedit.8
parent4668623d62b3a7b133e26dd1397b956c4ddac335 (diff)
downloadsamba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.tar.gz
samba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.tar.bz2
samba-ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68.zip
Regenerate
(This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e)
Diffstat (limited to 'docs/manpages/smbgroupedit.8')
-rw-r--r--docs/manpages/smbgroupedit.823
1 files changed, 9 insertions, 14 deletions
diff --git a/docs/manpages/smbgroupedit.8 b/docs/manpages/smbgroupedit.8
index b514b99793..f016044634 100644
--- a/docs/manpages/smbgroupedit.8
+++ b/docs/manpages/smbgroupedit.8
@@ -3,7 +3,8 @@
.\" <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" "03 January 2003" "" ""
+.TH "SMBGROUPEDIT" "8" "28 January 2003" "" ""
+
.SH NAME
smbgroupedit \- Query/set/change UNIX - Windows NT group mapping
.SH SYNOPSIS
@@ -12,8 +13,7 @@ smbgroupedit \- Query/set/change UNIX - Windows NT group mapping
.SH "DESCRIPTION"
.PP
-This program is part of the Samba
-suite.
+This program is part of the \fBSamba\fR(7) suite.
.PP
The smbgroupedit command allows for mapping unix groups
to NT Builtin, Domain, or Local groups. Also
@@ -39,8 +39,7 @@ give a long listing, of the format:
Privilege :
.fi
-For examples,
-
+For example:
.nf
Users
@@ -59,8 +58,7 @@ display a short listing of the format:
NTGroupName(SID) -> UnixGroupName
.fi
-For example,
-
+For example:
.nf
Users (S-1-5-32-545) -> -1
@@ -94,8 +92,7 @@ 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
@@ -107,7 +104,6 @@ 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 \\
@@ -119,7 +115,6 @@ 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
@@ -129,7 +124,6 @@ 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
@@ -140,7 +134,7 @@ This man page is correct for the 3.0alpha releases of
the Samba suite.
.SH "SEE ALSO"
.PP
-smb.conf(5)
+\fBsmb.conf\fR(5)
.SH "AUTHOR"
.PP
The original Samba software and related utilities
@@ -150,4 +144,5 @@ 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.
+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.