458
| Reference
ClearPass Guest 3.9 | Deployment Guide
NwaDigitsPassword($len)
NwaDigitsPassword($len)
Generates digit-only passwords of at least $len characters in length.
NwaDynamicLoad
NwaDynamicLoad($func)
Loads the PHP function
$func
for use in the current expression or code block. Returns true if the function
exists (that is, the function is already present or was loaded successfully), or false if the function does not
exist.
NwaGeneratePictureString
NwaGeneratePictureString($string)
Creates a password based on a format string. For details on the special characters recognized in $string,
See
“Format Picture String Symbols”
in this chapter.
NwaGenerateRandomPasswordMix
NwaGenerateRandomPasswordMix($password_len, $lower = 1, $upper = 1, $digit = 1,
$symbol = -1)
Generates a random password that meets a certain minimum complexity requirement.
$password_len
specifies the total length in characters of the generated password. The password
returned will be at least
$upper + $lower + $digit + $symbol
characters in length. Any length
beyond the required minimum will be made up of any allowed characters.
$lower
specifies the minimum number of lowercase characters to include, or -1 to not use any
lowercase characters.
$upper
specifies the minimum number of uppercase characters to include, or -1 to not use any
uppercase characters.
$digit
specifies the minimum number of digits to include, or -1 to not use any digits.
$symbol
specifies the minimum number of symbol characters to include, or -1 to not use any symbol or
punctuation characters.
NwaLettersDigitsPassword
NwaLettersDigitsPassword($len)
Generates an alpha-numeric password of
$len
characters in length consisting of lowercase letters and
digits.
NwaLettersPassword
NwaLettersPassword($len)
Generates a password of
$len
characters in length consisting of lowercase letters.
NwaMoneyFormat
NwaMoneyFormat($amount, $format = null)
Attempting to use an undefined function will result in a PHP Fatal Error. Use this function before using any of the
standard Nwa…() functions.
Summary of Contents for ClearPass Guest 3.9
Page 1: ...ClearPass Guest 3 9 Deployment Guide ...
Page 32: ...32 Management Overview ClearPass Guest 3 9 Deployment Guide ...
Page 178: ...178 RADIUS Services ClearPass Guest 3 9 Deployment Guide ...
Page 316: ...316 Guest Management ClearPass Guest 3 9 Deployment Guide ...
Page 410: ...410 Administrator Tasks ClearPass Guest 3 9 Deployment Guide ...
Page 414: ...414 Administrator Tasks ClearPass Guest 3 9 Deployment Guide ...
Page 423: ...ClearPass Guest 3 9 Deployment Guide Hotspot Manager 423 ...
Page 440: ...440 High Availability Services ClearPass Guest 3 9 Deployment Guide ...
Page 518: ...518 Index ClearPass Guest 3 9 Deployment Guide ...