Transparent synchronization between AD and a third party DB?

  • Thread starter Thread starter na
  • Start date Start date
N

na

Hello,

I need to set-up some automatic synchronization between AD and MySQL.
Each time than a user is added to AD, I would like to add it to my DB
in real.
Same question for password synchronization.

Where could I find some resources on this subject?

Thanks you!
 
Thanks for the links:

Here are more details about my application.

I need a little app on top of Linux (so the MIIS solution is
excluded) that would query Active Directory on a regular basis to
check if new users have been created (comparing the source user object
with the user destination object). If a new account on AD has not been
found in my destination DB, the account will be created.

One option is to use an open source LDAP client. Any feedback on this?

Also I would like to know if this type search&update LDAP is scalable.
How fast is such query for 500 users accounts? 1000 user accounts?

Also how can I synchronize the AD password with my DB? Is there an
entry value for each password in AD?

Does AD support SSL?

Thanks again for your help!
 
Back
Top