From ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Feb 2003 22:14:04 +0000 Subject: Regenerate (This used to be commit 1ab5a3b17feb677425bb1071357c3dbabcc46c7e) --- docs/htmldocs/smbgroupedit.8.html | 156 +++++++++++--------------------------- 1 file changed, 43 insertions(+), 113 deletions(-) (limited to 'docs/htmldocs/smbgroupedit.8.html') diff --git a/docs/htmldocs/smbgroupedit.8.html b/docs/htmldocs/smbgroupedit.8.html index e20b34883c..856c778cb4 100644 --- a/docs/htmldocs/smbgroupedit.8.html +++ b/docs/htmldocs/smbgroupedit.8.html @@ -1,12 +1,11 @@ - + smbgroupedit

smbgroupedit

smbgroupedit

Synopsis

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

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

DESCRIPTION

This program is part of the Samba -suite.

This program is part of the Samba(7) suite.

The smbgroupedit command allows for mapping unix groups to NT Builtin, Domain, or Local groups. Also @@ -59,7 +63,7 @@ etc.

OPTIONS

give a long listing, of the format:

"NT Group Name"
@@ -100,20 +98,10 @@ CLASS="PROGRAMLISTING"
     Group type     :
     Comment        :
     Privilege      :

For examples,

For example:
+
Users
     SID       : S-1-5-32-545
@@ -121,9 +109,6 @@ CLASS="PROGRAMLISTING"
     Group type: Local group
     Comment   :
     Privilege : No privilege

display a short listing of the format:

NTGroupName(SID) -> UnixGroupName

For example,

For example:
+
Users (S-1-5-32-545) -> -1

  • map this domadm group to the 'domain admins' group: -

    map this domadm group to the 'domain admins' group:

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

      Get the SID for the Windows NT "Domain Admins" group:

      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: -

      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:

    To verify that your mapping has taken effect:
    +
    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:

    smbgroupedit -a unixgroup -td

  • VERSION

    SEE ALSO

    smb.conf(5)smb.conf(5)

    AUTHOR

    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.