https://github.com/irods/irods_auth_plugin_gsi
Grid Security Infrastructure (GSI) authentication plugin for iRODS
https://github.com/irods/irods_auth_plugin_gsi
Last synced: 11 months ago
JSON representation
Grid Security Infrastructure (GSI) authentication plugin for iRODS
- Host: GitHub
- URL: https://github.com/irods/irods_auth_plugin_gsi
- Owner: irods
- License: other
- Created: 2014-02-19T02:52:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T20:32:22.000Z (about 6 years ago)
- Last Synced: 2025-06-10T14:49:38.262Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
iRODS GSI Auth Plugin
---------------------
To build the GSI Auth Plugin, you will need to have:
- the iRODS Development Tools (irods-dev and irods-runtime) installed for your platform
http://irods.org/download
- globus-proxy-utils installed for your platform
- For Debian based platforms you would need to install libglobus-gssapi-gsi-dev, libssl-dev, libkrb5-dev
- For Redhat based platforms you would need to install globus-gssapi-gsi-devel, openssl-devel, krb5-devel
- Make symbolic links for libglobus_gss_assist.so.3 and libglobus_callout.so.0
Note:
Once installed, the `X509_USER_CERT` and `X509_USER_KEY` are necessary to be set for the service EVEN IF the default paths are used.
(i.e. /etc/grid-security/service/servicekey(cert).pem)