Hi,
I tray to change user password in active directory.
$user = new COM("WinNT://domaine/domaincontrol/USERNAME,user");
$user->ChangePassword("oldpass","newpass");
but it's not work
i don't want to use LDAPS !!!
help me ?
Matt
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

