From: kkalev Date: Fri, 18 Jul 2003 16:18:45 +0000 (+0000) Subject: Add 3 more help pages from Stadler Karel for Service-Type... X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=82eb35ce85266f0934e7f4132b8f412238ce9006;p=freeradius-dialup-admin.git Add 3 more help pages from Stadler Karel for Service-Type,Framed-Protocol and Filter-ID --- diff --git a/Changelog b/Changelog index 1f25523..a0a1e89 100644 --- a/Changelog +++ b/Changelog @@ -32,6 +32,7 @@ Ver 1.63: * Escape " in login_time create page before parsing the login-time string * Add Service-Type in user_edit.attrs * In user_finger page if $user is NULL then set it to   +* Add 3 more help pages from Stadler Karel for Service-Type,Framed-Protocol and Filter-ID 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 f627389..711c0ce 100644 --- a/conf/user_edit.attrs +++ b/conf/user_edit.attrs @@ -6,15 +6,15 @@ # #Auth-Type Auth Type #Simultaneous-Use Simultaneous Use -Framed-Protocol Protocol +Framed-Protocol Protocol Framed-IP-Address IP Address Framed-IP-Netmask IP Netmask #Framed-Route Route #Framed-Routing -#Filter-Id +#Filter-Id Filter ID Framed-MTU MTU Framed-Compression Compression Used -Service-Type Service Type +Service-Type Service Type #Login-IP-Host #Login-Service #Login-TCP-Port diff --git a/htdocs/help/filter_id_help.html b/htdocs/help/filter_id_help.html new file mode 100644 index 0000000..f86ffb2 --- /dev/null +++ b/htdocs/help/filter_id_help.html @@ -0,0 +1,38 @@ + + +Framed-Id Help Page + + + +
+ + + + + +
+ + +
Filter-Id Help Page 
+
+ + + + +
+
+
+
+  This Attribute indicates the name of the filter list for this
+  user. Zero or more Filter-Id attributes MAY be sent in an
+  Access-Accept packet.
+
+  Identifying a filter list by name allows the filter to be used on
+  different NASes without regard to filter-list implementation
+  details.  
+
+Close Window +
+
+ + diff --git a/htdocs/help/framed_protocol_help.html b/htdocs/help/framed_protocol_help.html new file mode 100644 index 0000000..a4ce762 --- /dev/null +++ b/htdocs/help/framed_protocol_help.html @@ -0,0 +1,42 @@ + + +Framed Protocol Help Page + + + +
+ + + + + +
+ + +
Framed Protocol Help Page 
+
+ + + + +
+
+
+
+  This Attribute indicates the framing to be used for framed access.
+  It MAY be used in both Access-Request and Access-Accept packets.
+
+  Possible values are:
+
+ 1 PPP
+ 2 SLIP
+ 3 AppleTalk Remote Access Protocol (ARAP)
+ 4 Gandalf proprietary SingleLink/Multilink protocol
+ 5 Xylogics proprietary IPX/SLIP
+ 6 X.75 Synchronous
+
+Close Window +
+
+ + diff --git a/htdocs/help/service_type_help.html b/htdocs/help/service_type_help.html new file mode 100644 index 0000000..d8dcf60 --- /dev/null +++ b/htdocs/help/service_type_help.html @@ -0,0 +1,81 @@ + + +Service-Type Help Page + + + +
+ + + + + +
+ + +
Service-Type Help Page 
+
+ + + + +
+
+
+
+  This Attribute indicates the type of service the user has
+  requested, or the type of service to be provided. It MAY be used
+  in both Access-Request and Access-Accept packets. A NAS is not
+  required to implement all of these service types, and MUST treat
+  unknown or unsupported Service-Types as though an Access-Reject
+  had been received instead.
+
+  Possible values are.
+
+1 Login
+2 Framed
+3 Callback Login
+4 Callback Framed
+5 Outbound
+6 Administrative
+7 NAS Prompt
+8 Authenticate Only
+9 Callback NAS Prompt
+
+  The service types are defined as follows when used in an Access-
+  Accept.  When used in an Access-Request, they should be considered
+  to be a hint to the RADIUS server that the NAS has reason to
+  believe the user would prefer the kind of service indicated, but
+  the server is not required to honor the hint.
+
+      Login               The user should be connected to a host.
+      Framed              A Framed Protocol should be started for the
+                          User, such as PPP or SLIP.
+      Callback Login      The user should be disconnected and called
+                          back, then connected to a host.
+      Callback Framed     The user should be disconnected and called
+                          back, then a Framed Protocol should be started
+                          for the User, such as PPP or SLIP.
+      Outbound            The user should be granted access to outgoing
+                          devices.
+      Administrative      The user should be granted access to the
+                          administrative interface to the NAS from which
+                          privileged commands can be executed.
+      NAS Prompt          The user should be provided a command prompt
+                          on the NAS from which non-privileged commands
+                          can be executed.
+      Authenticate Only   Only Authentication is requested, and no
+                          authorization information needs to be returned
+                          in the Access-Accept (typically used by proxy
+                          servers rather than the NAS itself).
+      Callback NAS Prompt The user should be disconnected and called
+                          back, then provided a command prompt on the
+                          NAS from which non-privileged commands can be
+                          executed.
+
+
+Close Window +
+
+ + diff --git a/html/user_admin.html.php3 b/html/user_admin.html.php3 index a3f9e5a..35de6ff 100644 --- a/html/user_admin.html.php3 +++ b/html/user_admin.html.php3 @@ -191,6 +191,21 @@ print << $descr +EOM; +if ($logged_now){ + print << + + Clear Current Session + + + + + +EOM; +} + +print <<