[PHP] list methods of class COM ?

2004-06-16 Thread Matthieu Loudes
Hi, Where can i find the methods list of module COM ? Ex : $Odject = new COM("WinNT://domain"); Thanks ! Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ChangePasseword active directory adsi

2004-06-15 Thread Matthieu Loudes
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 unsubscri