Many components of Grouper may optionally access LDAP

  1. Subject API if your person subjects are stored in LDAP.
  2. Grouper Loader if you load groups into Grouper from LDAP.
  3. Grouper Web Services if authentication there is via LDAP BINDs.
  4. PSPNG if you provision groups to LDAP.


In Grouper 2.3, #1-3 above used vt-ldap and #4 used ldaptive.  In Grouper 2.4, all of the above uses ldaptive.  Now in Grouper 2.4, #1-3 uses common configuration via grouper-loader.properties and uses an abstraction layer to make any future migrations much easier.  And #4 still uses the separate configuration as it was used in Grouper 2.3, but will migrate to using the same configuration in the future.

Note that the migration to ldaptive is being done because vt-ldap is no longer supported and has been deprecated for a long time.

Migration for Subject API

Migration for Grouper Loader

Migration for Grouper Web Services


Configuration options

The following applies to the subject api, loader, and web services.