Keycloak requires a full DN, not just the username

This commit is contained in:
Przemek Dragańczuk 2021-11-12 14:55:30 +01:00 committed by nitnelave
parent 47ee56873e
commit 98a305e877

View File

@ -25,7 +25,7 @@ The key settings are:
- Connection URL: `ldap://<your-lldap-container>:3890` - Connection URL: `ldap://<your-lldap-container>:3890`
- Users DN: `ou=people,dc=example,dc=com` (or whatever `dc` you have) - Users DN: `ou=people,dc=example,dc=com` (or whatever `dc` you have)
- Bind Type: `simple` - 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 - Bind Credential: your LLDAP admin password
Test the connection and authentication, it should work. Test the connection and authentication, it should work.