- 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>