1VOMS-SERVER(1)        User Contributed Perl Documentation       VOMS-SERVER(1)
2
3
4

NAME

6         voms-server.pl
7

SYNOPSIS

9         A simple VOMS https server using the VOMS::Lite library.
10

DESCRIPTION

12         This server porvides a minimal, non-forking example of a VOMS server interface for obtaining VOMS attribute certificates.
13
14         It loosely follows the principles of REST where the client simply uses a  GET method to request Attributes they want:
15         GET https://voms.server.fqdn:port/VO/Subgroup/.../Role=role/Capability=capability
16
17        This example server doesn't fork
18        It relies upon a pecularity of the Net::SSLeay verify callback implementation
19          i.e. if Net::SSLeay has verified the incoming credentials to its satisfaction
20          then the callback can be used to construct the certificate chain if not then it doesn't
21        Therefore it cannot be made to handle GSI proxy certificates without patching NetSSLeay.
22

SEE ALSO

24       VOMS::Lite
25
26       If you want a well behaved server consider using Apache with mod_ssl
27       and mod_perl.  If you want proxy certificates to be able to acces a
28       service like this consider using Apache with mod_gridsite and mod_perl
29
30       This script was originally designed for SHEBANGS, a JISC funded project
31       at The University of Manchester.
32       http://www.mc.manchester.ac.uk/projects/shebangs/
33
34       Mailing list, shebangs@listserv.manchester.ac.uk
35
36       Mailing list, voms-lite@listserv.manchester.ac.uk
37

AUTHOR

39       Mike Jones <mike.jones@manchester.ac.uk>
40
42       Copyright (C) 2006 by Mike Jones
43
44       This library is free software; you can redistribute it and/or modify it
45       under the same terms as Perl itself, either Perl version 5.8.3 or, at
46       your option, any later version of Perl 5 you may have available.
47
48
49
50perl v5.30.1                      2020-01-30                    VOMS-SERVER(1)
Impressum