Difference between revisions of "UM::User Management"

1,419 bytes added ,  13:51, 3 November 2012
no edit summary
(Created page with "{{DISPLAYTITLE:User Management}} = Introduction = NetXMS has it's own user database. All NetXMS user accounts stored in backend SQL database. Each account has it's own unique ...")
 
Line 112: Line 112:
| View alarms || View alarms with this object as source.
| View alarms || View alarms with this object as source.
|}
|}
= User Authentication =
== Internal Password ==
This is the default method for user authentication. Password provided by user compared against password stored in NetXMS database.
== RADIUS ==
If RADIUS authentication method selected password provided by user sent to [http://en.wikipedia.org/wiki/RADIUS RADIUS] server for validation. User is granted access if RADIUS server responds with Access-Accept. Communication between NetXMS server and RADIUS server controlled by the following server configuration variables:
{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| RADIUSNumRetries || The number of retries for RADIUS authentication. || 5
|-
| RADIUSPort || Port number used for connection to primary RADIUS server. || 1645
|-
| RADIUSSecondaryPort || Port number used for connection to secondary RADIUS server. || 1645
|-
| RADIUSSecondarySecret || Shared secret used for communication with secondary RADIUS server. || netxms
|-
| RADIUSSecondaryServer || Host name or IP address of secondary RADIUS server. || none
|-
| RADIUSSecret || Shared secret used for communication with primary RADIUS server. || netxms
|-
| RADIUSServer || Host name or IP address of primary RADIUS server. || none
|-
| RADIUSTimeout || Timeout in seconds for requests to RADIUS server || 3
|}
Changes to these configuration variables becomes effective immediately and does not require NetXMS server restart.


= Managing User Accounts =
= Managing User Accounts =
683

edits