GetDirectoryEntry

Returns an instance of the directory entry for the user’s UNIX profile from Active Directory.

Syntax

DirectoryEntry GetDirectoryEntry()

Return value

A directory entry for the service connection point that represents the user’s UNIX profile in the zone.

Discussion

This method can only be used in .NET programs because DirectoryEntry is a .NET-specific class for directory objects. This method cannot be used in COM-based programs.