📄 radauth.texi
字号:
@c This is part of the Radius manual.@c Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.@c Written by Sergey Poznyakoff@c See file radius.texi for copying conditions.@comment *******************************************************************@node Radauth, Radctl, Radping, Utility Programs@section @command{radauth}@pindex radauthThe @command{radauth} utility sends the Radius server an @code{Access-Request}packet and displays the result it gets. If the server responds with@code{Access-Accept} @command{radauth} can also send an@code{Accounting-Request} thereby initiating user's session.The utility is a @command{radtest} program. @xref{Sample RadtestProgram}, for the detailed discussion of its internals.@subheading Invocation@smallexampleradauth [@var{options}] [@var{command}] @var{user-name} [@var{password}]@end smallexample@noindentOptions are:@table @option@item -vPrint verbose descriptions of what is being done.@item -n @var{nas-ip}Set @NAS{} @IP{}@item -s @var{sid}Set accounting session ID@item -P @var{port}Set @NAS{} port number.@end table@FIXME{GNU long options are not yet supported}@noindentValid commands are:@table @asis@item authSend only @code{Access-Request}. This is the default.@item acctSend @code{Access-Request}. If successfull, send@code{Accounting-Request} with @code{Acct-Status-Type = Start}.@item startSend @code{Accounting-Request} with @code{Acct-Status-Type = Start}.@item stop@code{Accounting-Request} with @code{Acct-Status-Type = Stop}.@end tableThe program determines which Radius server to use, the authenticationport number, and the shared secret, following the procedure common to allclient scripts (@pxref{client.conf}).@c End of radauth.texi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -