Skip to content

Commit

Permalink
Configure Keycloak with OpenLDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanow committed Dec 11, 2024
1 parent 5dc0cf2 commit c47fa89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keycloak/keycloak/realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2161,4 +2161,4 @@
"clientPolicies" : {
"policies" : [ ]
}
}
}
2 changes: 1 addition & 1 deletion keycloak/openldap-admin/.env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PHPLDAPADMIN_LDAP_HOSTS:
- bind_id: cn=admin,dc=example,dc=org

PHPLDAPADMIN_HTTPS: false
PHPLDAPADMIN_LDAP_CLIENT_TLS: false
PHPLDAPADMIN_LDAP_CLIENT_TLS: false
2 changes: 1 addition & 1 deletion keycloak/openldap/init.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ dn: cn=readers,ou=users,dc=example,dc=org
cn: readers
member: cn=ronin,ou=users,dc=example,dc=org
member: cn=program,ou=users,dc=example,dc=org
objectClass: groupOfNames
objectClass: groupOfNames

0 comments on commit c47fa89

Please sign in to comment.