Chapter 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customizing the public access interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Chapter 6
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 136 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Message file
The functions GetAuthenticationErrorMessage() and GetSessionStateMessage() are
used in various internal pages to return a string from the file “message.txt”. You can
customize the messages in this file for your installation. See
“Customizing the internal
pages” on page 114
for instructions on loading a custom message file.
The default message file contains the following messages:
# CN3xxx Message file
# The messages in this file are returned by the following two functions:
# - GetSessionStateMessage();
# - GetAuthenticationErrorMessage();
#
# To customize these messages, edit the text between quotes only.
# Messages returned by GetAuthenticationErrorMessage();
# The customer logged out, but no URL for the Goodbye page was defined..
err-msg-logout-no-goodbye-url = "You have been logged out."
# The customer login was rejected by the server, but the no URL for the
# Login Error page was defined. The rejection may be due to any
# number of factors and depends on how access is granted by the server.
# Possible causes include: invalid username or password, no more connection
# time available, account expired.
err-msg-login-refused = "Your login was refused."
# The CN3xxx encountered an abnormal condition.
# This error message should not appear in the course of normal operations.
err-msg-internal-error = "Network access error. Code = "
# The maximum number of customers are already connected to the CN3xxx.
err-msg-max-user-reached = "No connection is currently available. Please try again later."
# The customer is already logged in.
err-msg-already-logged-in = "The username you specified is already logged in."
# The customer's password is longer that the limit of 127 characters.
err-msg-password-too-long = "The password you specified is too long."
# The customer's username is longer than the limit of 127 characters
err-msg-username-too-long = "The username you specified is too long."
# This only occurs during the short periods when the CN3xxx is in the process
# of authenticating itself to the RADIUS server.
err-msg-service-initializing = "The service is initializing, please try again later."
# The customer did not provide a username.
err-msg-missing-username = "You did not provide a username."
# The CN3xxx could not authenticate the customer because no reply was received from the RADIUS
server.
# The network may be down or the server itself may be down.
err-msg-login-timeout = "You cannot be logged in at this time. Please try again later."
# The CN3xxx could not authenticate the customer because there is no RADIUS server spcified in the
# the configuration. In the management, go to the Security > Radius page and enter the address of
your RADIUS Server.
err-msg-missing-aaa-servers = "Incomplete configuration: You must configure at least one RADIUS
Server."
# This only occurs when the CN3xxx is not able to reach the RADIUS servers anymore to authenticate
the customers.
err-msg-lost-service = "The Service is down, please try again later."
# Messages returned by GetSessionStateMessage();
# The customer is logged in. (MAC address has been verified.)
stat-logged-in = "Logged in."
# The customer's computer is not replying to ARP request or has changed its MAC address.
stat-lost-carrier = "Logged out. Computer was unreachable."
# The customer's session has been idle for too long
stat-idle-timeout = "Logged out. (Idle timeout.)"
Summary of Contents for CN3000
Page 1: ...CN3000 Administrator s Guide...
Page 8: ...Table of Contents 8...
Page 60: ...Chapter 2 How it works Chapter 2 60...
Page 94: ...Chapter 4 Scenarios Chapter 4 94...
Page 106: ...Chapter 5 Activating the public access interface Chapter 5 106...
Page 211: ...Chapter 10 SSL certificates Chapter 10 211...
Page 292: ...Chapter 13 The configuration file Chapter 13 292...
Page 370: ...Chapter 16 Sample setup Microsoft RADIUS Chapter 16 370...
Page 396: ...Chapter 16 Sample setup Microsoft RADIUS Chapter 16 396...
Page 414: ...Chapter 17 Experimenting with NOC authentication Chapter 17 414...