we're a novell shop, and they ahve a cool utility called Identity Manager. It's a nice program that runs and can keep accounts syncronized between different systems. basically when we add a new user to edirectory (novell's equivelant of AD) it can trigger an event to add that user to any number of systems like ldap, active directory, or trigger a script event on another server. there is a specific kb article from novell about how to integrate it with zimbra to have auto user creation.
i'm sure there is an equivelant of something in microsoft realm. i had even thought of how you could do this with a simple like perl script in a cron job by querying a ldap, active directory, or edirrectory tree and looking for any accounts created in the past x minutes, and if it finds any to create them in zimbra. doesn't seem like it'd be that hard to do. |