Group
Centrify uses existing Active Directory groups to manage the members of UNIX groups.
Syntax
public interface IGroup
Discussion
The Group class provides access to methods and properties that enable UNIX group profiles to be linked to Active Directory groups and that you can use to manage UNIX profiles associated with Active Directory groups. The additional UNIX‑specific attributes that make up the UNIX profile for a group are stored and managed within the GroupUnixProfile object.
Methods
The Group class provides the following methods:
This method | Does this |
Adds a new UNIX group profile to a zone. |
|
Validates and saves changes to the Group object in Active Directory. |
|
Saves changes to the Group object in Active Directory without performing any validation. |
|
Returns the directory entry for an Active Directory group object from Active Directory. |
|
Returns the collection of all role assignments for a group in a specified domain. |
|
Returns the collection of all role assignments for a group in a specified forest. |
|
Reloads the Group object data from the data in Active Directory. |
Properties
The Group class provides the following properties:
This property | Does this |
Gets the IADs interface for an Active Directory group. |
|
Gets the LDAP path for an Active Directory group. |
|
Gets the unique identifier for an Active Directory group. |
|
Gets the GroupUnixProfiles object associated with an Active Directory group. |