Matjaz Premerl
2018-09-21 08:51:58 UTC
Hi,
Yesterday I've managed to create AD User based on data on Oracle table
using LSC.
Thanks again for your tips providing for now.
Now I have a challenge, how to control account status. For example in the
Oracle table I have one column STATUS with values 0 OR 1. 0 mean that
account should be enabled and 1 mean that should be disabled.
I have also noticed possibility for userAccountControl, for disable .e.g
AD.userAccountControlSet( "0", [AD.UAC_SET_ACCOUNTDISABLE])
But now I'm not sure how to handle such value, based on condition which is
possible to achieve with values on column STATUS.
Can you maybe help me with the proper approach to handle properly such AD
method.
Thanks,
MatjaÅŸ
Yesterday I've managed to create AD User based on data on Oracle table
using LSC.
Thanks again for your tips providing for now.
Now I have a challenge, how to control account status. For example in the
Oracle table I have one column STATUS with values 0 OR 1. 0 mean that
account should be enabled and 1 mean that should be disabled.
I have also noticed possibility for userAccountControl, for disable .e.g
AD.userAccountControlSet( "0", [AD.UAC_SET_ACCOUNTDISABLE])
But now I'm not sure how to handle such value, based on condition which is
possible to achieve with values on column STATUS.
Can you maybe help me with the proper approach to handle properly such AD
method.
Thanks,
MatjaÅŸ