From 2b8b54061f753c13939aad16566088dde539480e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 26 Apr 2003 17:27:44 +0000 Subject: removing smbgroupedit man page (This used to be commit 9134feb9f62e852dd6c900890e01062983995d01) --- docs/docbook/Makefile.in | 2 +- docs/docbook/manpages/smbgroupedit.8.sgml | 267 -------------------- docs/htmldocs/smbgroupedit.8.html | 401 ------------------------------ docs/manpages/smbgroupedit.8 | 153 ------------ 4 files changed, 1 insertion(+), 822 deletions(-) delete mode 100644 docs/docbook/manpages/smbgroupedit.8.sgml delete mode 100644 docs/htmldocs/smbgroupedit.8.html delete mode 100644 docs/manpages/smbgroupedit.8 (limited to 'docs') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index ae24606caf7..132b5de978e 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -21,7 +21,7 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smbpasswd.8 testprns.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ - smbgroupedit.8 vfstest.1 + vfstest.1 ## This part contains only rules. You shouldn't need to change it ## if you are adding docs diff --git a/docs/docbook/manpages/smbgroupedit.8.sgml b/docs/docbook/manpages/smbgroupedit.8.sgml deleted file mode 100644 index 188218c249c..00000000000 --- a/docs/docbook/manpages/smbgroupedit.8.sgml +++ /dev/null @@ -1,267 +0,0 @@ - - - - - smbgroupedit - 8 - - - - - - smbgroupedit - Query/set/change UNIX - Windows NT group mapping - - - - - smbroupedit - -v [l|s] - -a UNIX-groupname [-d NT-groupname|-p privilege|] - - - - - - - - -DESCRIPTION - - -This program is part of the Samba -suite. - - - -The smbgroupedit command allows for mapping unix groups -to NT Builtin, Domain, or Local groups. Also -allows setting privileges for that group, such as saAddUser, -etc. - - - - - - OPTIONS - - - - -v[l|s] - This option will list all groups available - in the Windows NT domain in which samba is operating. - - - - - -l - give a long listing, of the format: - - -"NT Group Name" - SID : - Unix group : - Group type : - Comment : - Privilege : - - -For examples, - -Users - SID : S-1-5-32-545 - Unix group: -1 - Group type: Local group - Comment : - Privilege : No privilege - - - - - - - -s - display a short listing of the format: - - -NTGroupName(SID) -> UnixGroupName - - -For example, - - -Users (S-1-5-32-545) -> -1 - - - - - - - - - - - - - - - - -FILES - - - - - - - - - - -EXIT STATUS - - -smbgroupedit returns a status of 0 if the -operation completed successfully, and a value of 1 in the event -of a failure. - - - - - - - - - - -EXAMPLES - - - -To make a subset of your samba PDC users members of -the 'Domain Admins' Global group: - - - - - create a unix group (usually in - /etc/group), let's call it domadm. - - - add to this group the users that you want to be - domain administrators. For example if you want joe, john and mary, - your entry in /etc/group will look like: - - - domadm:x:502:joe,john,mary - - - map this domadm group to the 'domain admins' group: - - - Get the SID for the Windows NT "Domain Admins" - group: - - -root# smbgroupedit -vs | grep "Domain Admins" -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: - - - -root# smbgroupedit \ --c S-1-5-21-1108995562-3116817432-1375597819-512 \ --u domadm -td - - - - warning: don't copy and paste this sample, the - Domain Admins SID (the S-1-5-21-...-512) is different for every PDC. - - - - - - - -To verify that your mapping has taken effect: - - - -root# smbgroupedit -vs|grep "Domain Admins" -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: - - - -root# smbgroupedit -a unixgroup -td - - - - - - - - - - - - -VERSION - - -This man page is correct for the 3.0alpha releases of -the Samba suite. - - - - - - -SEE ALSO - - -smb.conf(5) - - - - - - - - -AUTHOR - - -The original Samba software and related utilities -were created by Andrew Tridgell. Samba is now developed -by the Samba Team as an Open Source project similar -to the way the Linux kernel is developed. - - - -smbgroupedit 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. - - - diff --git a/docs/htmldocs/smbgroupedit.8.html b/docs/htmldocs/smbgroupedit.8.html deleted file mode 100644 index e20b34883c7..00000000000 --- a/docs/htmldocs/smbgroupedit.8.html +++ /dev/null @@ -1,401 +0,0 @@ - -smbgroupedit

smbgroupedit

Name

smbgroupedit -- Query/set/change UNIX - Windows NT group mapping

Synopsis

smbroupedit [-v [l|s]] [-a UNIX-groupname [-d NT-groupname|-p privilege|]]

DESCRIPTION

This program is part of the Samba -suite.

The smbgroupedit command allows for mapping unix groups -to NT Builtin, Domain, or Local groups. Also -allows setting privileges for that group, such as saAddUser, -etc.

OPTIONS

-v[l|s]

This option will list all groups available - in the Windows NT domain in which samba is operating. -

-l

give a long listing, of the format:

"NT Group Name"
-    SID            :
-    Unix group     :
-    Group type     :
-    Comment        :
-    Privilege      :

For examples,

Users
-    SID       : S-1-5-32-545
-    Unix group: -1
-    Group type: Local group
-    Comment   :
-    Privilege : No privilege

-s

display a short listing of the format:

NTGroupName(SID) -> UnixGroupName

For example,

Users (S-1-5-32-545) -> -1

FILES

EXIT STATUS

smbgroupedit returns a status of 0 if the -operation completed successfully, and a value of 1 in the event -of a failure.

EXAMPLES

To make a subset of your samba PDC users members of -the 'Domain Admins' Global group:

  1. create a unix group (usually in - /etc/group), let's call it domadm. -

  2. add to this group the users that you want to be - domain administrators. For example if you want joe, john and mary, - your entry in /etc/group will look like: -

    domadm:x:502:joe,john,mary

  3. map this domadm group to the 'domain admins' group: -

    1. Get the SID for the Windows NT "Domain Admins" - group:

      root# smbgroupedit -vs | grep "Domain Admins"
      -Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> -1

    2. map the unix domadm group to the Windows NT - "Domain Admins" group, by running the command: -

      root# smbgroupedit \
      --c S-1-5-21-1108995562-3116817432-1375597819-512 \
      --u domadm -td

      warning: don't copy and paste this sample, the - Domain Admins SID (the S-1-5-21-...-512) is different for every PDC. -

To verify that your mapping has taken effect:

root# smbgroupedit -vs|grep "Domain Admins"
-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:

root# smbgroupedit -a unixgroup -td

VERSION

This man page is correct for the 3.0alpha releases of -the Samba suite.

SEE ALSO

smb.conf(5)

AUTHOR

The original Samba software and related utilities -were created by Andrew Tridgell. Samba is now developed -by the Samba Team as an Open Source project similar -to the way the Linux kernel is developed.

smbgroupedit 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.

\ No newline at end of file diff --git a/docs/manpages/smbgroupedit.8 b/docs/manpages/smbgroupedit.8 deleted file mode 100644 index 41b48727987..00000000000 --- a/docs/manpages/smbgroupedit.8 +++ /dev/null @@ -1,153 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "SMBGROUPEDIT" "8" "04 March 2003" "" "" -.SH NAME -smbgroupedit \- Query/set/change UNIX - Windows NT group mapping -.SH SYNOPSIS - -\fBsmbroupedit\fR [ \fB-v [l|s]\fR ] [ \fB-a UNIX-groupname [-d NT-groupname|-p privilege|]\fR ] - -.SH "DESCRIPTION" -.PP -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 -allows setting privileges for that group, such as saAddUser, -etc. -.SH "OPTIONS" -.TP -\fB-v[l|s]\fR -This option will list all groups available -in the Windows NT domain in which samba is operating. -.RS -.TP -\fB-l\fR -give a long listing, of the format: - - -.nf -"NT Group Name" - SID : - Unix group : - Group type : - Comment : - Privilege : -.fi - -For examples, - - -.nf -Users - SID : S-1-5-32-545 - Unix group: -1 - Group type: Local group - Comment : - Privilege : No privilege -.fi -.TP -\fB-s\fR -display a short listing of the format: - - -.nf -NTGroupName(SID) -> UnixGroupName -.fi - -For example, - - -.nf -Users (S-1-5-32-545) -> -1 -.fi -.RE -.SH "FILES" -.PP -.SH "EXIT STATUS" -.PP -\fBsmbgroupedit\fR returns a status of 0 if the -operation completed successfully, and a value of 1 in the event -of a failure. -.SH "EXAMPLES" -.PP -To make a subset of your samba PDC users members of -the 'Domain Admins' Global group: -.TP 3 -1. -create a unix group (usually in -\fI/etc/group\fR), let's call it domadm. -.TP 3 -2. -add to this group the users that you want to be -domain administrators. For example if you want joe, john and mary, -your entry in \fI/etc/group\fR will look like: - -domadm:x:502:joe,john,mary -.TP 3 -3. -map this domadm group to the 'domain admins' group: -.RS -.TP 3 -1. -Get the SID for the Windows NT "Domain Admins" -group: - - -.nf -root# \fBsmbgroupedit -vs | grep "Domain Admins"\fR -Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> -1 -.fi -.TP 3 -2. -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 \\ --u domadm -td\fR -.fi - -\fBwarning:\fR don't copy and paste this sample, the -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 -Domain Admins (S-1-5-21-1108995562-3116817432-1375597819-512) -> domadm -.fi -.PP -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 -.fi -.SH "VERSION" -.PP -This man page is correct for the 3.0alpha releases of -the Samba suite. -.SH "SEE ALSO" -.PP -smb.conf(5) -.SH "AUTHOR" -.PP -The original Samba software and related utilities -were created by Andrew Tridgell. Samba is now developed -by the Samba Team as an Open Source project similar -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. -- cgit v1.2.1