Apache2-AuthenSecurID

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for Perl extension Apache::AuthenSecurID.
 
 
0.01  Tue Nov 5 14:11:38 2000
        - original version; created by db
0.02  Fri Jan 5 18:09:10 2001
        - changes to use cookies
0.03  Mon Jun 18 21:32:55 2001
        - major overhaul
        - created single threaded ace auth server
        - create Auth handler instead of using basic auth
        - started using blowfish
        - better documentation
0.04  Mon Jul 31 16:05:00 2002
        - fixed typo in docs
        - added PerlModule in httpd.conf in docs
        - fixed small scope bug
        - changes colors so they are no longer awful
0.05  Fri Dec 07 18:55:00 2007 <tobert@gmail.com>
    - ported to mod_perl2

RCS/Changes,v  view on Meta::CPAN

45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Revision history for Perl extension Apache::AuthenSecurID.
 
 
0.01  Tue Nov 5 14:11:38 2000
        - original version; created by db
0.02  Fri Jan 5 18:09:10 2001
        - changes to use cookies
0.03  Mon Jun 18 21:32:55 2001
        - major overhaul
        - created single threaded ace auth server
        - create Auth handler instead of using basic auth
        - started using blowfish
        - better documentation
0.04  Mon Jul 31 16:05:00 2002
        - fixed typo in docs
        - added PerlModule in httpd.conf in docs
        - fixed small scope bug
        - changes colors so they are no longer awful
0.05  Fri Dec 07 18:55:00 2007 <tobert@@gmail.com>
    - ported to mod_perl2

RCS/README,v  view on Meta::CPAN

261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
NAME
    ace_initd - ACE Authentication daemon for Apache::AuthenSecurID::Auth
 
SYNOPSIS
    nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456
    --port=1969 --var_ace=/var/ace
 
DESCRIPTION
    This daemon handles the ACE authentication requests for the
    Apache::SecurID::Auth module. It is a single threaded, single fork
    server that listens on a specified UDP port. Incoming requests are
    decrypted and requests forwarded to the ACE server. If a specific
    request is in either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE
    object is not deleted. It is instead kept in memory to handle those
    specific requests later.
 
LIST OF TOKENS
    * --var_ace
    Specifies the location of the sdconf.rec file. It defaults to
    $ENV{VAR_ACE} if this variable is not set.

RCS/README,v  view on Meta::CPAN

611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
        VAR_ACE /the/ace/data/directory
        port 1969
        AuthCryptKey Encryption_Key
        syslog local2
 
d227 7
a233 8
       This daemon handles the ACE authentication requests for
       the Apache::SecurID::Auth module.  It is a single
       threaded, single fork server that listens on a specified
       UDP port.  Incoming requests are decrypted and requests
       forwarded to the ACE server.  If a specific request is in
       either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE
       object is not deleted.  It is instead kept in memory to
       handle those specific requests later.
d236 18
a253 18
       o VAR_ACE
              Specifies the location of the sdconf.rec file.  It
              defaults to /opt/ace/data if this variable is not

RCS/ace_initd,v  view on Meta::CPAN

163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
ace_initd -  ACE Authentication daemon for Apache::AuthenSecurID::Auth
 
=head1 SYNOPSIS
 
nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456 --port=1969 --var_ace=/var/ace
 
=head1 DESCRIPTION
 
This daemon handles the ACE authentication requests for the
Apache::SecurID::Auth module.  It is a single threaded, single
fork server that listens on a specified UDP port.  Incoming requests
are decrypted and requests forwarded to the ACE server.  If a specific
request is in either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE
object is not deleted.  It is instead kept in memory to handle those
specific requests later.
 
=head1 LIST OF TOKENS
 
 
=item *

README  view on Meta::CPAN

218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
NAME
    ace_initd - ACE Authentication daemon for Apache::AuthenSecurID::Auth
 
SYNOPSIS
    nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456
    --port=1969 --var_ace=/var/ace
 
DESCRIPTION
    This daemon handles the ACE authentication requests for the
    Apache::SecurID::Auth module. It is a single threaded, single fork
    server that listens on a specified UDP port. Incoming requests are
    decrypted and requests forwarded to the ACE server. If a specific
    request is in either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE
    object is not deleted. It is instead kept in memory to handle those
    specific requests later.
 
LIST OF TOKENS
    * --var_ace
    Specifies the location of the sdconf.rec file. It defaults to
    $ENV{VAR_ACE} if this variable is not set.

ace_initd  view on Meta::CPAN

118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
ace_initd -  ACE Authentication daemon for Apache::AuthenSecurID::Auth
 
=head1 SYNOPSIS
 
nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456 --port=1969 --var_ace=/var/ace
 
=head1 DESCRIPTION
 
This daemon handles the ACE authentication requests for the
Apache::SecurID::Auth module.  It is a single threaded, single
fork server that listens on a specified UDP port.  Incoming requests
are decrypted and requests forwarded to the ACE server.  If a specific
request is in either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE
object is not deleted.  It is instead kept in memory to handle those
specific requests later.
 
=head1 LIST OF TOKENS
 
 
=item *



( run in 0.369 second using v1.01-cache-2.11-cpan-8d75d55dd25 )