Skip to content

Commit 7a8e9cd

Browse files
Update application.properties (#163)
* Update application.properties * Fix comments
1 parent e0d4ee5 commit 7a8e9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,8 @@ ldap.enabled: false
113113
ldap.url:
114114
ldap.base.dn:
115115
ldap.username:
116+
# For security reasons and to avoid authorization problems this
117+
# password should be encoded. It will be decoded in EndpointSecurity.java.
118+
# Password needs to be encoded with base64.
116119
ldap.password:
117120
ldap.user.filter:

0 commit comments

Comments
 (0)