New Post: SQL Server Compact Edition Support
Hi, I'm sorry but NetSqlAzMan does not support SQL CE. The reason is that various features of SQL Server are not available in SQL CE (Functions, Table Functions, Stored Procedures, ADSI provivider...
View ArticleNew Post: SQL Server Compact Edition Support
Hello! Thanks for the quick answer! I thought it is possible to use NetSqlAzMan with SQL CE because it indicated on the Homepage: ...in a light and fast way having all these authorizations in a...
View ArticleUpdated Wiki: Home
NetSqlAzMan - .NET SQL Authorization ManagerNetSqlAzMan is the .NET Sql Authorization Manager short form and is an applicative authorization manager, that is, given an application user, what this user...
View ArticleNew Post: attributes being returned without any authorizations for DB users only
Hello! I'm working on implementing NetSqlAzMan in my project, and I've noticed an odd behavior.. I make use of attributes attached to Roles heavily. What I have noticed is that if the user is an Active...
View ArticleNew Post: Getting errors after creating an Application in the Store
NetSqlAzMan version 3.6.0.15 NetSqlAzMan installed products MMC SnapIn, RoleProvider Windows 7, VB, .Net 4.5 Platform x64 SQL Server version 2012 Enterprise I’m trying to implement NetSQLAzMan for a...
View ArticleNew Post: Getting errors after creating an Application in the Store
Hi dcioffi, I see in your code that you did not the operations inside a transaction (storage.BeginTransaction/Commit) so the only thing that comes in my mind is that during these operations there was...
View ArticleNew Post: attributes being returned without any authorizations for DB users only
I was able to solve this -- in looking at the code, there is quite a bit of code duplication between the Windows user auth checks vs the DB user auth checks.. It looks like the fix for only returning...
View ArticleNew Post: attributes being returned without any authorizations for DB users only
Hi, please use "Source Code" / "Patches" to submit patches. Ty for your work. Regards, Andrea.....
View ArticlePatch Uploaded: #16903
jdickson has uploaded a patch.Description:SqlAzManStorage.cs uses two different internalCheckAccess functions -- one for a Windows identity, and one for a DB User identity.The section of code that...
View ArticleNew Post: Count the number of users who have access to an operation
Is there a convenient way in NetSqlAzMan to get the number of users who has access to a certain operation? We are looking into the possibility to use this to control licenses per-user in our...
View ArticleNew Post: Count the number of users who have access to an operation
Hi, no native API. BTW i suggest to use WCF Cache Service (performance boost) and collect all operations allowed per-user (iterating over all known users) ... while populating a custom...
View ArticleNew Post: Inserting an ApplicationGroup
I'm trying to insert an ApplicationGroup using the objectsid generation here: http://netsqlazman.codeplex.com/discussions/67889 It says to use CONVERT(VARBINARY(85), Name). The issue with this is that...
View ArticleCreated Unassigned: Got intermittent error: Invalid operation. The connection...
Hi, our application is getting this error sometimes:Invalid operation. The connection is closed. at System.Data.SqlClient.SqlConnection.GetOpenConnection() at...
View ArticleCreated Unassigned: Import from Azman error: Azroles.dll could not be...
Hi All,I am want to import Azman data to my netSQlAzman by using Import from azman, my Azman data is saved on a __SQL server__. But while importing data this shows azroles.dll could not be installed.On...
View ArticleCreated Unassigned: IAzClientContext is available in AZMAN, how to get it in...
Hi All,There is an client context IAzClientContext in AZMAN and we can get it easily by__IAzClientContext azClientContext = azApplication.InitializeClientContextFromStringSid(UserSid, 1, null);__Is...
View ArticleCreated Unassigned: Error with duplicate item names [13625]
I had created an operation by name "View Child", and a Task by name "Child View". I then decided to rename the task to "View Child". Then got an error but the message needs proper formatting.
View ArticleNew Post: How to connect tasks to a StoreGroup
We need to assign users permissions across NetSqlAzman applications. It looks like Store Groups are the way to go. In the NetSqlAzman Manager you can manage a task and click Add Store Groups to...
View ArticleNew Post: Integration with SailpointIQ
Hi Expert, I would like to integrate the NetSQLAzman with SailpointIQ IDM tool so that we can directly provision or deprovision the users in NetSQLAzman from SailpointIQ tool.I am know very well...
View ArticleNew Post: Integration with .NET 4.5 WIF ClaimsAuthorizationManager
Andrea, If there are no plans to port this project to FW 4.5 and incorporate WIF to form a hybrid solution. Can you describe what I would need as a minimal implementation using the SQL Store? Right now...
View Article