Rules to control network access in both routed and transparent firewall modes.
Questions tagged [access-rules]
36 questions
1
vote
1 answer
yii RBAC and yii controllers access rules
I'm trying to customize RBAC, so I've made several roles for users.
Now I'm trying to understand how to tell to controller which action should be accessed by which role.
In Controllers code I see this
public function accessRules()
{
return…

David
- 4,332
- 13
- 54
- 93
1
vote
0 answers
WCF File Repository and Security - Error in permissions on saving file
I have a file repository service that for the most part works. The issue is, once I started to implement DirectorySecurity into the methods I ran into issues. The directories create just fine, the assigned accounts to directories are given access,…

Zack Jannsen
- 622
- 7
- 17
1
vote
3 answers
Block visitors from autosurf
I would like to know how can I block traffic from websites such as autosurf, traffic exchange etc. because I have a website where people gain credits from visiting and viewing their content on my website. The most of the traffic comes from social…

Stevik
- 11
- 4
1
vote
1 answer
Sonicwall Access Rule - Limit Access to Specific IP
I have a SonicWall TZ200 and used the Wizard to create a port forwarding for PPTP which is working great. Now, I want to limit the EXTERNAL IP addresses that can use this port forwarding rule so that it only allows connections from a couple…

azcg
- 11
- 1
- 3
1
vote
1 answer
Some or all identity references could not be translated
I want to set some access rules to a file. Now when i set the rule, the variable name contains the right username (like: domain\user).
string name = new…

David
- 4,027
- 10
- 50
- 102
0
votes
2 answers
How to get user permission from a database in Yii
I am very very new to Yii. I am developing a real world example.
I have a table,hence a model, called user which gets the data from database. Three main fields in Database are username,password and userRole.
Username and password work just fine.
All…
user1200543
0
votes
1 answer
Looking for Default Behavior of LAN to LAN access list
I have inherited admin of an NSA3600. There are a ton of LAN>LAN allow rules configured. It would seem to me that from the LAN zone to the same LAN zone, the default would be to allow the traffic. Is this a situation where once an allow rule is…

Brandon A
- 13
- 4
0
votes
1 answer
Not understanding access_rules for ejabberd
I have one machine that runs an Elgg portal, which contains a plugin that untilizes converse.js as XMPP-client and on the same machine I run a ejabberd XMPP-server.
Normal operation would be that the plugin synchronizes users/password/details from…

jon_doe
- 3
- 4
0
votes
2 answers
Trouble with SVN Subversion Edge Access Rules
I'm having trouble granting permissions to certain users in Collabnet SVN Subversion Edge. I currently have 3 repos: documentation, ipm and modules. I have two users: jeremy.johnson and jeremyj. I want to give read access to jeremyj for…

Jeremy
- 147
- 1
- 1
- 14
0
votes
0 answers
Can't get access to a disk for compression - UnauthorizedAccessException
I need compact all the folders of my E:\ But when i try with this code, i get this access exception.
I'm new on programming and are trying learn how a i can do this work.
I'm using the dotnetzip for compact the directories inside E:.
Some parts of…

Rockyi.exe
- 1
- 2
0
votes
1 answer
pii-network - acl permission- authorize/revoke access network but not to himself
I'm using online Playground of Hyperledger Composer (https://composer-playground.mybluemix.net/).
I'm tring to modify acl file from "pii-network" example.
I would like to have authorized access only if participant want to authorize another member…
0
votes
1 answer
Can we get rid access array in each module in YII2?
1) I want to hold all of my restrictions in DB instead of rbac/rules.php, because I dont want to define access array in each module or controller
2) I want some GUI interface for managing my Roles and Groups
Is there are some builkt in modules for…

YanAlex
- 99
- 1
- 10
0
votes
2 answers
Shall I record the user name who modify a certain field by Odoo?
.py file:
….
namex=fields.Text()
moifier=fields.Many2one(‘res.users’, string=”Modifier”)
…
When some user modify “namex”, his/her name should be recorded on field “modifier” automatically; what code should I make? I try “onchange/depends”, but…

vx2008
- 95
- 1
- 1
- 10
0
votes
1 answer
Yii2 Access Rules Using Different Models
I'm having trouble with Yii2 Role Based Access Control. In the usual set-up, the authentication rule takes place when the identity of the current user. Like written in the docs. Authorization
In my case, how can I set up the authorization (aside…
user5146984
0
votes
1 answer
Grails Web Application Saving file permission Denied
I am using the web application to write a file on server. It has working fine till we changed the directory.
we had directory /data/files/JSON previously
We changed it to /data/test/JSON and now we are not able to write files in the…

raeeschaudhary
- 45
- 1
- 7