To configure an external LDAP repository, such as Microsoft Active Directory, so that existing users may be registered with Jiglu and then authenticated against their directory credentials, the following properties need to be changed in bootstrap.properties:
| Whether to use LDAP for user authentication. The other LDAP properties will only be used if LDAP is enabled. |
| Connection details for the remote repository. The URL is usually along the lines of |
com.jiglu.ldap.readerUser.dn com.jiglu.ldap.readerUser.password | The user to bind to the repository as when reading data. They will need to have read access to search the LDAP repository for users and read the data for those users into the system. |
| The context at which to start searching the repository for users. All sub-branches from this location are searched. |
| The class name of user records that should be read by the system. This is usually |
| These properties map fields on user records in the LDAP repository to fields on users in Jiglu. Note that the username field is usually Note that these values are case sensitive. |
Integration with LDAP is not permitted if the system has a single server licence key, such as with the free version of the product.