-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
defectcategory: a defect or misbehaviourcategory: a defect or misbehaviour
Description
What type of defect/bug is this?
Crash
How can the issue be reproduced?
The :: addition to enum names via commit 17d725e- was also to the non-commented default.
Attempt to run build and run container with default config.
This should be reverted back to the following to ensure FreeRADIUS runs with default configuration files:
DEFAULT Framed-Protocol == PPP
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobson-TCP-IP
Configuration File: freeradius-server\raddb\mods-config\files\authorize
Log output from the FreeRADIUS daemon
/etc/freeradius/mods-config/files/authorize[141]: Parse error (check) for entry DEFAULT: Unknown or invalid value "::PPP" for attribute Framed-Protocol
Failed reading /etc/freeradius/mods-config/files/authorize
/etc/freeradius/mods-enabled/files[9]: Instantiation failed for module "files"Relevant log output from client utilities
No response
Backtrace from LLDB or GDB
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
defectcategory: a defect or misbehaviourcategory: a defect or misbehaviour