-
as seen on Server Fault
- Search for 'Server Fault'
I need to set up 2 Pure-FTPd accounts - ftpuser and ftpadmin. Both will have access to a directory that contains 2 subdirectories - upload and downlaod. The permissions criteria needs to be as follows:
ftpuser can upload to /upload but cannot view the contents (blind drop).
ftpuser can download…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hello:
I often run into this issue on Linux, and I'd love to know the proper way of solving it.
Say I have a daemon running. In my example, I'll use LigHTTPD, a webserver.
Some software, like Wordpress, enjoys having read/write access to files for updating applications via a web interface, which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am designing a system on SharePoint. There is a approval list for the items. The members can approve, reject and edit the items. One from approval list has to fill the "assigned to" field in the item while approving it. The user who is added to "assigned to" field should able to edit the content…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have created a database and some dbo.tables. Now I want to create a user that are can read and write to these tables, but not modify or drop. However I want this user to be able to create own tables and let him do what he want with these.
Is this possible? Could someone explain how this can be…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Say I am creating a forums application, I understand how to design a forum level permission system with Groups.
i.e. you create a forum to group mapping, and assign users to a group to give them access to a particular forum.
How can I refine the permissions to allow for row level permissions…
>>> More