Help for RADIUS authentication needed

Started by Lostavar, October 14, 2008, 01:52:35 PM

Previous topic - Next topic

Lostavar

Hello,

I want to configure RADIUS-authentication for login-users. I already have 1 Windows 2003 RADIUS-Server and NetXMS running on another Windows 2003 server.
Could anyone give me detailed instructions, please?

Victor Kirhenshtein

Hi!

To authenticate NetXMS users via RADIUS, you should do the following:

1. Add NetXMS server's IP address to the list of RADIUS server clients

2. Set NetXMS server configuration parameters (via Control Panel -> Server Configuration):
RADIUSServer - IP address of your RADIUS server;
RADIUSPort - port used by RADIUS server (usually 1645 or 1812);
RADIUSSecret - secret you have set when added NetXMS server as RADIS client.

3. Create users with same login names as in Active Directory, and set authentication method in user's properties to "RADIUS".

And then RADIUS authentication should work :)

Best regards,
Victor

Lostavar

Thanks, works great.
The problem was that I have to wait serveral minutes after defining any new user (I think NetXms-Server needs to be synchronized with RADIUS-server).