- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
set the is_disabled attribute to "yes"
How I can set the is_disabled attribute to "yes" based on the value of the account_status attribute?
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In the application configuration, enable the following:
Allow Account Disabling
Allow Account Locking
(screenshot below)
Following that, in your account collector you will see 2 new fields (account disabled and account locked).
You will be able to populate them with the status from the table.
If I remember correctly, 0 is for active and 1 is for disabled..
case
when (AccountStatus = 'Active') then 0
when (AccountStatus = 'Inactive') then 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
See if the following post helps - https://community.rsa.com/message/874738
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Boris,
The suggested post do not helps me, because my status attribute is a value of an register of an table. Is not an Active Directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In the application configuration, enable the following:
Allow Account Disabling
Allow Account Locking
(screenshot below)
Following that, in your account collector you will see 2 new fields (account disabled and account locked).
You will be able to populate them with the status from the table.
If I remember correctly, 0 is for active and 1 is for disabled..
case
when (AccountStatus = 'Active') then 0
when (AccountStatus = 'Inactive') then 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Boris,
Works fine!!
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Boris Lekumovich, Hi Boris. How does that works in Multi-app collector ? Currently I'm unable to get these 2 attributes (account disabled and account locked) under multi-app collector.
Your help would be much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You would set this attribute on the target applications in a multi-app scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Pradeep,
How do we set this in target application ? Since this is multi-app collectors all the accounts and groups are being collected only multi-app. If so, how does account disabled and locked values reflects in application level when it was not being collected ?
Any screen shot would be much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Yes, I missed the point. There is no option to collect disabled or locked status in a MADC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Similar post - https://community.rsa.com/thread/195678
