I'm using Net::LDAP for the same thing - I get HR information from our HR system and create accounts based on the info. We don't use Exchange, but I haven't had any problems with Net::LDAP and AD 2008. -- Justin B. Alcorn The views expressed here are not necessarily my own, much less anyone else's. PGP Fingerprint A36D D691 C5B0 BE15 5A2A AF49 AA1C 372C
On Wed, Apr 28, 2010 at 2:59 PM, Sheahan, John <john.shea...@priceline.com>wrote: > I currently have a PERL script that adds users to AD , puts in the Exchange > info for their mailbox and sends a test message to the new mailbox and > successfully creates the user in AD on Windows 2003 and Exchange 2003. > > I just got the word that the server guys are upgrading to Windows Server > 2008 and Exchange 2007 and I was told that things work a little bit > differently with these versions. For starters, I am told that AD and > Exchange can't be on the same server. > > I am wondering if my script will continue work with these new versions. > > Has anyone been able to get Net::LDAP to work with these new versions and > can anyone add suggestions for things that I might need to account for in my > script due to the upgrade? > > Thanks > > John >