# # Minimal radiusd.conf for testing keywords # raddb = raddb modconfdir = ${raddb}/mods-config correct_escapes = true # Only for testing! # Setting this on a production system is a BAD IDEA. security { allow_vulnerable_openssl = yes } modules { $INCLUDE ${raddb}/mods-enabled/always $INCLUDE ${raddb}/mods-enabled/pap $INCLUDE ${raddb}/mods-enabled/expr } server default { authorize { update control { Cleartext-Password := 'hello' } pap } authenticate { pap } }