Restrict user from seeing the session table
aliennav
Member Posts: 449
Hi
I want to provide a user the rights of SUPER, but not the session table.
How is it possible??
I want to provide a user the rights of SUPER, but not the session table.
How is it possible??
0
Comments
-
Hi
just create role with all permission without the session table.0 -
I think you can create a role called NOSESSION that denies access to the Session table. The deny should override any roles that give access to the table.
If not you'll have to add all tables (instead of Table 0) and remove the session table from that role.0 -
There is another problem: Suppose you have succeeded with the corresponding setup of permissions. How can you avoid that this "SUPER"-User will not grant the missing right to himself again? - Obviously he should not have any write permissions to tables like "User Role", Permission, etc., too.aliennav wrote:Hi
I want to provide a user the rights of SUPER, but not the session table.
How is it possible??New kits on the blog: https://massivedynamicsblog.wordpress.com0 -
gerdhuebner wrote:Obviously he should not have any write permissions to tables like "User Role", Permission, etc., too.
Excellent point. You'll want to take away all permissions for insert / modify / delete on these role and permission tables.0 -
Than for your inputs guys!!0
-
Programmatically you can use USERID to only allow one particular used to modify data in the session table.
This will work if you use NAV SQL not NAV Native.matttrax wrote:gerdhuebner wrote:Obviously he should not have any write permissions to tables like "User Role", Permission, etc., too.
Excellent point. You'll want to take away all permissions for insert / modify / delete on these role and permission tables.Blog: http://www.kaizenlog.com0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

