Enforce Dynamic Search of Attributes for LDAP Groups

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

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.Import or Update LDAP Group Settings

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>.Access YAML Configuration

   <ldapGroupSettings>
       <ldapGroupSetting>
           <name>groups</name>
           <forceAttributeSearch>false</forceAttributeSearch>
       </ldapGroupSetting>
   </ldapGroupSettings>