BW1254 User Guide v1.0
Nov. 2013
Page 166 of 184
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 | RADIUS Properties
menu
nasip
WAN IP address for WAS
Can be changed or specified
under the
Network | Interface
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.
Lanip
The IP address of the LAN interface the user is
connected to.
Can be changed or specified
under the
Network | Interface
menu.
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://P720/pplogon.user?secret=sharedSecret&ip=<user_IP_address>&username
=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.
No username
102
No username supplied.