D
Daniel G
Hello,
I am working at a ASP.NET project that uses
authenticate/authorize via Active Directory. There are
many groups with different roles.
I am unable to 'see' a solution for this kind of error :
- for a specific user X ( that belongs to group G1 and G2) this call :
DirectoryEntry.Invoke("Groups")
returns an empty object.
- but if I try with my username to be member of the
same two groups G1 and G2 , the same method invocation
DirectoryEntry.Invoke("Groups")
returns an object with 2 groups (G1 and G2).
Where is the error ? How can I debug to see the real error ?
It is an error of Active Directory/LDAP or in the ASP.NET or ....?
The user X is assumed to be the tester ... and I just
want to 'copy' his context and environment in order to fix it.
Thank you for your support,
DanielG
I am working at a ASP.NET project that uses
authenticate/authorize via Active Directory. There are
many groups with different roles.
I am unable to 'see' a solution for this kind of error :
- for a specific user X ( that belongs to group G1 and G2) this call :
DirectoryEntry.Invoke("Groups")
returns an empty object.
- but if I try with my username to be member of the
same two groups G1 and G2 , the same method invocation
DirectoryEntry.Invoke("Groups")
returns an object with 2 groups (G1 and G2).
Where is the error ? How can I debug to see the real error ?
It is an error of Active Directory/LDAP or in the ASP.NET or ....?
The user X is assumed to be the tester ... and I just
want to 'copy' his context and environment in order to fix it.
Thank you for your support,
DanielG