Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/12/2024 06:10 AM - edited 08/12/2024 06:11 AM
Hello Everyone,
I have to create different CN for different users having same firstname and lastname, I have configured this in account name rule.
CN=${user.firstname+' '+ user.lastname},OU=XX,OU=XX-XX,DC=XX,DC=local###CN=${user.firstname+' '+ user.lastname}1,OU=XX,OU=XX-XX,DC=XX,DC=local###CN=${user.firstname+' '+ user.lastname}2,OU=XX,OU=XX-XX,DC=XX,DC=local###CN=${user.firstname+' '+ user.lastname}3,OU=XX,OU=XX-XX,DC=XX,DC=local###CN=${user.firstname+' '+ user.lastname}4,OU=XX,OU=XX-XX,DC=XX,DC=local###CN=${user.firstname+' '+ user.lastname}5,OU=XX,OU=XX-XX,DC=XX,DC=local
I was getting this error,
Checking DN for CN=Testad rename,OU=XX,OU=XX-XX,DC=XX,DC=local.FOund an inactive account -CN=Testad rename,OU=XX,OU=XX-XX,DC=XX,DC=local and the attributes-[:] match so using that instead of creating a new one as the account is inactive.
I have reffered this forum,
https://forums.saviynt.com/t5/identity-governance/accountname-rule-uniqueness-not-working/m-p/82135
and I have configured reuse inactive account as FALSE, But my question is the account was already active so, why I am getting this error.
08/12/2024 06:13 AM
Does account active in AD ?
08/18/2024 08:09 AM
Yes, Account is active in AD
08/18/2024 07:20 PM
Does OU mentioned is correct ?
08/12/2024 06:37 AM
Hi @rahulyadav , do one thing ..make reuseinactive account true and the false ..
And is the OU same?
08/18/2024 08:09 AM
Yes, OU is Same