Alan DeKok <aland@deployingradius.com> w dniu 11.09.2019, o godz. 20:48:
The point of using a new version is *not* just to use the binary. But *also* to look at the updated documentation and configuration examples.
So you've wasted days of time and many message just to realize that you're *not* looking at the updated examples as I suggested.
I use eap.conf file which was located in mods-available after building the server: # -*- text -*- ## ## eap.conf -- Configuration for EAP types (PEAP, TTLS, etc.) ## ## $Id: 36849e10f284fa34d43fd0d31358dd2699758625 $ ####################################################################### Now when I compared it with content of eap.conf in git folder, is of different version: # -*- text -*- ## ## eap.conf -- Configuration for EAP types (PEAP, TTLS, etc.) ## ## $Id: a89a783663588017b12bcc076362e728261ba8f2 $ ####################################################################### And obviously, this file has it: store { Tunnel-Private-Group-Id } } It looks like, that was the source of my problem. Now I need to compare/check all conf files...