From 5a836d756159add3a821b91503398b69b0b85fbc Mon Sep 17 00:00:00 2001 From: kkalev Date: Tue, 26 Aug 2003 14:38:26 +0000 Subject: [PATCH] Add a few more attribute help pages from Ulrich Walcher --- Changelog | 1 + conf/user_edit.attrs | 14 +++---- htdocs/help/auth_type_help.html | 44 ++++++++++++++++++++++ htdocs/help/callback_id_help.html | 46 +++++++++++++++++++++++ htdocs/help/callback_number_help.html | 47 +++++++++++++++++++++++ htdocs/help/class_help.html | 45 ++++++++++++++++++++++ htdocs/help/framed_ip_netmask_help.html | 38 +++++++++++++++++++ htdocs/help/framed_mtu_help.html | 39 +++++++++++++++++++ htdocs/help/reply_message_help.html | 50 +++++++++++++++++++++++++ 9 files changed, 317 insertions(+), 7 deletions(-) create mode 100644 htdocs/help/auth_type_help.html create mode 100644 htdocs/help/callback_id_help.html create mode 100644 htdocs/help/callback_number_help.html create mode 100644 htdocs/help/class_help.html create mode 100644 htdocs/help/framed_ip_netmask_help.html create mode 100644 htdocs/help/framed_mtu_help.html create mode 100644 htdocs/help/reply_message_help.html diff --git a/Changelog b/Changelog index 95ac9d7..a5a7820 100644 --- a/Changelog +++ b/Changelog @@ -38,6 +38,7 @@ Ver 1.63: * Only delete sessions which are not open in truncate_radacct. Bug noted by Evren Yurtesen * Add a user input tag in user_stats.php3 * Change AcctStopTime = '0' with AcctStopTime IS NULL +* Add a few more attribute help pages from Ulrich Walcher Ver 1.62: * Remove one sql query from user_admin which was not needed. * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime diff --git a/conf/user_edit.attrs b/conf/user_edit.attrs index 711c0ce..4e96ee3 100644 --- a/conf/user_edit.attrs +++ b/conf/user_edit.attrs @@ -4,24 +4,24 @@ # Format: Attribute Comment # # -#Auth-Type Auth Type +#Auth-Type Auth-Type #Simultaneous-Use Simultaneous Use Framed-Protocol Protocol Framed-IP-Address IP Address Framed-IP-Netmask IP Netmask #Framed-Route Route #Framed-Routing -#Filter-Id Filter ID -Framed-MTU MTU +#Filter-Id Filter ID +Framed-MTU Framed-MTU Framed-Compression Compression Used Service-Type Service Type #Login-IP-Host #Login-Service #Login-TCP-Port -#Callback-Number -#Callback-Id +#Callback-Number Callback-Number +#Callback-Id Callback-ID #Framed-IPX-Network -#Class +#Class Class Session-Timeout Session Timeout Idle-Timeout Idle Timeout #Termination-Action @@ -35,7 +35,7 @@ Port-Limit Dialup Access (use FALSE to lock) Dialup-Lock-Msg Lock Message -#Reply-Message Reply Message +#Reply-Message Reply-Message #Max-Daily-Session Daily Limit (secs) #Max-Weekly-Session Weekly Limit (secs) #Login-Time User Login Period (UUCP Format) diff --git a/htdocs/help/auth_type_help.html b/htdocs/help/auth_type_help.html new file mode 100644 index 0000000..c3a1660 --- /dev/null +++ b/htdocs/help/auth_type_help.html @@ -0,0 +1,44 @@ + + +Auth-Type Help Page + + + +
+ + + + + +
+ + +
Auth-Type Help Page 
+
+ + + + +
+
+
+
+Value: String
+
+
+The Auth-Type attribute describes which authentication module to call.
+Standard values from a default FreeRADIUS setup my be:
+
+PAP
+CHAP
+MSCHAP
+PAM
+UNIX
+LADP
+EAP
+
+Close Window +
+
+ + diff --git a/htdocs/help/callback_id_help.html b/htdocs/help/callback_id_help.html new file mode 100644 index 0000000..0f5c81b --- /dev/null +++ b/htdocs/help/callback_id_help.html @@ -0,0 +1,46 @@ + + +Callback-ID Help Page + + + +
+ + + + + +
+ + +
Callback-ID Help Page 
+
+ + + + +
+
+
+
+  Attribute Number: 20
+  Value: String
+
+
+
+  This attribute is used when a RADIUS implementation is set up to
+  return a user's call. This is commonly used in corporate situations
+  to avoid long-distance charges in hotel rooms and other remote
+  locations. This value, A STRING, is often the identifier for a
+  profile configured on the service equipment; there is no specific
+  standrad for a string name, a triggered action, or something else.
+  In other words, it is environment specific. RADIUS client gear is
+  allowed to reject a connection if this attribute is present but
+  not supported by the gear.
+
+
+Close Window +
+
+ + diff --git a/htdocs/help/callback_number_help.html b/htdocs/help/callback_number_help.html new file mode 100644 index 0000000..2148210 --- /dev/null +++ b/htdocs/help/callback_number_help.html @@ -0,0 +1,47 @@ + + +Callback-Number Help Page + + + +
+ + + + + +
+ + +
Callback-Number Help Page 
+
+ + + + +
+
+
+
+  Attribute Number: 19
+  Value: String
+
+
+
+  The value of this attribute is the number to which the RADIUS client
+  gear should return a call to the authenticating user. Depending on
+  what packet this attribute is found in, different actions may be
+  configured. For instance, if Callback-Number is found in an
+  Access Request packet, the implementation may assume that the
+  end user is requesting callback service. If the attribute is found
+  in the Access Accept packet, it can mean everything that the
+  administrator configuring the gear wants it to mean. In fact, in
+  some cases, Callback-ID and Callback-Number will not be found
+  together in one packet.
+
+
+Close Window +
+
+ + diff --git a/htdocs/help/class_help.html b/htdocs/help/class_help.html new file mode 100644 index 0000000..830ad93 --- /dev/null +++ b/htdocs/help/class_help.html @@ -0,0 +1,45 @@ + + +Class Help Page + + + +
+ + + + + +
+ + +
Class Help Page 
+
+ + + + +
+
+
+
+Attribute Number: 25
+Value: String
+
+
+
+The Class attribute mainly exists to funnel identification and
+property information to the accounting systems of RADIUS
+implementations.
+From RFC2865:
"This Attribute is available to be sent by the server to the client +in an Access-Accept and SHOULD be sent unmodified by the client to +the accounting server as part of the Accounting-Request packet if +accounting is supported. The client MUST NOT interpret the +attribute locally." +
+
+Close Window +
+
+ + diff --git a/htdocs/help/framed_ip_netmask_help.html b/htdocs/help/framed_ip_netmask_help.html new file mode 100644 index 0000000..bb231e2 --- /dev/null +++ b/htdocs/help/framed_ip_netmask_help.html @@ -0,0 +1,38 @@ + + +Framed-IP-Netmask Help Page + + + +
+ + + + + +
+ + +
Framed-IP-Netmask Help Page 
+
+ + + + +
+
+
+
+Attribute Number: 9
+Value: IPADDR
+
+
+This attribute can be used to assign a specific netmask to
+a connection.
+
+
+Close Window +
+
+ + diff --git a/htdocs/help/framed_mtu_help.html b/htdocs/help/framed_mtu_help.html new file mode 100644 index 0000000..f7982a3 --- /dev/null +++ b/htdocs/help/framed_mtu_help.html @@ -0,0 +1,39 @@ + + +Framed-MTU Help Page + + + +
+ + + + + +
+ + +
Framed-MTU Help Page 
+
+ + + + +
+
+
+
+Attribute Numer: 12
+Value: Integer
+
+
+MTU, the Maximum Transfer Unit, is the largest
+packet size that can be transmitted over a connection.
+The value can be between 64 and 65535. +
+
+Close Window +
+
+ + diff --git a/htdocs/help/reply_message_help.html b/htdocs/help/reply_message_help.html new file mode 100644 index 0000000..a785b28 --- /dev/null +++ b/htdocs/help/reply_message_help.html @@ -0,0 +1,50 @@ + + +Reply-Message Help Page + + + +
+ + + + + +
+ + +
Reply-Message Help Page 
+
+ + + + +
+
+
+
+Attribute Numer: 18
+Value: String
+
+
+The Reply-Message attribute is used to send a message back to the client
+in response of another packet.
+RFC2865 describes it as easy as:
+"This attribute indicates text which MAY be displayed to the user. +When used in an Access-Accept, it is the success message. +When used in an Access-Reject, it is the failure message. It MAY +indicate a dialog message to prompt the user before another +Access-Request attempt. +When used in an Access-Challenge, it MAY indicate a dialog message +to prompt the user for a response. +Multiple Reply-Message's MAY be included and if any are displayed, +they MUST be displayed in the same order as they appear in the packet. +A summary of the Reply-Message Attribute format is shown below. The +fields are transmitted from left to right." +
+
+Close Window +
+
+ + -- 2.39.5