dictionary files 'encrypt' option
Hi, There are a few dictionary files in /freeradius-1.1.6/share/ directory. Some of the Attributes have 'encrypt' option with values 1 or 2. I tried putting 'encrypt=2' for an attribute in a packet that was meant to be proxied on port 1814. But after giving this value, the packet is being sent on 1812. I wanted to know what these values mean, and what are the other values that can be given. Can someone please help me with this? Thanks! Regards, - Kedar
Gaonkar, Kedar wrote:
There are a few dictionary files in /freeradius-1.1.6/share/ directory. Some of the Attributes have 'encrypt' option with values 1 or 2.
I tried putting 'encrypt=2' for an attribute in a packet that was meant to be proxied on port 1814. But after giving this value, the packet is being sent on 1812.
Uh, no. The server doesn't work like that. The code that handles the encryption of attributes is completely independent of the code that does proxying.
I wanted to know what these values mean, and what are the other values that can be given. Can someone please help me with this?
$ man dictionary Alan DeKok.
participants (2)
-
Alan DeKok -
Gaonkar, Kedar