HighTechTalks DotNet Forums  

AzMan AccessCheck problem with Active Directory Groups

Dotnet Security microsoft.public.dotnet.security


Discuss AzMan AccessCheck problem with Active Directory Groups in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
hocky.johansson@gmail.com
 
Posts: n/a

Default AzMan AccessCheck problem with Active Directory Groups - 03-12-2007 , 08:46 AM






I have trouble using AD groups assigned to Roles in AzMan.

The AccessCheck function works great when I assign AD Users direct to
AzMan Roles.
If I put an AD User into an AD Group then assign the AD Group to my
Role in AzMan the AccessCheck always return false?!?

AD is running on one 2003 server and the application is running on a
2003 server SP1, servers are on the same domain.

My test code looks like this,

// Set operation number
object[] operations = new object[1];
operations[0] = 1; // Test operation

// Access Check
object[] scopes = { null };
object[] results = new object[1];
results = (object[])clientContext.AccessCheck("TEST",
scopes, operations, null,null, null, null, null);

int result;
result = (int)results[0];

// Return
if (result == 0)
return true;
else
return false;

Any suggestions?


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.