What I\'m trying to achieve is the following: coworkers are in group @coworkers, clients are in group @clients.
I use a simple Cache library I wrote, which saves the data I want to have cached, into files under /var/www/my_site/cache/
I have a file on a Windows 2003 NTFS file system. It is called C:\\MyFolder\\MyFile.txt. First grant a user read access to the file. Then I remove the user\'s read access to the parent folder.
This question is in regard to F3 (Php Fat Free framework) onto which I have stumbled looking for a simple, fast and secure framework suitable for small websites and/or blogs. What was important to me
I would like to have group based restrictions that would allow users to access only specified parts of the web. I am new to the whole ACL stuff and I didn\'t quite get it from the manual :/ therefore
Is there any way to query ACLs on Linux programmatically? Given a file or directory, I have to check if an ACL exists for it and then find开发者_运维技巧 out the level of access granted to different u
So I am making a small site using cakephp, and my ACL is set up so that every time a piece of content is created, an ACL rule is created to link the owner of the piece of content to the actual content
Is there a way to do either of the following : 1)Transfer an ACL entry on a file that is transferred to a Sharepoint server using the CopyIntoItems.asmx webservice in the Copy object?
I need to implement the Zend_Acl component. I read in the docs that the Zend_Acl object can be serialized with the serialized function of PHP. My application will have lots of roles, rules and resourc
I have (more or less) the following code: private static void SaveFolder(MyFolder folder, string location)