I have a program that uses an xml config file to control who can authenticate. I want to set the xml file to point to an established Active Directory server, rather than using a local database on the server itself or users established separately in the program's GUI.
My XML knowledge is not up to the task. So... any thoughts on how to write an XML file to do that?
FYI: Using 2008R2. The existing XML file has an option to authenticate via "passport", and describes this much like I would describe AD, but the passport settings do not include anything for an IP address or authorization settings (like a username/password) to access the AD server.
My XML knowledge is not up to the task. So... any thoughts on how to write an XML file to do that?
FYI: Using 2008R2. The existing XML file has an option to authenticate via "passport", and describes this much like I would describe AD, but the passport settings do not include anything for an IP address or authorization settings (like a username/password) to access the AD server.