In the immortal words of Sheahan, John: > My script is successfully creating AD and Exchange accounts but I'm having > trouble setting the password. > > I am setting these attributes: > > 'userPassword' => 'password', > 'userAccountControl' => '66048', # > activates the account and sets the password to never expire > > > For some reason, the password is not being set but my script does not throw > an error.
Not sure why you're not seeing an error, but normally the userPassword needs special encoding (UTF16 and quotation marks) and has other rules associated with it (only settable on an SSL connection, e.g.) - search the list archives/web for the details. %% Christopher A. Bongaarts %% c...@tc.umn.edu %% %% OIT/OIA Architecture %% http://umn.edu/~cab %% %% University of Minnesota %% +1 (612) 625-1809 %%