2c2a56451d
Wed Jan 02 2002 Nalin Dahyabhai <nalin@redhat.com> 3.22-1 - update to 3.22, correcting a format-string vulnerability Wed Oct 31 2001 Nalin Dahyabhai <nalin@redhat.com> 3.21a-1 - update to 3.21a Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 3.20-1 - log using LOG_AUTHPRIV facility by default (#47289) - make permissions on stunnel binary 0755 - implicitly trust certificates in %{_datadir}/ssl/trusted (#24034)
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
# Not that anyone in their right mind would tunnel the finger protocol over
|
|
# SSL, but here's how to do it using xinetd....
|
|
|
|
service sfinger
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/sbin/stunnel
|
|
server_args = -l /usr/sbin/in.fingerd -- in.fingerd
|
|
}
|