I need to start a daily update by reading users from a group in active directory, then looking up those users in a SQL database. I think I have worked out the JAVA LDAP code to read the list of users. I plan to put that code in some form of UDF but I don't see how I can kick off this UDF unless I just set up some dummy file reader adapter etc. Am I wrong about how to do this, ie using a UDF for reading the users from AD? And, if I do put this code in a UDF, how will I kick it off once a day?
↧