Hello ,
I was looking to see i can design an automation flow in IPD for disabling users from Active Directory whenever they get inactive from Infor. is there any connection can be made to AD ?
You can do this by using the LDAP Query Node, but I believe you have to be on Landmark 11 at a minimum to have this node available. Also the account the IPA flow is running under would need to have the proper rights within AD to disable the account.
Thank you for responding ! I see the LDAP Query node in my IPD but i have to make sure about the rights for AD. what configurations should be used in LDAP Query for communication with Query ?
You will need to go into System Configurations and either go into the Main or System configuration, we set ours up under Main. Then go to the LDAP tab and setup as needed. Here is a screenshot of how ours is setup. I modified the settings as this is a bit sensitive. But it should give you an idea.
Sorry forgot the screenshot before I hit enter.
I am using the IPD which looks like this. see below
Yes, but in order for the LDAP Query node to work, you need to make sure the LDAP connection is setup under System Configuration. I'm using the node to only pull data, our AD Group has another process outside of Lawson they follow for disabling termed employees.
Sorry but i didn`t get what you trying to say.
Much like a FTP node requires Setup in system configuration, so does the LDAP query node. From your screenshot, it shows that you'll have to setup the LDAP Configuration on the "main" System configuration in Process Administrator.
Don, once this is set up then how do you actually use the Nod in your flow? I am just looking to grab the AD emails and add them to Infor....but disabling termed would be nice and I see much more potential for this node, but trying to learn how to use it within the flow first. Any idea on how to set it up to grab the AD email and then compare it with the user from a sql query and add the email if the email variable is empty?