guides:reference:lookup_password
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:reference:lookup_password [2020/01/23 08:47] – yspeerte | guides:reference:lookup_password [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Lookup Password ====== | ||
+ | |||
+ | The " | ||
+ | |||
+ | The password settings are available for ' | ||
+ | |||
+ | === Consec === | ||
+ | < | ||
+ | < | ||
+ | <= 2 | ||
+ | </ | ||
+ | no more than 2 identical consecutive characters | ||
+ | </ | ||
+ | |||
+ | === Default_age === | ||
+ | < | ||
+ | < | ||
+ | 60 | ||
+ | </ | ||
+ | The default password expiry age | ||
+ | </ | ||
+ | |||
+ | === Grace_logins === | ||
+ | < | ||
+ | < | ||
+ | 2 | ||
+ | </ | ||
+ | The number of logins allowed when password is expired | ||
+ | </ | ||
+ | |||
+ | === History === | ||
+ | < | ||
+ | < | ||
+ | 12 | ||
+ | </ | ||
+ | Check new password against history for repetitions. Set history to 12 | ||
+ | </ | ||
+ | |||
+ | === Lower === | ||
+ | < | ||
+ | < | ||
+ | >= 1 | ||
+ | </ | ||
+ | at least 1 lowercase character | ||
+ | </ | ||
+ | |||
+ | === MaxChars === | ||
+ | < | ||
+ | < | ||
+ | <= 20 | ||
+ | </ | ||
+ | no more than 20 chars | ||
+ | </ | ||
+ | |||
+ | === MinChars === | ||
+ | < | ||
+ | < | ||
+ | >= 8 | ||
+ | </ | ||
+ | at least 8 characters | ||
+ | </ | ||
+ | |||
+ | === MonthEnd === | ||
+ | < | ||
+ | < | ||
+ | <= 12 | ||
+ | </ | ||
+ | no trailing month numbers allowed ([0]1-12) | ||
+ | </ | ||
+ | |||
+ | === MonthStart === | ||
+ | < | ||
+ | < | ||
+ | <= 12 | ||
+ | </ | ||
+ | no leading month numbers allowed ([0]1-12) | ||
+ | </ | ||
+ | |||
+ | === Numbers === | ||
+ | < | ||
+ | < | ||
+ | >= 1 | ||
+ | </ | ||
+ | at least 1 digit | ||
+ | </ | ||
+ | |||
+ | === Realm === | ||
+ | < | ||
+ | < | ||
+ | CRC | ||
+ | </ | ||
+ | The Realm value is used in calculating the MD5. If a change is desired, it should be done before creating the users. | ||
+ | Calculates MD5 from: < | ||
+ | </ | ||
+ | |||
+ | === Spaces === | ||
+ | < | ||
+ | < | ||
+ | <= 3 | ||
+ | </ | ||
+ | no spaces allowed | ||
+ | </ | ||
+ | |||
+ | === Special === | ||
+ | < | ||
+ | < | ||
+ | >= 0 | ||
+ | </ | ||
+ | at least 1 special char | ||
+ | </ | ||
+ | |||
+ | === Unique === | ||
+ | < | ||
+ | < | ||
+ | >= 5 | ||
+ | </ | ||
+ | at least 5 unique characters | ||
+ | </ | ||
+ | |||
+ | === Upper === | ||
+ | < | ||
+ | < | ||
+ | >= 1 | ||
+ | </ | ||
+ | at least 1 uppercase character | ||
+ | </ | ||
+ | |||
+ | === Warn_age === | ||
+ | < | ||
+ | < | ||
+ | 7 | ||
+ | </ | ||
+ | The number of days to warn before the password will expire | ||
+ | </ | ||
+ | |||