/[smeserver]/rpms/stunnel-tls/sme9/sfinger.xinetd
ViewVC logotype

Contents of /rpms/stunnel-tls/sme9/sfinger.xinetd

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Feb 7 22:54:14 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: stunnel-tls-3_22-4_el6_sme, HEAD
Initial import

1 # Not that anyone in their right mind would tunnel the finger protocol over
2 # SSL, but here's how to do it using xinetd....
3
4 service sfinger
5 {
6 socket_type = stream
7 wait = no
8 user = root
9 server = /usr/sbin/stunnel
10 server_args = -l /usr/sbin/in.fingerd -- in.fingerd
11 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed