Actions
Task #864
closedParameter for disable account reusing
Start date:
12/05/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Related issues
Updated by Vít Švanda about 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 0 to 90
It's possible to automtic mapped existed account on the target system. It means, before create new account (call create on the connector), we try found account (by generated UID) on the target system. If account will be returned, then will be mapped on the IdM account. Target account will be reused and only updated by connector.
- - true: for reusing account
- - false: for not reusing account
idm.sec.acc.provisioning.allowedAutoMappingOnExistingAccount=false
Is in the develop and hotfix/7.5.4 branche
Updated by Ondřej Kopr about 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 90 to 100
I made review (test on develop branch). Create same identity on end system (insert into table) and change value of attribute 'idm.sec.acc.provisioning.allowedAutoMappingOnExistingAccount' to true and then create operation was successful.
Updated by Vladimír Kotýnek over 1 year ago
- Related to Defect #3388: Copnfiguraiton of allowedAutoMappingOnExistingAccount=false is ignored when systemEntity exists and is not "wish" added
Actions