GridGuard User Store & User Info Store Setup

Provides instructions on how to setup a GridGuard user store and a GridGuard user info store.

The user store is the store against which lookups are performed to determine if the user is a registered user of the system; the user info store is used to store the PIN, corner and GridPic associated with the user. Typically, these user credentials are stored on the GridGuard server in the same LDAP OU.

The GridGuard server, by default comes with a user store (DefaultRealm-2Form-UserStore) and a user info store (DefaultRealm-2Form-UserInfoStore) pre-configured. If you are using the pre-configured stores, you can skip the steps below completely.

Follow the steps below, only if you want to use a separate LDAP OU to store the user credentials for this integration.

Create a new LDAP OU

Create a new LDAP OU
  1. Choose the LDAP Configuration option
  2. Click on the LDAP User Org. Unit (OU) tab
  3. Click Add User OU
  4. A new dialog window is displayed. Enter the DN (short name) of the OU to create
  5. Click Add User OU

This will create a new user OU that will be used to store user information.

Create User Store Reference

Create User Store Reference
  1. Set Store ID to a unique name that will be used to identify this store
  2. Set Store Type to userStore
  3. Set Storage Type to LDAP
  4. Set LDAP Server to localhost-OpenLDAP
  5. Set Base DN to the base DN of the OU created in the step above

Create User Info Store Reference

Create User Info Store Reference
  1. Set Store ID to a unique name that will be used to identify this store
  2. Set Store Type to userinfoStore
  3. Set Storage Type to LDAP
  4. Set LDAP Server to localhost-OpenLDAP
  5. Set Base DN to the base DN of the OU created in the step above