The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

Write permission for user who installed msi package

first of all, i'm not an expert programmer by any means so please excuse if my lingo is off. I programmed a small project for school, basically it's just a simple cash register application. The user ...
0
votes
3answers
51 views

html css float:right with img is not working fine

HTML <table class='titleStatus' id='title'> <tr> <td class='lefttop'></td> <td class='bar'>Punch Data <img ...
0
votes
1answer
19 views

How to revoke right to a usergroup on a certain date in postgresql?

I'm currently creating a DB with Postgresql. First time, be gentle. ;) I have a table project that stores submission date among other things. I have 2 groups of users. One can only consult the ...
0
votes
2answers
27 views

css Get element to move to right within other element

I am working on a calendar app and having trouble getting the date to move where I want it within the day. Specifically, with the square for the date, I cannot get the day number to move to the top ...
0
votes
1answer
28 views

assign user roles and rights to a blog in blogengine programatically

I am looking into blog engine and would like to be able to setup a blog for every user in my asp.net membership provider. This is easy to do, although setting up the permissions is not so simple. ...
0
votes
1answer
38 views

Rights modules uses a different application instance

I'm developing a Yii application which uses several modules including Rights module for access control. They all are residing in the same "modules" folder and configured in the same config/main.php ...
-1
votes
1answer
29 views

Add linux user on windows shared folder [closed]

I would like to share a folder on my Windows Server. I would like my linux users can access to it. How can I do it ? Did I need to add my Linux server in my domain ? Thanks
-1
votes
1answer
56 views

Vbscript for listing explicit rights

I've found a vbscript at possibly defunct scripting blog that I would like to use on our Windows 7 system. When I attempt to use it, I get an Invalid Object Path from line 38: Set objSecuritySettings ...
0
votes
1answer
25 views

show data for each kind of user yii

i am newby on yii. I am using user and rigths yii extension. I have create model and views using gii. Each user belongs to an a domain +----------------+ | users | |----------------| | ...
0
votes
1answer
143 views

VB.NET Programmatically login as Administrator

I'm facing a problem kinda hard to solve, I already read a lot of questions about the Administrators Rights .NET app but is almost all about the UAC popup message to login as Admin. What I want is: ...
1
vote
0answers
82 views

Get Users according to Role with rights

I have three tables in the db. One is authmanager has rolename and user_id. The second is user which has the usual id, username and password. The third table is employee, which has 'id', 'user_id' and ...
0
votes
0answers
24 views

JBoss : hide a portal page from a specific user type

I am working on a JBoss portal where several "page" are define. A page can be viewed on the application by clicking on the corresponding tab. What I would like to do is to define different type of ...
0
votes
0answers
23 views

Enable process user (without home) to show image in X session

I have a process running as a user without shell or home (e.g. motion or triggerhappy). When an event occurs I want to display an image in the currently running X session (Display=1:1). feh, as my ...
0
votes
1answer
20 views

XWiki ignores global edit rights for XWikiAllGroup

We are using XWiki in Version 4.5 and I want to set edit-rights by default for every user. But setting edit-rights on XWikiAllGroup globaly via the administration-panel doesn't take effect. I still ...
-2
votes
1answer
31 views

What are designers and developers rights? [closed]

I'm starting my career as a freelance developer/designer and i like to know the opinion of folks more experienced in the field about these subjects: As a programmer, do i have the right to encode or ...
0
votes
3answers
59 views

CodeIgniter user rights through session

So I am creating my first project in CodeIgniter and I was wondering if there is an efficient way to force user restrictions based on what user group they belong to. There are 3 user groups in this ...
0
votes
1answer
128 views

Cacls error when assigning user rights

Can anyone tell me why this command fails with: "The filename, directory name, or volume label syntax is incorrect." cacls c:\TestHome\brytest\JBryan42 /t /c /g JBryan42:F While this command ...
0
votes
2answers
372 views

OpenERP7, new user with full rights unable to create new partners

With the admin user I can do everything, add, delete, modify, etc. As it should be. Then using this user added a new one, with full access to sales and accounting options as some other ones needed ...
0
votes
1answer
72 views

Extract the first number right before a string in mysql query

i have an image filename like this: 5110b99ba85c72_t.jpg i want to extract the first number right before the string _t or _m or something that starts with _. In this case, it is the number 2. I've ...
0
votes
1answer
66 views

Cross controller security in CakePHP

I have the following situation: multiple views use a content editor that can upload files and retrieve a list of previous uploads via AJAX. I end up adding two actions to every controller for this. ...
1
vote
1answer
207 views

Application Settings + IniFile + User Rights

Could you tell me please. I wrote an application that uses 'Settings.ini' to save settings. The application is installed using InnoSetup. If there are several user accounts and the application is ...
0
votes
1answer
45 views

Typo3 assign BE-Group on new created pages not working as it should

on my Typo3 page i have set up a rights managment, all is working well until one point. I will first explain a little bit of my setup. Every page (+ its subpages) got a group assigned that is ...
1
vote
1answer
25 views

c#+extjs4 do not send elements to client side which the user has no right

We are developing c#+ExtJs4 application. We want to separate the javascript and c# codes as we can, the js code can be some files which need to be cachable by the browser. How can we send only the js ...
0
votes
0answers
92 views

Sybase IQ: Granting a right on tables of one user to anther user

I'm looking for a way to grant some right (say SELECT) on all tables of one user to some other user. Something like that: GRANT SELECT ON Username1.* to Username2 Important condition is that I need ...
1
vote
1answer
112 views

How to write this in SQL?

I've been trying to find this answer by myself, but i'm just too bad for that, so i come here hoping you can help me. I have the following database tables : user( int unsigned id, varchar ...
1
vote
1answer
280 views

How do roles and rights translate to Spring Security?

In my applications I usually create three tables for access management. Roles, Rights and an association table that maps between Roles and Rights. I am trying to translate this approach to Spring ...
1
vote
1answer
220 views

System.IO.Directory.Move(tempPath, newFolder) throws exception access denied

I am trying to move a folder from one directory to another using this System.IO.Directory.Move(tempPath, newFolder); I am Administrator on my computer, so I should have full access. I cannot ...
0
votes
2answers
111 views

No rights on page-module level

I encounter a strange error. On page-module level i´m not allowed to create new page elements. If i do the same via the list-module page-elements are created and i can edit them (even in the ...
1
vote
1answer
308 views

RBAC in Yii, Guest not authorized

Im trying to implement RBAC in Yii (using the rights module). When trying to authorize an unauthenticated user (Guest), CWebUser calls CDbAuthManager: ...
0
votes
0answers
44 views

Google script user execution rights

I've a Spreadsheet containing a script which runs everytimes the Spreadsheet is edited. The Spreadsheet contains a sheet "B" in which the user "A" doesn't have writing permission. My script has to ...
1
vote
4answers
81 views

Specific “getter setter” dedicated object

I'd like to create an object used to store data, restricting read/write access. For example : OBJ obj1; OBJ obj2; // DataOBJ has 2 methods : read() and write() DataOBJ dataOBJ1 (obj1); With the ...
0
votes
1answer
34 views

turtoise svn set user rights

My question is how can I set some user rights to a branch in the SVN? For an example I use the folder A in the SVN which I have already checkout it and also my collegue too. But we want only we to ...
0
votes
1answer
130 views

issue involving django admin rights for non superuser accounts

I'm currently experiencing an issue with a project using django 1.3.1 and it's admin interface (just your friendly neighborhood django.contrib.admin). The project's been going on for a while, and the ...
0
votes
2answers
35 views

Set the access rights to a project directory on sourceforge

Let's say I am the administrator of some project on sf.net. I want to add a new user as member of a project, and to grant him rights to create files in some directory. I added a user as member of a ...
1
vote
0answers
69 views

Rights for an application pool user that can access IIS through Microsoft.Web.Administration

I'm looking for a minimal set of rights (preferably through the hidden app pool user that is created by default by IIS 7.5 when you create a new app pool) for a user that allows him to call classes in ...
0
votes
2answers
86 views

Application/user privileges issues

I have built an application using C# which accesses the registry and installation folder for read/write information. A normal user having limited privileges is getting an error while accessing/writing ...
1
vote
3answers
143 views

Rights of using an javascript file [closed]

I usually look and analyze websites/effect from websites that seams interesting to me. So I found a website that was bought from templatemonster. That website uses an effect on an image, a hover ...
0
votes
4answers
824 views

assign a user a role from admin creates a user, in Yii Rbac extension Rights

I have installed rights as suggested by most people, its easy to implement Role based access control. but I am stuck at a problem.. I need to assign a user a role from admin, who can change their ...
0
votes
0answers
99 views

EUID/EGID after execvp?

On a embedded Linux System (old 2.4.25 Kernel), I have an executable calling a bash script which then calls another executable: Executable1:execvp() -> Script.sh -> Executable2 The ...
3
votes
1answer
638 views

Web API and .NET 4.5: Claims and rights

Is there a best practice for using claims for right-management? I am using the new .net 4.5 and the new claim classes. Currently I do something like that: new ClaimsIdentity(new List<Claim> ...
1
vote
1answer
214 views

What PostgreSQL query or view can determine who set a users permissions?

I am trying to revoke a database user's permissions and it seems that permissions can only be revoked by the user who granted them. There is thread here discussing the issue. ...
0
votes
0answers
25 views

How to centralize UI inputs availability?

There is a business layer and a UI with some forms, on the forms there are buttons, textboxes which are enabled or disabled based on functions and user credentials. The controls may also be disabled ...
0
votes
1answer
382 views

user rights to add document in library SharePoint 2010

I want to check, if user can add document in document library then custom action is enabled. I used this article. And then I encountered the following problem: I don't know how check user rights of ...
0
votes
1answer
90 views

Restrict acces to a folder(and all its files and subdirectories) stored on a sd card C#

Hy, is there any posibillities to restrict acces to a folder stored on an sd card? I tried this but it doesn't work...Any ideas are welcome. Thanks... public static void setRight(string ...
1
vote
1answer
90 views

How can I create and save file in Program File directory in Windows 7?

I have the program that show the registration window when it was started. When I set login and password the program must create some file in Program File/SomeProgram directory. I need administrator ...
0
votes
1answer
150 views

No rows returned when calling stored procedure although running code in that very SP returns rows

Whenever I call a stored procedure that contains more than a single select statement I get no rows in the resultset although running the same code outside the SP returns the expected result. This has ...
0
votes
1answer
54 views

what rights should be given for my live asp.net sql server?

I am wondering what rights should be given to sql server user for asp.net website considering following criteria Sql server user Should be able to do read from tables insert into tables update ...
1
vote
1answer
530 views

Rails can't generate Tempfile

I installed my rails-app via Passenger on my apache but I'm getting a strange error cannot generate tempfile ...
0
votes
1answer
52 views

“Rights” issue When start program from another program in Windows with .Net Process.Start()

i use a program to see if my application is crashed and in this case i start it again. Let's call this application B while main application it's called A. The main problem begin when the ...
1
vote
1answer
81 views

How to prevent users from creating folders in SourceSafe

We still use Visual SourceSafe 6.0. I would like to block my teams from creating projects (folders) on SourceSafe and only have Check-in, Check-out, and Add files rights. Yes, I would like them to be ...

1 2 3