GetUserUnixProfileByDN

Returns the UNIX profile for a user in this computer zone given the distinguished name (DN) of the profile.

Syntax

IHierarchicalUser GetUserUnixProfileByDN(string dn)

Parameter

Specify the following parameter when using this method:

Parameter Description
dn The distinguished name (DN) of the user profile.

Return value

The user profile with the distinguished name (DN) specified, or null if no matching user profile is found.

Discussion

The user profile is the service connection point associated with the Active Directory user object.

Exceptions

GetUserUnixProfileByDN may throw one of the following exceptions:

  • ArgumentNullException if the specified parameter value is null.

  • NotSupportedException if the computer zone schema is not supported.