GetUserUnixProfile

Returns the UNIX user profile for a specified Active Directory user in this computer zone.

Syntax

IHierarchicalUser GetUserUnixProfile(IUser user)

Parameter

Specify the following parameter when using this method:

Parameter Description
user The user object for Active Directory user.

Return value

The profile for the specified Active Directory user, or null if none could be found.

Discussion

This method uses the Centrify.DirectControl.API.IUser returned by a GetUser or GetUserByPath call to retrieve the user profile.

Exceptions

GetUserUnixProfile may throw one of the following exceptions:

  • ArgumentNullException if the specified parameter value is null.

  • NotSupportedException if the computer zone schema is not supported.