|
+
|
CHARACTER GetGroups (character)
|
Returns a comma seperated list of groups the given user is
assigned to
|
|
+
|
CHARACTER GetObjectDistinguishedName (ObjectClassEnum, character, character)
|
Returns the distinguishedName or ObjectGUID of an object contained
in an ActiveDirectory.
If the returned value is ? means that no Object with the given
name has been found in the AD.
@param poObjectClass Indicates what type of object is looked up. Possible values are "User, Group, Computer"
@param cObjectName The object name (User Name)
@param cLdapDomain This is the AD Domain for example "consultingwerk"
@return The Objects Dsitinguished Name of ? when the object has not been found
------------------------------------------------------------------------------*/
|
|
+
|
CHARACTER GetObjectGuid (ObjectClassEnum, character, character)
|
Returns the distinguishedName or ObjectGUID of an object contained
in an ActiveDirectory.
If the returned value is ? means that no Object with the given
name has been found in the AD.
@param poObjectClass Indicates what type of object is looked up. Possible values are "User, Group, Computer"
@param cObjectName The object name (User Name)
@param cLdapDomain This is the AD Domain for example "consultingwerk"
@return The Objects Dsitinguished Name of ? when the object has not been found
------------------------------------------------------------------------------*/
|
|
+
|
CHARACTER GetPropertyValues (DirectoryEntry, character)
|
Returns a delimited-list of property value(s) for the given
Diretory Entry
|
|
+
|
CHARACTER GetPropertyValues (DirectoryEntry, character, character)
|
Returns a delimited-list of property value(s) for the given
Diretory Entry
|