User's Manual

510 | Reference Dell Networking W-ClearPass Guest 6.4 | User Guide
Field Description
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-
padded. For example, specifying a length of 4 will result in sequence
numbers 0001, 0002, etc.
random_username_
method
String. Identifier specifying how usernames are to be created. It may be one of
the following identifiers:
l nwa_sequence to assign sequential usernames. In this case, the multi_
prefix field is used as the prefix for the username, followed by a sequential
number; the number of digits is specified by the random_username_length
field.
l nwa_picture_password to create a random username using the format