After Artifactory version 7.57.2, you can set the dynamic attributes for LDAP groups using the Update LDAP Group Settings REST API with the attribute setting force_attribute_search": true.
Prior to Artifactory 7.71.2, you could also set dynamic attributes in the Artifactory YAML Configuration file. You could enforce dynamic internal search of attributes in a group by using the following setting in the Config Descriptor file: <forceAttributeSearch>true</forceAttributeSearch>
.
<ldapGroupSettings> <ldapGroupSetting> <name>groups</name> <forceAttributeSearch>false</forceAttributeSearch> </ldapGroupSetting> </ldapGroupSettings>