|
|
|
|
|
by snuxoll
2260 days ago
|
|
When it comes to LDAP integration keycloak doesn't even store the password hashes itself, it sends them straight to the LDAP server to be hashed on both update and login. Generally speaking you never, ever want to pull password hashes out of your LDAP server - and most will fight you tooth and nail when you try. |
|