Active Directory - full synchronization
Hello all,
I have to develop a data synchronization module using C/C++. First I have to find out what is the algorithm for full synchronization between Active Directory and Postgress. Can you help me ?
Thanks in advance,
Maya
[242 byte] By [
mayag] at [2007-11-20 1:57:19]

# 1 Re: Active Directory - full synchronization
Okay, what do you want to know ? How to program AD or how to program postgres DB ?
# 2 Re: Active Directory - full synchronization
I have to synchronize AD of Windows Server 2003 with Postgress DB. I need to do it from linux workstation using C/C++. First I have to perform a full synchronization and save the largest value of uSNChanged attribute. Then I can track changes in AD using current value of uSNChanged. As I understand I have to use ldapsearch command in order to get data from AD; ldif file, which contains data of objects from AD... I have to parse this file. The problem is that this file contains a huge number of objects (first time I have to get all objects from AD).
mayag at 2007-11-10 3:40:03 >
