GetAttributes
Returns all the attribute names and values of the specified DN.
Input
Name | Type | Description |
DN | String | Distinguished name of the desired LDAP object. If unspecified, the BaseDN from the connection string will be used. |
Result Set Columns
Name | Type | Description |
AttributeName | String | Attribute names of the DN. |
AttributeValue | String | Corresponding attribute value of the DN. |