Ask a Question related to ASP.NET Security, Design and Development.
-
curry #1
Problem using Authorization Manager
Hi - help please!
I've successfully implemented authorization in an asp.net web application
using Authorization Manager, or AzMan (shipping with Windows Server 2003
Administration Tools).
Great tool!
However, now I wanted to get that little extra out of this tool, and start
using dynamic application groups (LDAP-groups). Here I get problems. I have
tried with the simplest LDAP query like "(department = sales)".
If on any call to myClientContext.HasAccess(), the possibile membership of a
dynamic group must be evaluated to determine access, asp.net returns the
error information listed below to my browser:
Thanks for any hints!!!!!!
Best regards,
Mats
"
Unable to update the password. The value provided as the current password is
incorrect.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Unable to
update the password. The value provided as the current password is incorrect.
Source Error:
Line 303: return ((int)((Object[]) ctx.AccessCheck("access check", scopes,
operations, names, values, null, null, null))[0] == 0);
Stack Trace:
[COMException (0x8007052b): Unable to update the password. The value
provided as the current password is incorrect.]
AzRoles.IAzClientContext.AccessCheck(String bstrObjectName, Object
varScopeNames, Object varOperations, Object varParameterNames, Object
varParameterValues, Object varInterfaceNames, Object varInterfaceFlags,
Object varInterfaces) +0
"
curry Guest
-
Authorization Manager, ASP.NET, possible memory Leak
We are using Authorization Manager in an ASP.NET application. We are using Microsoft.Interop.Security.AzRoles. We appear to have a memory leak when... -
Authorization Problem
I have an asp page with just Integrated Windows authentication set. It works fine if it is accessed with just the server name, but it prompts... -
authorization problem for protected dir
I have started to upload a piece of a web app (ASP.NET and C#) which worked FINE on my localhost server. I am using Forms Authentication linked to... -
Authorization Manager Interop availability (azroles)
I read Keith Brown's article on utilizing AzMan in .NET <reflink>http://msdn.microsoft.com/msdnmag/issues/03/11/Aut horizationManager</reflink>. I... -
MySQL 4.1 authorization problem
Hello! I tried to connect my script with MySQL 4.1 database and everything is Ok if a user have no password. When I connect to db by user with... -
aarguna #2
Re: Problem using Authorization Manager
Hi Mats,
I'm experiencing the same problem. Have you found a solution for this?
I appreciate any help you can give...
Thanks,
Arnie
User submitted from AEWNET ([url]http://www.aewnet.com/[/url])> Hi - help please!
>
> I've successfully implemented authorization in an asp.net web application
> using Authorization Manager, or AzMan (shipping with Windows Server 2003
> Administration Tools).
>
> Great tool!
>
> However, now I wanted to get that little extra out of this tool, and start
> using dynamic application groups (LDAP-groups). Here I get problems. I have
> tried with the simplest LDAP query like "(department = sales)".
>
> If on any call to myClientContext.HasAccess(), the possibile membership of a
> dynamic group must be evaluated to determine access, asp.net returns the
> error information listed below to my browser:
>
> Thanks for any hints!!!!!!
>
> Best regards,
> Mats
>
>
> "
> Unable to update the password. The value provided as the current password is
> incorrect.
>
>
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information about
> the error and where it originated in the code.
>
> Exception Details: System.Runtime.InteropServices.COMException: Unable to
> update the password. The value provided as the current password is incorrect.
>
> Source Error:
>
> Line 303: return ((int)((Object[]) ctx.AccessCheck("access check", scopes,
> operations, names, values, null, null, null))[0] == 0);
>
>
> Stack Trace:
>
>
> [COMException (0x8007052b): Unable to update the password. The value
> provided as the current password is incorrect.]
> AzRoles.IAzClientContext.AccessCheck(String bstrObjectName, Object
> varScopeNames, Object varOperations, Object varParameterNames, Object
> varParameterValues, Object varInterfaceNames, Object varInterfaceFlags,
> Object varInterfaces) +0
>
>
> "
aarguna Guest



Reply With Quote

