Project

General

Profile

Defect #1859

Updated by Radek Tomiška over 5 years ago

When provisioning on target system is blocked some way (e.g. on read only system without provisioning queue), system), then password cannot be changed for this system (the system is shown in UI on password change tab, because account and password mapping exist) - null pointer exception occurs. 

 The reason is system entity is not created in this moment (provisioning was blocked) and is required for password change, see ''AbstractProvisioningExecutor#changePassword'' row 356. 

 Maybe will be better to not show this system accounts in password change (if it is possible). 

 @affected version 9.7.6

Back