Adding quickstarts for ppolicy for LDAP servers - #790
Conversation
Related to keycloak/keycloak#52400 Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
|
@ruchikajha95 - I needed to prepare this to test a LDAP issue. As it could be handy in the future and for users, I added it as a quickstart. Please review it when you have the time. Happy to join a 1:1 session on this one. |
|
Thank you @ahus1 for taking the time to discuss this PR 1-1. The context was very helpful, and I agree that having this framework in place will be valuable whenever we need to update policies in the future. I would be requesting some changes on this PR as discussed :
The file openldap-ppolicy/set-config-pw.ldif contains olcRootPW: config in plaintext. While acceptable for a test setup (and the README warns about this), CAn we consider using a hashed password ({SSHA}...) for slightly better |
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
|
@ruchikajha95 - I've addressed your comments as follows:
|
Related to keycloak/keycloak#52400 and the connected pull request.