Crap, default? (I'm ducking now). I looked at:
http://wiki.freeradius.org/modules/Rlm_cache but besides what is written in the module itself, I haven't touched a lot. I would like to default to writing everything to the MySQL database (authN, authZ attributes, etc); really anything that can possibly collected, that is what I need in order to correctly set policies, forklift the new solution into production and migrate off of the current RSA solution [eventually].
cache {
key = "%{User-Name}"
ttl = 10
epoch = 0
add_stats = no
update {
reply:Reply-Message += reply:Reply-Message
reply:Reply-Message += "Cache last updated at %t"
reply:Class := "%{randstr:ssssssssssssssssssssssssssssssss}"
}
}