Deployment Guide

Field Description
be set to the value recur’. The value of this field should be a relative time
measurement, indicated with a plus sign; for example “+15 days” or “+2 months”.
password_last_change
Integer. The time that the guest’s password was last changed. The password
change time is specified as a UNIX timestamp. This field is automatically updated
with the current time when the guest changes their password using the self-
service portal.
random_password
String. This field contains a randomly-generated password. This field is set when
modifying an account (guest_edit form).
random_password_length
String. The length, in characters, of randomly generated account passwords.
l For nwa_words_password, the random_password_length is the maximum
length of the random words to use. Two random words will be used to create
the password, joined together with a small number (up to 2 digits).
l For nwa_picture_password, the random_password_length is ignored.
random_password_
method
String. Identifier specifying how passwords are to be created. It may be one of the
following identifiers:
l nwa_digits_password to create a password using random digits. The length of
the password is specified by the random_password_length field.
l nwa_letters_password to create a password using random lowercase letters
(a through z). The length of the password is specified by the random_
password_length field.
l nwa_lettersdigits_password to create a password using random lowercase
letters and digits (a through z and 0 through 9). The length of the password is
specified by the random_password_length field.
l nwa_alnum_password to create a password using a combination of random
digits, uppercase letters and lowercase letters (a-z, A-Z and 0-9). The length of
the password is specified by the random_password_length field.
l nwa_strong_password to create a password using a combination of digits,
uppercase letters, lowercase letters, and some punctuation. Certain characters
are omitted from the password. The length of the password is specified by the
random_password_length field.
l nwa_complex_password to create a complex password string which contains
uppercase letters, lowercase letters, digits and symbol characters.
l nwa_complexity_password is dynamic and matches your complexity setting
for password generation. For example, if you require your passwords to have
both letters and digits, then this validator will confirm that the password has at
least one of each.
l nwa_words_password to create a random password using a combination of
two randomly-selected words and a number between 1 and 99. The maximum
length of each of the randomly-selected words is specified by the random_
password_length field.
l nwa_picture_password to create a password using the format string specified
by the random_password_picture field.
random_password_picture
String. The format string to use when creating a random password, if random_
password_method is set to “nwa_picture_password”.
random_username_length
The length, in characters, of randomly generated account usernames.
l For nwa_words_password, the random_username_length is the maximum
length of the random words to use. Two random words will be used to create
the username, joined together with a small number (up to 2 digits).
l For nwa_picture_password, the random_username_length is ignored.
l For nwa_sequence, the random_username_length is the length of the
sequence number in the username; the sequence number will be zero-
Dell Networking W-ClearPass Guest 6.3 | User Guide Reference | 515