How I can set the is_disabled attribute to "yes" based on the value of the account_status attribute?
How I can set the is_disabled attribute to "yes" based on the value of the account_status attribute?
See if the following post helps - [Ad Account collector] How do i calculate the is_disabled attribute?
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
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
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
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
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