This Repo is created to share the Group Debug utility to customers
-
Clone the repository.
-
Make modifications to the test-site.xml file by replacing the LDAP configuration.
-
Execute the following script:
Java 11:
java -cp LdapGroupProviderTester-1.0-SNAPSHOT-jar-with-dependencies.jar:./log4j.properties -Dlog4j.configuration=file:./log4j.properties --add-opens=java.base/java.naming=ALL-UNNAMED LdapGroupProviderTester ./test-site.xml myuserJava 17+:
java -cp LdapGroupProviderTester-1.0-SNAPSHOT-jar-with-dependencies.jar:./log4j.properties -Dlog4j.configuration=file:./log4j.properties --add-opens=java.naming/com.sun.jndi.ldap=ALL-UNNAMED LdapGroupProviderTester ./test-site.xml myuser