-
Notifications
You must be signed in to change notification settings - Fork 0
deic-dk/mod_gacl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
************************* ****** mod_gacl ******* *** Apache module ***** ************************* by Frederik Orellana, Niels Bohr Institute, University of Copenhagen. ************************* mod_gacl is an Apache-2 module for authentication and authorization via X.509 certificates. The module should be used together with mod_dav and mod_ssl. With these three modules you will have a file server with directory permissions set via GACL. The module is an extension of the module mod_auth_script, written by Shigeru Kanemoto <[email protected]>, Accense Technology Inc. (http://accense.com/). The GACL code is taken from the gridsite code (http://www.gridsite.org/), of Andrew McNab, University of Manchester. In order to build the source you must have development libraries of libxml2 and Apache-2 installed. A simple Makefile is provided for building a DSO module. To build on a UNIX-like system, type 'make'. To install the module either type 'make install' or copy ".libs/mod_gacl.so" to your Apache modules directory and libgacl.so.1.6.0 to /usr/lib and make a soft-link, libgacl.so, in /usr/lib, pointing to libgacl.so.1.6.0. A sample Apache configuration file is provided ("grid.conf"). You may want to copy this to your virtual hosts directory - and modify it to suit your Apache setup. In particular you should set the ServerName, ErrorLog and CustomLog directives. You should also copy the sample VO script ("mk_vo.sh") to the location specified in "grid.conf" (AuthScriptFile). For more information, please consult the code.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published