Grouper LDAP provisioner demo

Grouper LDAP provisioner demo

The info on this page applies to Grouper 2.6 and above.

Video of provisioning

There is an LDAP container that can be used.

Download and run on unix, mac, or windows (in WSL windows subsystem for linux).  You need docker installed

$ wget https://raw.githubusercontent.com/Internet2/grouper/GROUPER_2_5_BRANCH/grouper-misc/openldap-dinkel-grouper/downloadAndRunLdap.sh $ chmod +x downloadAndRunLdap.sh $ ./downloadAndRunLdap.sh ##### cleanup: $ docker rm -f openldap-dinkel-grouper $ docker rmi openldap-dinkel-grouper:latest

Make an LDAP external system named: personLdap:

configId: personLdap url: ldap://localhost:389 user: cn=admin,dc=example,dc=edu pass: secret

Import the subject.properties that was downloaded where you installed the LDAP container