Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

checkrad(5) [centos man page]

CHECKRAD(5)							File Formats Manual						       CHECKRAD(5)

NAME
checkrad -- See if a user is (still) logged in on a certain port. SYNOPSIS
checkrad [-d] nas-type nas-ip nas-port login session-id DESCRIPTION
Checkrad is used by the radius server to check if its idea of a user logged in on a certain port/NAS is correct if a double login is detected. Returns: 0 = no duplicate, 1 = duplicate, >1 = error. OPTIONS
-d Enable printing of debugging informations. nas-type Type of port/NAS. Can be one of: o ascend o bay o cisco o cisco_l2tp o computone o cvx o digitro o dot1x o livingston o max40xx o mikrotik o mikrotik_snmp o multitech o netserver o other o pathras o patton o portslave o pr3000 o pr4000 o redback o tc o usrhiper o versanet The "other" type cause checkrad to skip any check and always returns 1. nas-ip IP address of the NAS to check. nas-port The NAS port to check (may be ignored by some nas-type). login The login name to check. session-id Session to check. (actually ignored by all nas-type) SEE ALSO
radiusd(8) AUTHOR
Written by Miquel van Smoorenburg, miquels@cistron.nl. This manual page was written by Marco Nenciarini <mnencia@debian.org> for the Debian project (but may be used by others). 13 January 2006 CHECKRAD(5)

Check Out this Related Man Page

clients.conf(5) 					  FreeRADIUS client configuration					   clients.conf(5)

NAME
clients.conf - FreeRADIUS client configuration DESCRIPTION
The clients.conf file contains definitions of RADIUS clients. The information in this file overrides any information provided in the deprecated clients(5) and naslist(5) files. The file format is the same as that used for radiusd.conf. See radiusd.conf(5) for more details. Each RADIUS client entry has the following basic form: client <short-name> { <attribute> = <value> } ATTRIBUTES
The attributes that can appear in a client section are listed below. Required attributes are labelled as such. All other attributes are optional. ipaddr [Required] The IP address of the client. For IPv6, use "ipv6addr" secret [Required] The RADIUS shared secret used for communication between the client/NAS and the RADIUS server. shortname [optional] A short alias that can be used in place of the IP address or fully qualified hostname provided in the first line of the section. nastype The nastype attribute is used to tell the checkrad.pl script which NAS-specific method it should use when checking simultaneous use. The following values are currently recognized: cisco computone livingston max40xx multitech netserver pathras patton portslave tc usrhiper other login Reserved for future use. password Reserved for future use. EXAMPLES
client localhost { ipaddr = 127.0.0.1 secret = testing123 shortname = localhost nastype = other } This adds a client for the loopback address. This is useful in testing the server locally, for example with radclient(1). client private-network-1 { ipaddr = 192.168.0.0 netmask = 24 secret = testing123-1 shortname = private-network-1 } This entry represents any client from the 192.168.0.0/24 network. The old-style format from 1.x is still accepted by the server, but that form is deprecated. FILES
/etc/raddb/clients.conf /etc/raddb/radiusd.conf SEE ALSO
radiusd(8), radiusd.conf(5), clients(5), naslist(5) AUTHOR
FreeRADIUS is authored by the FreeRADIUS team. http://freeradius.org/ 13 June 2005 clients.conf(5)
Man Page