Hi.
 
I may be missing something here, but why not simply search the RHDS for new entries (i.e. entries which doesn't have the posix attributes set) instead of polling AD? The entries found after such a search are simply added the required posix (and maybe other) attributes, and then the users is good to go.
 
 
Kenneth

 
On 11/19/08, Rich Megginson <rmeggins@redhat.com> wrote:
 
That might work.  There is some documentation about how to poll Active Directory for changes to entries:
http://msdn.microsoft.com/en-us/library/ms677626(VS.85).aspx
and
http://support.microsoft.com/kb/891995

I have a python-ldap script that implements support for the DirSync control - http://github.com/richm/scripts/tree/master/dirsyncctrl.py