From 98a305e877afb6f1384b26440d3ebd2dedb93c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Draga=C5=84czuk?= Date: Fri, 12 Nov 2021 14:55:30 +0100 Subject: [PATCH] Keycloak requires a full DN, not just the username --- example_configs/keycloak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/keycloak.md b/example_configs/keycloak.md index 8b3b792..bb1f39e 100644 --- a/example_configs/keycloak.md +++ b/example_configs/keycloak.md @@ -25,7 +25,7 @@ The key settings are: - Connection URL: `ldap://:3890` - Users DN: `ou=people,dc=example,dc=com` (or whatever `dc` you have) - Bind Type: `simple` - - Bind DN: `admin` (your LLDAP admin user) + - Bind DN: `cn=admin,ou=people,dc=example,dc=com` (replace with your admin user and `dc`) - Bind Credential: your LLDAP admin password Test the connection and authentication, it should work.