NetXMS Support Forum

English Support => General Support => Topic started by: Lostavar on October 14, 2008, 01:52:35 PM

Title: Help for RADIUS authentication needed
Post by: Lostavar on October 14, 2008, 01:52:35 PM
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?
Title: Re: Help for RADIUS authentication needed
Post by: Victor Kirhenshtein on October 14, 2008, 06:53:40 PM
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
Title: Re: Help for RADIUS authentication needed
Post by: Lostavar on October 14, 2008, 07:09:26 PM
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).