Windows Active Directory is a database used in Windows domains to control user authentication and access to resources via LDAP.
LDAP can also be used by other software. One software we are using requires the users to also be set up in its own security model which is held in an SQL Server database. It authenticates its users against the Windows login user. Unfortunately it does not understand Security Groups so every user on the domain must be set up individually.
I am trying to construct a connection that can automatically synchronise the program security settings with the user and group information in AD.