X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fetc%2Fradiusclient.conf.in;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fetc%2Fradiusclient.conf.in;h=eae292ced21672e61f6faac2ba44f5a09c7eaf86;hb=32be3676b6d3ad8db2052b8d445e7ef4b9ca6352;hp=916289ab56697b894d9fb7e751d277ddd0ab5459;hpb=186555a5b841b8ab00ca1ab2b33fdb50f5ac2d07;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/etc/radiusclient.conf.in b/pppd/plugins/radius/radiusclient/etc/radiusclient.conf.in index 916289a..eae292c 100644 --- a/pppd/plugins/radius/radiusclient/etc/radiusclient.conf.in +++ b/pppd/plugins/radius/radiusclient/etc/radiusclient.conf.in @@ -7,21 +7,21 @@ # this server is asked. auth_order radius -# maximum login tries a user has +# maximum login tries a user has (default 4) login_tries 4 -# timeout for all login tries -# if this time is exceeded the user is kicked out +# timeout for all login tries (default 60) +# if this time is exceeded the user is kicked out login_timeout 60 # name of the nologin file which when it exists disables logins. # it may be extended by the ttyname which will result in # a terminal specific lock (e.g. /etc/nologin.ttyS2 will disable -# logins on /dev/ttyS2) +# logins on /dev/ttyS2) (default /etc/nologin) nologin /etc/nologin # name of the issue file. it's only display when no username is passed -# on the radlogin command line +# on the radlogin command line (default /etc/radiusclient/issue) issue @pkgsysconfdir@/issue # RADIUS settings @@ -49,7 +49,8 @@ servers @pkgsysconfdir@/servers # just like in the normal RADIUS distributions dictionary @pkgsysconfdir@/dictionary -# program to call for a RADIUS authenticated login +# program to call for a RADIUS authenticated login +# (default /usr/sbin/login.radius) login_radius @sbindir@/login.radius # file which holds sequence number for communication with the @@ -71,6 +72,18 @@ radius_timeout 10 # resend request this many times before trying the next server radius_retries 3 +# NAS-Identifier +# +# If supplied, this option will cause the client to send the given string +# as the contents of the NAS-Identifier attribute in RADIUS requests. No +# NAS-IP-Address attribute will be sent in this case. +# +# The default behavior is to send a NAS-IP-Address option and not send +# a NAS-Identifier. The value of the NAS-IP-Address option is chosen +# by resolving the system hostname. + +# nas_identifier MyUniqueNASName + # LOCAL settings # program to execute for local login