| Home | Trees | Indices | Help |
|
|---|
|
|
action.Action --+
|
action.RecipeAction --+
|
BuildAction --+
|
_UserGroupBuildAction --+
|
Group --+
|
SupplementalGroup
r.SupplementalGroup() - Ensures a user is
associated with a supplemental group
r.SupplementalGroup('user', 'group',
preferred_gid)
r.SupplementalGroup class ensures that a user is
associated with a supplemental group that is not associated with any
user.
The r.SupplementalGroup class accepts the following
keyword arguments, with default values shown in parentheses where
applicable.
user : (None) Specify the user name to be associated with a supplemental group
group : (None) Specify the supplemental group name
preferred_gid : (None) Specify the supplemental group identification numberr.SupplementalGroup('breandon', 'ateam', 560)
r.SupplementalGroup to add the user
breandon to the supplemental group ateam, and
specifies the preferred group identification number value of '560'.
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
keywords =
|
|||
keywordOrder =
|
|||
|
Inherited from Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:04 2008 | http://epydoc.sourceforge.net |