Hello,
We have a User Federation connected to an MSAD (2012 R2), ldap provider is on Edit mode Writable, import user is set to ON as well as Sync registrations. Username LDAP attribute is set ti sAMAccountName. The account used to bind to MSAD have an delegate access right to create/delete user account. Connection is sent through ldaps.
We are able to import all users from AD, and user/admin can change the email, last name and first name. Unfortunatly neither a user or admin can change the password.
Error message :
ERROR [org.keycloak.services] (default task-1) KC-SERVICES0065: Failed to update Password: org.keycloak.models.ModelException: Could not modify attribute for DN [CN=xxxx,OU=Sandbox,OU=Contracts,DC=xxx,DC=net]
Maybe it's related as we cannot create new user from keycloak as well. Looks like CN is not being sent, indeed in the server.log we have
Error :
WARN [org.keycloak.services.resources.admin.UsersResource] (default task-34) Could not create user: org.keycloak.models.ModelException: RDN Attribute [cn] is not filled. Filled attributes: {whenChanged=[], whenCreated=[], mail=[], sAMAccountName=[u_klc], displayName=[], givenName=[ ], sn=[ ]}
Even though we have filled the mail, sn, in the form. It still shows [] in the log.
Thanks for any help.
Regards.
LSTE
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/2314b358a4134166a5158058886482ef%40avasad.ch.
We’ve updated keycloak 8.0.2 to 9.0.0 yesterday. So now we’re using the latest realease and still cannot change password, nor create new user from keycloak.
Did I miss a step during the upgrade ? ? followed https://www.keycloak.org/docs/latest/upgrading/index.html#_upgrading to upgrade the server.
FYI we do have a standalone server
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/5f51b8649a09428d898e750f44414ea5%40avasad.ch.