User Manual Part 1
User’s Guide Version 1.0
Parameters Sent to WAS
Parameters that are send to the external server (WAS) using the remote user authentication method
(UAM).
Parameter Description Comments
nasid NAS server ID value
Can be specified under the
network interface | RADIUS |
RADIUS settings menu
nasip WAN IP address for WAS
Can be changed or specified
under the network interface |
configuration | interface
configuration menu.
clientip Client IP address Cannot be defined manually.
mac Client MAC address Cannot be defined manually.
ourl
Initial URL where not authorized client enter to
his/her browser and tries to browse. After
authentication the client is redirected in this URL
Optional.
sslport HTTPS port number of AC (by default: 443). Not configurable.
lang
Parameter "accept-language" from client browser
request
Optional.
The IP address of the LAN interface the user is
connected to.
Can be changed or specified
under the network interface |
configuration | interface
configuration menu.
Lanip
In order to logon, log-off or get user status WAS submits POST request to the following URLs:
1. Remote user logon
Script name: pplogon.user
Parameters:
secret shared secret, to protect page from accidental use
ip IP address of user to be logged on.
username Username of the user to be logged on.
password Password of the user to be logged on.
All parameters are required.
Script call example:
https://BW1330/pplogon.user?secret=sharedSecret&ip=<user_IP_address>&userna
me=userName&password=UserPassword
Script produces XML output:
<logon>
<status>Ok</status>
<error>0</error>
<description>User logged on.</description>
<replymessage>Hello user!</replymessage>
</logon>
Response status and error codes:
status error description
OK 0 User is logged on.
Not checked 100 Logon information not checked.
No IP 101 No user IP address supplied.
BROWAN Page
35