get user groups from Active Directory
Hello all,
I seem to have a permissions problem, while trying to access the groups that a user belongs to, through Active Directory. The error message i get is this:
Permission denied: 'GetObject'
/usr_requests/Admin/includes/clsActiveDirectory.asp, line 120
This line contains the code below:
Set User = GetObject("WinNT://" & strDomain & "/" & strUser & ",user")
This error is reproduced when i try to access the page from any other computer than mine, which is the one that IIS(5.1) runs on. I 've put the Application Proccess to Low, the IIS services run under Network Administrator account and i have integrated security checked..
Can anyone help me with this one or give me some guidelines on where to serach for a solution ;;
thanks in advance
Kostas Lagos
|