Defect #2708
closedAD Wizard for users has to contain valid, existing DN for disabled accounts even if account protection not used
100%
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 issues
Updated by Radek Tomiška almost 4 years ago
- Related to Task #2695: Testing and release of version 10.8.0 added
Updated by Vít Švanda almost 4 years ago
- Category changed from UX to Wizard
- Target version set to 11.0.0
Updated by Vít Švanda over 3 years ago
- Tracker changed from Task to Defect
- Affected versions 10.8.0, 10.8.1, 10.8.2 added
Updated by Ondrej Husník over 3 years ago
- Status changed from New to In Progress
Updated by Vít Švanda over 3 years ago
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
Updated by Ondrej Husník over 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondrej Husník to Vít Švanda
Currently if account protected mode is not used, the value of disabledUsers container value is nulled and the test existence of the container on the target AD makes no sense and is skipped.
Please provide me a feedback.
https://github.com/bcvsolutions/CzechIdMng/commit/5bed7e48d64138e91a6c5b26bac2d0f10ac824d2
Updated by Vít Švanda over 3 years ago
- 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.
Updated by Ondrej Husník over 3 years ago
- 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
Updated by Ondrej Husník over 3 years ago
- Status changed from In Progress to Resolved
Updated by Radek Tomiška over 3 years ago
- Status changed from Resolved to Closed