Enforce Dynamic Search of Attributes for LDAP Groups

JFrog Platform Administration Documentation

ft:sourceType
Paligo

You can set the dynamic attributes in the Artifactory YAML Configuration file.Access YAML Configuration

Prior to Artifactory 7.71.2, you can enforce dynamic internal search of attributes in a group by setting the <forceAttributeSearch>true</forceAttributeSearch> in the Config descriptor.

</ldapSettings>    
   <ldapGroupSetttings>
        <name>demo</name>
        <forceAttributeSearch>true</forceAttributeSearch>
</ldapSettings>