Hi, and thanks for answer !Well, in my 'user' file I added DEFAULT Auth-Type := eap2
then execution failed with seg fault :# Executing section authorize from file /home/gilles/freeradius-server-2.2.3/etc/raddb/sites-enabled/default
+group authorize {
[suffix] No '@' in User-Name = "usera", looking up realm NULL[files] users: Matched entry DEFAULT at line 196
[suffix] No such realm "NULL"
++[suffix] = noop
++[files] = okFound Auth-Type = eap2
++[expiration] = noop
++[logintime] = noop
+} # group authorize = ok
# Executing group from file /home/gilles/freeradius-server-2.2.3/etc/raddb/sites-enabled/default
+group eap2 {
Erreur de segmentation (core dumped)looking forward for the dump, seems not to be generated by default
2014-02-18 20:39 GMT+01:00 Alan DeKok <aland@deployingradius.com>:
Bourgeois gilles wrote:The main EAP module doesn't implement EAP-PSK.
> i am willing to experiment openPAN/Panatiki implementation , thus using
> eap-psk .
> I build and run the whole thing using cooja and openpaa
> then, regarding Radiusd and OpenPana user manual I've been told to use
> eap2 :
> # module has no "authorize" section.*
> May be I don't know who to follow the instruction from
> experimental.conf, which says :
> * You MUST force
> # the server to choose "eap2" for authentication, because this
>In the "users" file:
> How do I do that ?
DEFAULT Auth-Type := eap2
This configuration will make all other authentication methods fail.
But it's fine for testing EAP2.
Alan DeKok.