For some background information: we're a Windows environment using server 2008 with AD for desktop auth. We are an online retail business; our online presence and our intranet are *nix based.
When we have a new user, I want to be able to simply create that user within Active Directory and then have that go off and create matching user accounts in our intranet system.
Is there some Active Directory hooks I can use to run a simple python script when I create a new user?