On September 19, 2013 22:53 , "PEDRO A. ROBLES" <pa...@psu.edu> wrote:
> The question is, can consign be configured to restrict users to folders or 
> files?

cosign just identifies and authenticates the user.  It is the web server 
that then makes authorization decisions based on the user's identity.

For example, if you're using Apache HTTP Server and cosign, you can use 
any of the following httpd directives to restrict access

require valid-user
require user <USERNAME>
require ldap-group <GROUPNAME>

See

https://httpd.apache.org/docs/2.2/mod/core.html#require
https://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#requiredirectives
https://httpd.apache.org/docs/2.2/howto/access.html

--
   Mark Montague
   m...@catseye.org


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to