Skip to content

SaravananPrasadh-SP/Group-Provider-Debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Group-Provider-Debug

This Repo is created to share the Group Debug utility to customers

Instructions

  1. Clone the repository.

  2. Make modifications to the test-site.xml file by replacing the LDAP configuration.

  3. 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 myuser
    

    Java 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
    

About

This Repo is created to share the Group Debug utility to customers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors