Hi,
I have a page that resets the selected users password. To do this I have a vbs script to reset the user.
As the script runs it creates a file at the end stating whats happened during the reset procedure.
If I run the file manually, it works, but under php the vbs executes but it cannot create the file.
Maybe it could be due to apache running under as a service?!
Im running Server 2003 with apache2 installed as a service and php 5. The VBS file accesses the Active Directory.
Thanks in advanced!
I have a page that resets the selected users password. To do this I have a vbs script to reset the user.
As the script runs it creates a file at the end stating whats happened during the reset procedure.
If I run the file manually, it works, but under php the vbs executes but it cannot create the file.
Maybe it could be due to apache running under as a service?!
Im running Server 2003 with apache2 installed as a service and php 5. The VBS file accesses the Active Directory.
Thanks in advanced!