Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image: Keycloak User Federation broken, if $LDAP_ROOTPASS != secret #514

Closed
gunterze opened this issue Jan 5, 2017 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jan 5, 2017

Keycloak changed the JSON format of bindCredential from string to array. So

sed -e "s%dc=dcm4che,dc=org%${LDAP_BASE_DN}%" \
    -e "s%ldap://ldap:389%ldap://${LDAP_HOST}:${LDAP_PORT}%" \
    -e "s%\"bindCredential\" : \"secret\"%\"bindCredential\" : \"${LDAP_ROOTPASS}\"%" \
    -i $JBOSS_HOME/standalone/configuration/dcm4che-realm.json

configuration/adjust-dcm4che-realm.sh does not longer replace the default with $LDAP_ROOTPASS

@gunterze gunterze added the bug Something isn't working label Jan 5, 2017
@gunterze gunterze added this to the 5.9.0 milestone Jan 5, 2017
@gunterze gunterze self-assigned this Jan 5, 2017
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jan 5, 2017
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jan 5, 2017
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jan 5, 2017
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Jan 5, 2017
@gunterze gunterze closed this as completed Jan 5, 2017
@vrindanayak vrindanayak added enhancement New feature or request and removed enhancement New feature or request labels Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants