Assign the Password Policies to Organizations
Importing the password policies into OIM does not automatically assign them to organizations. This can be done using SQL, or it can be done manually in the Identity application.
Using SQL
update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'
Importing the password policies into OIM does not automatically assign them to organizations. This can be done using SQL, or it can be done manually in the Identity application.
Using SQL
update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'
No comments:
Post a Comment