Annotation of embedaddon/coova-chilli/doc/chilli_radconfig.1.in, revision 1.1

1.1     ! misho       1: .\" * chilli_radconfig
        !             2: .\" * Copyright (C) 2007 David Bird <david@coova.com>
        !             3: .\" *
        !             4: .\" * All rights reserved.
        !             5: .\" *
        !             6: .\" Manual page for chilli
        !             7: .\" SH section heading
        !             8: .\" SS subsection heading
        !             9: .\" LP paragraph
        !            10: .\" IP indented paragraph
        !            11: .\" TP hanging label
        !            12: 
        !            13: .TH chilli_radconfig 1 "August 2007"
        !            14: .SH NAME
        !            15: chilli_radconfig \-  Utility function to fetch configurations over RADIUS
        !            16: 
        !            17: .SH SYNOPSIS
        !            18: .B chilli_radconfig 
        !            19: [ 
        !            20: .I chilli options 
        !            21: ]
        !            22: 
        !            23: .SH DESCRIPTION
        !            24: .B chilli_radconfig
        !            25: is a simple utility to fetch 
        !            26: .B chilli
        !            27: configurations from a central server using RADIUS. It takes the same
        !            28: arguments as 
        !            29: .B chilli
        !            30: (so that it can run off the same configuration file), but only looks for a
        !            31: small number of settings to perform an 
        !            32: .I Administrative-User
        !            33: login. The utility will print out the value of all the 
        !            34: .I ChilliSpot-Config 
        !            35: attributes in the Access-Accept. 
        !            36: 
        !            37: .SH EXAMPLES
        !            38: 
        !            39: .I # chilli_radconfig --radiusserver1=192.168.1.1 \
        !            40:    --radiussecret=MySecret --adminuser=chillispot \
        !            41:    --adminpasswd=chillispot > hs.conf
        !            42: 
        !            43: .SH "SEE ALSO"
        !            44: .BR chilli(8)
        !            45: .BR chilli.conf(5)
        !            46: .BR chilli-radius(5)
        !            47: 
        !            48: .SH NOTES 
        !            49: .LP
        !            50: 
        !            51: See
        !            52: .I http://coova.org/
        !            53: for further documentation and community support.
        !            54: The original ChilliSpot project homepage is/was at www.chillispot.org.
        !            55: 
        !            56: .SH AUTHORS
        !            57: 
        !            58: David Bird <david@coova.com>,
        !            59: CoovaChilli and ChilliSpot are licensed under the Gnu Public License.
        !            60: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>