Hi
I have a simple piece of code that get the persons
username and then queries the domain for there full name.
We were on a RM connect 2 system before and the code
worked fine. Now though when after we switched to a 2000
domain system without RM I can not retrieve the details.
This is the piece of code it fails at:
Set oUser = GetObject("WinNT://[DOMAIN]/[USERNAME]")
I have tried it by inserting the domain name and a valid
username into that and it just does not work when it did
before.
Could it be the domain controller not allowing IIS on a
seperate machine access?
The IIS server is as follows:
Win 2k server SP4
PHP (latest ver)
Mysql (latest ver)
The IIS machine is only on the domain it does nothing with
active directory etc. All it does is the intranet site.
Cheers for the help
Shaun Garriock