Would it be possible to add group authentication to the radius as in the observium?
Hi,
It is documented here:
https://docs.librenms.org/Extensions/Authentication/#radius-authentication
But I setup the radius auth in Apache config for my install.
######################################################################
# Modifications to the httpd.conf file for mod_auth_radius.c
# written by Alan DeKok <[email protected] >
#
# Version: $Id$
#
######################################################################
#
# These configuration options should be ADDED to the httpd.conf file
# for your site.
#
######################################################################
######################################################################
#
# Tell Apache to load the module.
#
LoadModule radius_auth_module libexec/mod_auth_radius.so
# the path to the module file will depend on your Apache installation, e.g.
This file has been truncated. show original
Hope that may help you =)
Hi,
I have no problem with configuring access via radius server, but with defining groups from radius server. Radius server support is not as good as in the program from which LibreNMS is derived.