We have a requirement to set “account lock password expire” when the user leaves from the company and we need to use SQL query as below and how to achieve this and could anyone please share the code for the same?
First check your source under provisioning tab in identity profile. if it is not configured then you may add your source in identity profile provisioning tab in inactive. Find below image for your reference.
Hi @Sagar_18 and @gogubapu thank you for the update.
Can we drop/delete the account in the same SQL Disable operation or do we need to write another SQL operation for drop/delete the account from database?
Do we need add another LCS for drop/delete the account or inactive LCS is sufficient?
Hi @Sagar_18 and @gogubapu I tried to set inactive flag for termitaed users but when I try to reaggegate the users it is showing as enabled again in the system? Do I need to set IIQDisabled anywhere and how to set?
1.How to get cloud life cycle in JDBC provisioning rule?
2. How to set some predefined values to account schema attributes in JDBC provisioning rule?
3. Can we execute mutiple SQL statements in one operation?
I am able to execute update SQL query in JDBC provisioning rule but some schema attributes are not gettig populated till we do next aggregation. any idea on this?
I am able to execute SQL disable query and in IDN GUI after jdbc reaggregation only it is populating the respective account lock password expire filed. In database backend it is popultaing properly after SQL disable query execution.
Do we have any other way we can populate this field immediately in IDN GUI after user termination?