Defect #2708
closed
AD Wizard for users has to contain valid, existing DN for disabled accounts even if account protection not used
Added by Ondrej Husník almost 4 years ago.
Updated over 3 years ago.
Description
Add relation between Activate protected mode switch and FE validation (mandatory field) of the corresponding DN editbox so that if Protected Mode not enabled ignore content of the DN editbox.
Files
- Related to Task #2695: Testing and release of version 10.8.0 added
- Category changed from UX to Wizard
- Target version set to 11.0.0
- Estimated time set to 4.00 h
- Tracker changed from Task to Defect
- Affected versions 10.8.0, 10.8.1, 10.8.2 added
- Status changed from New to In Progress
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondrej Husník to Vít Švanda
- % Done changed from 0 to 90
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondrej Husník
- % Done changed from 90 to 100
I did review and tested it. Works fine now. Thanks for that.
- Status changed from Resolved to In Progress
- % Done changed from 100 to 80
While using IdM I found a regression related to the changes allowing null value in deletedUsersContainer, performed in this modification:
Vít Švanda wrote:
I modified how wizard works with delete user container on BE (is persist only if protected mode is active now).
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/1a3c0e2ab8ef1fb346a6a7eaf61c142125094d8b
The cause of problem is in getDefaultDN script line 51. there has to be treated null value of the deletedOu variable. Something like this
if (deletedOu != null && originalDn.endsWith(deletedOu)) {...
Without this fix there works creating of a new account on AD but update doesn't. Will be solved in #2739
- % Done changed from 80 to 100
- Status changed from In Progress to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF