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ž
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

