3 Jun
2010
3 Jun
'10
10:05 a.m.
Alexander Clouter <alex@digriz.org.uk> writes:
The 'No information to cache' means you do not have anything useful (for example 'User-Name') in the reply packet.
Makes sense.
In the post-auth of my inner-eap virtual server I have added: ---- post-auth { ... # needed for TTLS cache update reply { User-Name := "%{request:User-Name}" } ... } ----
That should fix your problem.
Thanks. Looks like something for the default config/documentation with that comment included. Bjørn