Difference between revisions of "UM::User Management"

615 bytes added ,  14:15, 3 November 2012
Line 118: Line 118:


This is the default method for user authentication. Password provided by user compared against password stored in NetXMS database.
This is the default method for user authentication. Password provided by user compared against password stored in NetXMS database.
=== Password Policy ===
Various restrictions can be put on internal passwords to force users to choose stronger passwords. The following server configuration variables controls password policy:
{| class="wikitable"
|-
! Variable !! Description !! Default Value
|-
| PasswordComplexity || Set of flags to enforce password complexity. || 0
|-
| PasswordExpiration || Password expiration time in days. If set to 0, password expiration is disabled. || 0
|-
| PasswordHistoryLength || Number of previous passwords to keep. Users are not allowed to set password if it matches one from previous passwords list. || 0
|}


== RADIUS ==
== RADIUS ==
683

edits