3 Feb
2009
3 Feb
'09
1:29 p.m.
Is there a Variable for the shared secret used in the request packets? Thanks, Eric.
3 Feb
3 Feb
1:46 p.m.
Eric Geier wrote:
Is there a Variable for the shared secret used in the request packets?
%{client:secret} *Anything* in the client section can be referenced this way: clients.conf: client foo { ipaddr = 1.2.3.4 secret = testing123 the_beatles = cool } authorize, etc.: if ("%{client:the_beatles}" == "cool") { ... } Alan DeKok.
6364
Age (days ago)
6364
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Eric Geier