TROUBLESHOOTING TIPS

How does LDAP/AD group sync/mapping work?

AuthorFullName__c
Joshua Han
articleNumber
000001235
ft:sourceType
Salesforce
FirstPublishedDate
2016-10-06T13:35:30Z
lastModifiedDate
2021-05-19
VersionNumber
16
  • See LDAP attributes found for the user (e.g. run "ldapsearch joshua") and compare it with the group filter
  • In Artifactory, go to Admin => Security => LDAP Settings => Select and Edit your LDAP setting => Enter a test username and password => Click on Test Connection 
  • Enable more logs by adding the below debug loggers at the end of the $ARTIFACTORY_HOME/etc/logback.xml file. Enabling the debug logs does not require restarting Artifactory.
     
<logger name="org.artifactory.addon.ldap">
<level value="trace"/>
</logger>
<logger name="org.artifactory.security.ldap">
<level value="trace"/>
</logger>