New Post: Using Oracle for NetSQLAzMan
Hi guys, any news on this? I need a way of using an oracle database as the store for NetSQLAzman, and I gather that some here might have a possible solution. Any help would be great.
View ArticleNew Post: Add Delegation
Hello, Currently, I accede to my roles with :<connectionStrings> <add name="NetSqlAzManRoleProvider" connectionString="Data Source=*****;Initial Catalog=NetSqlAzManStorage;Integrated...
View ArticleNew Post: Add Delegation
I Cédric, 1) The CheckAccessHelper is historically old. it has been preserved for backward compatibility only. 2) Use thispublic void AddUsersToRoles(string[] usernames,string[] roleNames) Regards,...
View ArticleNew Post: Add Delegation
Thank you Andrea, I use "NetSqlAzMan Guide.pdf" (framework 3.5) for delegate. Whith the guide it's very easy !!! The CheckAccessHelper is historically old. it has been preserved for backward...
View ArticleNew Post: Add Delegation
Hi, Thanks for the compliments... The NetSqlAzManRoleProvider is the best choice; Cookies are used to cache user roles. Regards, Andrea.
View ArticleNew Post: How to access the Attributes set within the Role Authorizations
I have setup Attributes in the Role Definitions using the NetSqlAzMan console. My missing piece in your solution above is I don't know what the "Item" or "Role" is for the user? Looking at the Items...
View ArticleNew Post: How to access the Attributes set within the Role Authorizations
Hi Eric, but do you have read the NetSqlAzMan pdf guide ? Excpecially the tutorial 1. Please check also the Video Tutorial I think you can find there all your answers. Regards, Andrea.
View ArticleNew Post: Don't show new version dialog
We have NetAzman 3.6.0.9 installed and is quite happy with this version. But whenever I start the Console, I get a dialog "A new NetSqlAzMan version is available". Is there anyway to not show this...
View ArticleNew Post: Don't show new version dialog
Of course ... yes Syntax: mmc.exe netsqlazman.msc [/DebugMode] [/NoSplashScreen] [/NoCheckForUpdate] where: /DebugMode: display a pop-up to allow Visual Studio.NET developers to attach to the mmc.exe...
View ArticleNew Post: Don't show new version dialog
Your solution works if I create my own shortcut. With the native installation, there is a Start menu item (shortcut) "NET Sql Authorization Manager Console", which is under "Start\All Programs.NET Sql...
View ArticleNew Post: NetSqlAzMan as a Custom Membership provider for SharePoint 2010/2013
Richard, Can you provide an update on this question. Any focus on getting this implemented in the near term. Best regards, Paul
View ArticleNew Post: Don't show new version dialog
Just replace your custom shortcut with the installed one.
View ArticleNew Post: Don't show new version dialog
I just deleted the installed shortcut "NET Sql Authorization Manager Console", then created a new shortcut with this target "C:\Windows\System32\mmc.exe NetSqlAzMan.msc /NoCheckForUpdate" and now the...
View ArticleNew Post: NetSqlAzMan as a Custom Membership provider for SharePoint 2010/2013
Paul, The project got delayed so I haven't got any chance look into it yet. No time estimate so far. Richard
View ArticleCreated Unassigned: check if a user has permissions [11794]
as I can tell if a LDAP-authenticated user has permissions on the applicationI've tried everything.thanks
View ArticleNew Post: Remove User In role
Hello, In my program, I have an admin section. Only users with the role "admin" can access. They can to add or remove a user to a role. The system of delegation is not adapted. I have this code to...
View ArticleNew Post: Remove User In role
I try this :IAzManItem u1 = storage["RCMAzman"][FCT_NOM_APPLICATION()].GetItem("Tristan DUPOND"); item.RemoveMember(u1); But I have an error in the first line. u1 must be of the type : IAzManItem !!
View ArticleNew Post: Remove User In role
Hi Dewey, You must use the item.Delete() method ... to delete from Database RemoveMember removes the member just from memory only (collections pattern). Regards, Andrea.
View ArticleNew Post: Remove User In role
Thanx you but I want to remove the member (Tristan DUPOND) of a role ([FCT_NOM_APPLICATION() --> return "monrole"). What is the function to do this?
View Article