Skip to content

Commit

Permalink
Specify name of LdapContextSource in kadai-rest-spring
Browse files Browse the repository at this point in the history
  • Loading branch information
CRoberto1926 committed Oct 22, 2024
1 parent ac9fe4f commit b6ab76f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user-guide/configuration/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ sidebar_position: 3
---

# LDAP
KADAI provides [LDAP](https://ldap.com/learn-about-ldap/) support by showing LDAP-usage in its example module ```kadai-rest-spring-example-boot```. In order to configure LDAP for usage with KADAI, you need an .ldif file. Additionaly, you need to configure LDAP in the ``application.properties`` file using following parameters:
KADAI provides [LDAP](https://ldap.com/learn-about-ldap/) support by showing LDAP-usage in its example module ```kadai-rest-spring-example-boot```.
If you do not create an LdapContextSource bean, KADAI will create one for you using the parameters specified on this documentation page.
If you want to create your LdapContextSource bean to be used in KADAI, please use as qualifier the constant ```io.kadai.common.rest.ldap.KADAI_LDAP_CONTEXT_SOURCE```.
In order to configure LDAP for usage with KADAI, you need an .ldif file. Additionaly, you need to configure LDAP in the ``application.properties`` file using following parameters:

|Parameter |Description |Sample Value |
|---------------------------------|---------------------------------------------------------|----------------------|
Expand Down

0 comments on commit b6ab76f

Please sign in to comment.