User's Manual

198 | Configuration Dell Networking W-ClearPass Guest 6.4 | User Guide
Field Description
Terms
of Use
URL
(Optional) URL of a terms and conditions page provided to sponsors. You may upload an HTML file
describing the terms and conditions of use by using the Content Manager (See "Managing Content:
Private Files and Public Files" on page 189). If this file is called terms.html, then the Terms of Use URL
should be public/terms.html.
l If your site is hosted externally, be sure the proper access control lists (ACLs) are in place.
l If terms are required, it is best practice to edit the terms field on you forms to a UI type "hidden" and
an initial value of 1.
Active
Sessions
(Optional) Default maximum number of active sessions that should be allowed for a guest account. This
may be overridden by using the simultaneous_use field when creating or editing a guest account.
About
Guest
Network
Access
(Optional) Allows the text displayed to operators on the Guest Manager start page to be customized, or
removed (if a single hyphen “-” is entered).
About Fields, Forms, and Views
l A field is a named item of information. It may be used to display information to a user as static text, or it
may be an interactive field where a user can select an option or enter text.
l A form is a group of fields that is used to collect information from an operator.
l A view is a grouping of fields that is used to display information to an operator.
Business Logic for Account Creation
When guest accounts are created, there are certain rules that must be followed in order to create a valid
account. These rules apply to all accounts, regardless of how the account was created.
The business logic rules that control all guest account creation are described below. To see the display name
corresponding to a field name, go to Configuration > Pages > Fields and scroll to the field name. Display
names are shown in the Column Title column.
For information on customizing fields, see "Customizing Fields" on page 206.
Verification Properties
l creator_accept_terms: This field must be set to 1, indicating the creator has accepted the terms of use for
creating the account. If the field is not present or is not set to 1, the visitor account is not created.
l password2: If this field is specified, its value must be equal to the password” field, or else the visitor
account is not created.
l auto_update_account: If this field is present and set to a non-zero value, account creation will not fail if
the username already exists – any changes will be merged into the existing account using an update instead.
Basic User Properties
l username: This field is the name for the visitor account and may be provided directly. If this field is not
specified, then use the email address from the email field, and if that is also not specified, then randomly
generate a username (according to the value of the random_username_method and random_
username_length fields).
l modify_password: This field controls password modification for the visitor account. It may be set to one of
these values:
n “reset” to randomly generate a new password according to the values of the random_password_
method and random_password_length fields