On Aug 7, 2021, at 8:00 AM, Valery Kayukov <kayukovvalery@gmail.com> wrote:
I am new to the freeRADIUS project. Can't start my server, it return error message: Sat Aug 7 11:48:24 2021 : Debug: # Instantiating module "files" from file /etc/raddb/mods-enabled/files Sat Aug 7 11:48:24 2021 : Debug: reading pairlist file /etc/raddb/mods-config/files/authorize Sat Aug 7 11:48:24 2021 : Error: /etc/raddb/mods-config/files/authorize[10]: Parse error (check) for entry DEFAULT: Unknown name "LDAP-Group"
You haven't enabled the LDAP module. Or, depending on the local file system, you may need to edit radiusd.conf to load the "ldap" module early: instantiate { ... ldap } This is documented in the comments before the "instantiate" section. Alan DeKok.