adclient.custom.attributes

This configuration parameter enables you to add Active Directory attributes to the Delinea authentication cache that are not retrieved by default. You can specify computer, user, or group attributes by using the appropriate form of the parameter:

adclient.custom.attributes.computer:attributeNameadclient.custom.attributes.user:attributeNameadclient.custom.attributes.group:attributeName

Separate multiple attributes by a space. For example, to specify the user attributes comment and company and the group attributes info and telephoneNumber:

adclient.custom.attributes.user: comment company
adclient.custom.attributes.group: info telephoneNumber

In most cases, you set this configuration parameter using group policy. You can, however, set it manually in the configuration file if you are not using group policy or want to temporarily override group policy.

You can use the adquery --dump command to see a list of the attributes that adclient caches for users or groups.