15 Dec
2014
15 Dec
'14
7:45 a.m.
On Dec 14, 2014, at 11:04 PM, Eric Geier <egeier@onspottechs.com> wrote:
Anyway to call the secret from incoming auth request with the raw module, like %{raw:secret}?
The “raw” module isn’t distributed with the server, for a number of good reasons. The intention behind the “raw” module is to use it when you have dynamic clients. i.e. when no secret exists for the client. The attribute contents are used to look the secret up in a database. So that’s how you get the secret. Alan DeKok.