Parse error (check) for entry DEFAULT: Unknown name "LDAP-Group"

Alan DeKok aland at deployingradius.com
Sat Aug 7 15:44:01 CEST 2021


On Aug 7, 2021, at 8:00 AM, Valery Kayukov <kayukovvalery at 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.




More information about the Freeradius-Users mailing list