Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

AD enable account password Not working

GPS
Regular Contributor
Regular Contributor

Hello Team,

When I am trying to generate a password for Enable account.
I cannot set a password; It is taking a default password.

Config Used:  Expecting password value: PC0MMYY1234
"userPassword": "${'PCo' + (new Date().month + 1).toString().padLeft(2, '0') + new Date().format('yy') + (1000 + new Random().nextInt(9000)) + '!'}"  // setting randam password Password: c=gwc97Kah@ylb
"Password": "${'PCo' + (new Date().month + 1).toString().padLeft(2, '0') + new Date().format('yy') + (1000 + new Random().nextInt(9000)) + '!'}".     // setting randam password Password: &xap0Nv#r9n

"unicodePwd": "${'PCo' + (new Date().month + 1).toString().padLeft(2, '0') + new Date().format('yy') + (1000 + new Random().nextInt(9000)) + '!'}".     
// SAV-Error while enabling account,[LDAP: error code 20 - 0000207E: AtrErr: DSID-0319070E, #1: 0: 0000207E: DSID-0319070E, problem 1006 (ATT_OR_VALUE_EXISTS), data 0, Att 9005a (unicodePwd) ]


Can someone suggest the write syntax to set a password on enable account and use it over the email.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  • What about new account use case password ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

GPS
Regular Contributor
Regular Contributor

@rushikeshvartak 
New account is working fine with below config.

"unicodePwd": "${'PCo' + (new Date().month + 1).toString().padLeft(2, '0') + new Date().format('yy') + (1000 + new Random().nextInt(9000)) + '!'}"