Hi,
I've successfully installed OpenKM 5.1.9 with Active Directory login. Everything works and roles are applied correctly (AdminRole to Admin and UserRole to normal users).
The problem is with profiles; i've created a Test profile and applied it (via admin-gui) to an user (named "test"); but that user still use the "Default" profile.
The reason for this behaviour is simple; the GUI sets the profile by using the "cn" and not "sAMAccountName"; but on login the system identifies the user by its sAMAccountName.
In fact if I inspect the OKM_USER_CONFIG table, the UC_USER value is "Test User" and not "test" as it should be. If I fix manually the record via an UPDATE query, everything works.
My question is; is there a way to fix this and keep using the gui or should I fix them by hand ?
Thank you,
Luca
I've successfully installed OpenKM 5.1.9 with Active Directory login. Everything works and roles are applied correctly (AdminRole to Admin and UserRole to normal users).
The problem is with profiles; i've created a Test profile and applied it (via admin-gui) to an user (named "test"); but that user still use the "Default" profile.
The reason for this behaviour is simple; the GUI sets the profile by using the "cn" and not "sAMAccountName"; but on login the system identifies the user by its sAMAccountName.
In fact if I inspect the OKM_USER_CONFIG table, the UC_USER value is "Test User" and not "test" as it should be. If I fix manually the record via an UPDATE query, everything works.
My question is; is there a way to fix this and keep using the gui or should I fix them by hand ?
Thank you,
Luca
