-
Bug
-
Resolution: Fixed
-
Low
-
3.9.1, 4.0.4, 4.1.0
We use Delegated LDAP, it creates users on logon, but if you setup email manualy in profile, then logoff and logon again, Stash will clean email from profile.
Our LDAP is using only for authorization and contains only login and Full Name, but email did not contains.
Proposed solution
We add a new option (radio box) to the Stash Authentication UI:
- Copy new users on login. Set "crowd.delegated.directory.auto.update.user" to false
- Copy new users and changes to existing users on login. Set "crowd.delegated.directory.auto.update.user" to true
And then, when "Copy new users and changes to existing users on login" option is chosen, the user metadata (full name, email, password etc) should not be editable (since this data will be lost next time the user logs in).
This will fix https://jira.atlassian.com/browse/STASH-7332 as well.
- duplicates
-
BSERV-7986 Lock User Account Data in BBServer when using copy on login
- Closed
- is duplicated by
-
BSERV-7332 Delegated LDAP users should not be able to change email/display name when 'copy user on login' option is enabled
- Closed
- relates to
-
BSERV-7332 Delegated LDAP users should not be able to change email/display name when 'copy user on login' option is enabled
- Closed
-
CONFSERVER-40308 User profile fields should not be editable when the backing Directory doesn't allow it
- Gathering Impact
-
EMBCWD-1001 Loading...
- is caused by
-
EMBCWD-1000 Loading...