xas.fsm
来自「RADIUS协议的认证计费服务」· FSM 代码 · 共 41 行
FSM
41 行
## Copyright [C] The Regents of the University of Michigan and Merit Network,# Inc. 1993, 1994, 1995, 1996, 1997, 1998 All Rights Reserved.## RCSID: $Id: xas.fsm,v 1.1.1.1 2001/08/10 20:49:27 bonze Exp $## External version of built-in state machine table (lacking detail files)# for use by eXternal Authentication Servers (XAS) without LAS support.## All items in the "Action" column are AATV name strings (ids)#%FSMID xas-2.0# Event# State Name (state.action.event) Action Next State# ------------ ------------------------------ -------------- ----------Start: *.*.AUTHEN AUTHENTICATE REPLYhold *.*.AUTH_ONLY AUTHENTICATE REPLYhold *.*.AUTHENTICATE AUTHENTICATE REPLYhold *.*.ACCT ACK REPLYhold *.*.MGT_POLL SRV_STATUS REPLYhold *.+AUTHEN.ACK AUTHENTICATE REPLYhold *.+AUTHENTICATE.ACK AUTHENTICATE REPLYhold *.+AUTH_ONLY.ACK AUTHENTICATE REPLYhold *.+MGT_POLL.ACK SRV_STATUS REPLYhold *.*.NAK REPLY EndREPLYhold: *.*.ACK REPLY Hold *.*.NAK REPLY HoldHold: *.*.TIMEOUT NULL EndEnd:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?