Problem with ntlm_auth between freeradius 3.0 and Samba 4 AD
Hello, First of all, sorry for my english if there is some mistakes. I'm trying to set up an authentication between a freeradius 3.0 server and a Samba 4 AD using ntlm_auth. I apply the configuration from deployingradius.com/documents/configuration/active_directory.html but i got an error when testing with the "radtest -t mschap user passwd 127.0.0.1 0 testing123" command. Here is the issue of the freeradius -X debug : (11) Received Access-Request Id 115 from 127.0.0.1:60705 to 127.0.0.1:1812 length 143 (11) User-Name = "dupalutb@esiee.fr" (11) NAS-IP-Address = 127.0.1.1 (11) NAS-Port = 0 (11) Message-Authenticator = 0xe7c32a18a131310841e6f149e528647b (11) MS-CHAP-Challenge = 0x9aa1c8732f3e45a9 (11) MS-CHAP-Response = 0x0001000000000000000000000000000000000000000000000000c93d69617f9ccbf98d1b673b2d75a401034e14ac56100964 (11) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (11) authorize { (11) if (!(User-Name =~ /@/)){ (11) if (!(User-Name =~ /@/)) -> FALSE (11) if (User-Name =~ /@$/){ (11) if (User-Name =~ /@$/) -> FALSE (11) if (User-Name =~ /@.+?@/){ (11) if (User-Name =~ /@.+?@/) -> FALSE (11) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (11) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (11) if (User-Name =~ /@[\\.-]/){ (11) if (User-Name =~ /@[\\.-]/) -> FALSE (11) if (User-Name =~ /@.+?[\\.-]$/){ (11) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (11) if (User-Name =~ /@[^\\.]+$/){ (11) if (User-Name =~ /@[^\\.]+$/) -> FALSE (11) if (User-Name =~ /@.+?\\.\\./){ (11) if (User-Name =~ /@.+?\\.\\./) -> FALSE (11) if (User-Name =~ /@myabc\\.com$/i){ (11) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (11) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (11) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (11) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (11) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (11) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (11) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (11) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (11) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (11) if (User-Name =~ /@\\.?ac\\.uk$/i){ (11) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (11) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (11) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (11) [preprocess] = ok (11) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (11) auth_log: --> /var/log/freeradius/radacct/ 127.0.0.1/auth-detail-20180703 (11) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/127.0.0.1/auth-detail-20180703 (11) auth_log: EXPAND %t (11) auth_log: --> Tue Jul 3 17:36:31 2018 (11) [auth_log] = ok (11) policy operator-name.authorize { (11) if ("%{client:Operator-Name}") { (11) EXPAND %{client:Operator-Name} (11) --> (11) if ("%{client:Operator-Name}") -> FALSE (11) } # policy operator-name.authorize = ok (11) policy cui.authorize { (11) if ("%{client:add_cui}" == 'yes') { (11) EXPAND %{client:add_cui} (11) --> (11) if ("%{client:add_cui}" == 'yes') -> FALSE (11) } # policy cui.authorize = ok (11) [chap] = noop (11) mschap: Found MS-CHAP attributes. Setting 'Auth-Type = mschap' (11) [mschap] = ok (11) [digest] = noop (11) suffix: Checking for suffix after "@" (11) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (11) suffix: Found realm "esiee.fr" (11) suffix: Adding Stripped-User-Name = "dupalutb" (11) suffix: Adding Realm = "esiee.fr" (11) suffix: Authentication realm is LOCAL (11) [suffix] = ok (11) eap: No EAP-Message, not doing EAP (11) [eap] = noop (11) files: users: Matched entry DEFAULT at line 1 (11) [files] = ok (11) [expiration] = noop (11) [logintime] = noop (11) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type (11) pap: WARNING: Authentication will fail unless a "known good" password is available (11) [pap] = noop (11) } # authorize = ok (11) Found Auth-Type = mschap (11) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (11) authenticate { (11) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password (11) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password (11) mschap: Client is using MS-CHAPv1 with NT-Password (11) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication (11) mschap: ERROR: MS-CHAP2-Response is incorrect (11) [mschap] = reject (11) } # authenticate = reject (11) Failed to authenticate the user (11) Using Post-Auth-Type Reject (11) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (11) Post-Auth-Type REJECT { (11) attr_filter.access_reject: EXPAND %{User-Name} (11) attr_filter.access_reject: --> dupalutb@esiee.fr (11) attr_filter.access_reject: Matched entry DEFAULT at line 11 (11) [attr_filter.access_reject] = updated (11) [eap] = noop (11) policy remove_reply_message_if_eap { (11) if (&reply:EAP-Message && &reply:Reply-Message) { (11) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (11) else { (11) [noop] = noop (11) } # else = noop (11) } # policy remove_reply_message_if_eap = noop (11) } # Post-Auth-Type REJECT = updated (11) Delaying response for 1.000000 seconds Waking up in 0.3 seconds. Waking up in 0.6 seconds. (11) Sending delayed response (11) Sent Access-Reject Id 115 from 127.0.0.1:1812 to 127.0.0.1:60705 length 61 (11) MS-CHAP-Error = "\000E=691 R=1 C=32c072eb4937c259 V=2" Waking up in 3.9 seconds. (11) Cleaning up request packet ID 115 with timestamp +545 It seems that radius try to use mschap authentication method instead of ntlm_auth. Where did i make a mistake ? Thanks in advance for your suggestions. Regards , *Benjamin Dupalut* Administrateur système et réseau Service des Moyens Informatiques Généraux (SMIG) ESIEE Paris 2 bd Blaise Pascal - 93162 Noisy-le-Grand Cedex T : +33 1 45 92 66 17 benjamin.dupalut@esiee.fr www.esiee.fr / www.cci-paris-idf.fr
On Jul 3, 2018, at 11:49 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:,
First of all, sorry for my english if there is some mistakes.
It's fine.
I'm trying to set up an authentication between a freeradius 3.0 server and a Samba 4 AD using ntlm_auth.
I apply the configuration from deployingradius.com/documents/configuration/active_directory.html
See the section titles "Configuring FreeRADIUS to use ntlm_auth"
but i got an error when testing with the "radtest -t mschap user passwd 127.0.0.1 0 testing123" command.
Here is the issue of the freeradius -X debug :
(11) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password (11) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password
(11) mschap: Client is using MS-CHAPv1 with NT-Password (11) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication (11) mschap: ERROR: MS-CHAP2-Response is incorrect
It's still trying to use Cleartext-Password. You need to configure it to use ntlm_auth. Alan DeKok.
Hi, Thank you for your answer. Now i got an other issue : #radtest user@esiee.fr password localhost 0 testing123 #freeradius -X (0) Received Access-Request Id 174 from 127.0.0.1:58869 to 127.0.0.1:1812 length 87 (0) User-Name = "user@esiee.fr" (0) User-Password = "password" (0) NAS-IP-Address = 127.0.1.1 (0) NAS-Port = 0 (0) Message-Authenticator = 0xf6bf2c5fbe1b23a895a81494fbfbd709 (0) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authorize { (0) if (!(User-Name =~ /@/)){ (0) if (!(User-Name =~ /@/)) -> FALSE (0) if (User-Name =~ /@$/){ (0) if (User-Name =~ /@$/) -> FALSE (0) if (User-Name =~ /@.+?@/){ (0) if (User-Name =~ /@.+?@/) -> FALSE (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (0) if (User-Name =~ /@[\\.-]/){ (0) if (User-Name =~ /@[\\.-]/) -> FALSE (0) if (User-Name =~ /@.+?[\\.-]$/){ (0) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (0) if (User-Name =~ /@[^\\.]+$/){ (0) if (User-Name =~ /@[^\\.]+$/) -> FALSE (0) if (User-Name =~ /@.+?\\.\\./){ (0) if (User-Name =~ /@.+?\\.\\./) -> FALSE (0) if (User-Name =~ /@myabc\\.com$/i){ (0) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@\\.?ac\\.uk$/i){ (0) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (0) [preprocess] = ok (0) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (0) auth_log: --> /var/log/freeradius/radacct/ 127.0.0.1/auth-detail-20180704 (0) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/127.0.0.1/auth-detail-20180704 (0) auth_log: EXPAND %t (0) auth_log: --> Wed Jul 4 10:19:14 2018 (0) [auth_log] = ok (0) policy operator-name.authorize { (0) if ("%{client:Operator-Name}") { (0) EXPAND %{client:Operator-Name} (0) --> (0) if ("%{client:Operator-Name}") -> FALSE (0) } # policy operator-name.authorize = ok (0) policy cui.authorize { (0) if ("%{client:add_cui}" == 'yes') { (0) EXPAND %{client:add_cui} (0) --> (0) if ("%{client:add_cui}" == 'yes') -> FALSE (0) } # policy cui.authorize = ok (0) [chap] = noop (0) [mschap] = noop (0) [digest] = noop (0) suffix: Checking for suffix after "@" (0) suffix: Looking up realm "esiee.fr" for User-Name = "user@esiee.fr" (0) suffix: Found realm "esiee.fr" (0) suffix: Adding Stripped-User-Name = "user" (0) suffix: Adding Realm = "esiee.fr" (0) suffix: Authentication realm is LOCAL (0) [suffix] = ok (0) eap: No EAP-Message, not doing EAP (0) [eap] = noop (0) files: users: Matched entry DEFAULT at line 1 (0) [files] = ok (0) [expiration] = noop (0) [logintime] = noop (0) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type (0) pap: WARNING: Authentication will fail unless a "known good" password is available (0) [pap] = noop (0) } # authorize = ok (0) Found Auth-Type = ntlm_auth (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authenticate { *(0) ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{mschap:User-Name} --password=%{User-Password}:(0) ntlm_auth: EXPAND --username=%{mschap:User-Name}(0) ntlm_auth: --> --username=user@esiee.fr <user@esiee.fr>(0) ntlm_auth: EXPAND --password=%{User-Password}(0) ntlm_auth: --> --password=password(0) ntlm_auth: ERROR: Program returned code (1) and output 'NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)'(0) [ntlm_auth] = reject* (0) } # authenticate = reject (0) Failed to authenticate the user (0) Using Post-Auth-Type Reject (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) Post-Auth-Type REJECT { (0) attr_filter.access_reject: EXPAND %{User-Name} (0) attr_filter.access_reject: --> user@esiee.fr (0) attr_filter.access_reject: Matched entry DEFAULT at line 11 (0) [attr_filter.access_reject] = updated (0) [eap] = noop (0) policy remove_reply_message_if_eap { (0) if (&reply:EAP-Message && &reply:Reply-Message) { (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (0) else { (0) [noop] = noop (0) } # else = noop (0) } # policy remove_reply_message_if_eap = noop (0) } # Post-Auth-Type REJECT = updated (0) Delaying response for 1.000000 seconds Waking up in 0.2 seconds. Waking up in 0.7 seconds. (0) Sending delayed response (0) Sent Access-Reject Id 174 from 127.0.0.1:1812 to 127.0.0.1:58869 length 20 Waking up in 3.9 seconds. (0) Cleaning up request packet ID 174 with timestamp +6 The lines in bold shows that it try to authenticate via ntlm_auth by sending "user@esiee.fr" instead of "user". I try to use the "strip" option in the "esiee.fr" realm of proxy.conf but i still got the same error message : *realm esiee.fr <http://esiee.fr> { strip}* Thanks in advance for your suggestions. Regards, *Benjamin Dupalut* Administrateur système et réseau Service des Moyens Informatiques Généraux (SMIG) ESIEE Paris 2 bd Blaise Pascal - 93162 Noisy-le-Grand Cedex T : +33 1 45 92 66 17 benjamin.dupalut@esiee.fr www.esiee.fr / www.cci-paris-idf.fr Le mar. 3 juil. 2018 à 18:34, Alan DeKok <aland@deployingradius.com> a écrit :
On Jul 3, 2018, at 11:49 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:,
First of all, sorry for my english if there is some mistakes.
It's fine.
I'm trying to set up an authentication between a freeradius 3.0 server and a Samba 4 AD using ntlm_auth.
I apply the configuration from deployingradius.com/documents/configuration/active_directory.html
See the section titles "Configuring FreeRADIUS to use ntlm_auth"
but i got an error when testing with the "radtest -t mschap user passwd 127.0.0.1 0 testing123" command.
Here is the issue of the freeradius -X debug :
(11) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password (11) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password
(11) mschap: Client is using MS-CHAPv1 with NT-Password (11) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication (11) mschap: ERROR: MS-CHAP2-Response is incorrect
It's still trying to use Cleartext-Password. You need to configure it to use ntlm_auth.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jul 4, 2018, at 4:29 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:
Thank you for your answer.
Now i got an other issue :
#radtest user@esiee.fr password localhost 0 testing123
#freeradius -X ... *(0) ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{mschap:User-Name} --password=%{User-Password}:(0) ntlm_auth: EXPAND --username=%{mschap:User-Name}(0) ntlm_auth: --> --username=user@esiee.fr <user@esiee.fr>(0) ntlm_auth: EXPAND --password=%{User-Password}(0) ntlm_auth: --> --password=password(0)
You are not following the instructions on the web page. You've added a "(0)" after the string expansions. Why? e.g. --password=%{User-Password}(0) What's that? Why are you going out of your way to do things which the instructions say not to do? Please follow the instructions. If you do that, you WILL get it working. Alan DeKok.
you're using mschap:User-Name in the ntlm_auth - which will be the value provided by the client - rather than the value which is handled in logic, change that to Stripped-User-Name and it will be the stripped value you want. alan On 4 July 2018 at 16:44, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 4, 2018, at 4:29 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:
Thank you for your answer.
Now i got an other issue :
#radtest user@esiee.fr password localhost 0 testing123
#freeradius -X ... *(0) ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{mschap:User-Name} --password=%{User-Password}:(0) ntlm_auth: EXPAND --username=%{mschap:User-Name}(0) ntlm_auth: --> --username=user@esiee.fr <user@esiee.fr>(0) ntlm_auth: EXPAND --password=%{User-Password}(0) ntlm_auth: --> --password=password(0)
You are not following the instructions on the web page.
You've added a "(0)" after the string expansions. Why?
e.g. --password=%{User-Password}(0)
What's that? Why are you going out of your way to do things which the instructions say not to do?
Please follow the instructions. If you do that, you WILL get it working.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
In your smb.conf you configured the variable "ntlm auth = mschapv2-and-ntlmv2-only" or "ntlm auth = yes". Via kerberos is more secure than ntlm. On Wed, Jul 4, 2018 at 7:18 PM Alan Buxey <alan.buxey@gmail.com> wrote:
you're using mschap:User-Name in the ntlm_auth - which will be the value provided by the client - rather than the value which is handled in logic, change that to Stripped-User-Name and it will be the stripped value you want.
alan
On 4 July 2018 at 16:44, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 4, 2018, at 4:29 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:
Thank you for your answer.
Now i got an other issue :
#radtest user@esiee.fr password localhost 0 testing123
#freeradius -X ... *(0) ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{mschap:User-Name} --password=%{User-Password}:(0) ntlm_auth: EXPAND --username=%{mschap:User-Name}(0) ntlm_auth: --> --username=user@esiee.fr <user@esiee.fr>(0) ntlm_auth: EXPAND --password=%{User-Password}(0) ntlm_auth: --> --password=password(0)
You are not following the instructions on the web page.
You've added a "(0)" after the string expansions. Why?
e.g. --password=%{User-Password}(0)
What's that? Why are you going out of your way to do things which the instructions say not to do?
Please follow the instructions. If you do that, you WILL get it working.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Elias Pereira
Hi all, Thanks a lot for your help. *@Alan Dekok :*
You are not following the instructions on the web page.
You've added a "(0)" after the string expansions. Why?
e.g. --password=%{User-Password}(0)
What's that? Why are you going out of your way to do things which the instructions say not to do?
Please follow the instructions. If you do that, you WILL get it working.
I didn't added the "(0)" expression. I think when you copy/paste my freeradius -X output, the sequence number "(0)" move form the beginning of one line the the end of another. *@ Alan Buxey :*
you're using mschap:User-Name in the ntlm_auth - which will be the value provided by the client - rather than the value which is handled in logic, change that to " and it will be the stripped value you want.
I changed to "Stripped-User-Name" and it works now !! *ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{Stripped-User-Name} --password=%{User-Password}:ntlm_auth: EXPAND --username=%{Stripped-User-Name}ntlm_auth: --> --username=userntlm_auth: EXPAND --password=%{User-Password}ntlm_auth: --> --password=passwordntlm_auth: Program returned code (0) and output 'NT_STATUS_OK: Success (0x0)'ntlm_auth: Program executed successfully [ntlm_auth] = ok } # authenticate = ok**@ Elias Pereira* * :* *In your smb.conf you configured the variable "ntlm auth = mschapv2-and-ntlmv2-only" or "ntlm auth = yes". Via kerberos is more secure than ntlm.* Exact, on my PDC i got the "ntlm auth = yes" on the smb.conf. Can you, please, recommend some documentations about kerberos method ? Regards, *Benjamin Dupalut* Administrateur système et réseau Service des Moyens Informatiques Généraux (SMIG) ESIEE Paris 2 bd Blaise Pascal - 93162 Noisy-le-Grand Cedex T : +33 1 45 92 66 17 benjamin.dupalut@esiee.fr www.esiee.fr / www.cci-paris-idf.fr Le jeu. 5 juil. 2018 à 04:21, Elias Pereira <empbilly@gmail.com> a écrit :
In your smb.conf you configured the variable "ntlm auth = mschapv2-and-ntlmv2-only" or "ntlm auth = yes".
Via kerberos is more secure than ntlm.
On Wed, Jul 4, 2018 at 7:18 PM Alan Buxey <alan.buxey@gmail.com> wrote:
you're using mschap:User-Name in the ntlm_auth - which will be the value provided by the client - rather than the value which is handled in logic, change that to Stripped-User-Name and it will be the stripped value you want.
alan
On 4 July 2018 at 16:44, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 4, 2018, at 4:29 AM, Benjamin DUPALUT < benjamin.dupalut@esiee.fr> wrote:
Thank you for your answer.
Now i got an other issue :
#radtest user@esiee.fr password localhost 0 testing123
#freeradius -X ... *(0) ntlm_auth: Executing: /usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr <http://lan.esiee.fr> --username=%{mschap:User-Name} --password=%{User-Password}:(0) ntlm_auth: EXPAND --username=%{mschap:User-Name}(0) ntlm_auth: --> --username=user@esiee.fr <user@esiee.fr>(0) ntlm_auth: EXPAND --password=%{User-Password}(0) ntlm_auth: --> --password=password(0)
You are not following the instructions on the web page.
You've added a "(0)" after the string expansions. Why?
e.g. --password=%{User-Password}(0)
What's that? Why are you going out of your way to do things which the instructions say not to do?
Please follow the instructions. If you do that, you WILL get it working.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Elias Pereira - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi, Im' now trying to set up 802.1x Wi-Fi authentication on Cisco Wi-Fi access point trough Cisco Wireless Controller. While local radtest works fine, when trying to authenticate via the Wi-Fi access point i get these errors : root@radius:~# freeradius -X FreeRADIUS Version 3.0.12 Copyright (C) 1999-2016 The FreeRADIUS server project and contributors There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License For more information about these matters, see the file named COPYRIGHT Starting - reading configuration files ... including dictionary file /usr/share/freeradius/dictionary including dictionary file /usr/share/freeradius/dictionary.dhcp including dictionary file /usr/share/freeradius/dictionary.vqp including dictionary file /etc/freeradius/3.0/dictionary including configuration file /etc/freeradius/3.0/radiusd.conf including configuration file /etc/freeradius/3.0/proxy.conf including configuration file /etc/freeradius/3.0/clients.conf including files in directory /etc/freeradius/3.0/mods-enabled/ including configuration file /etc/freeradius/3.0/mods-enabled/cache_eap including configuration file /etc/freeradius/3.0/mods-enabled/soh including configuration file /etc/freeradius/3.0/mods-enabled/unpack including configuration file /etc/freeradius/3.0/mods-enabled/logintime including configuration file /etc/freeradius/3.0/mods-enabled/detail.log including configuration file /etc/freeradius/3.0/mods-enabled/exec including configuration file /etc/freeradius/3.0/mods-enabled/detail including configuration file /etc/freeradius/3.0/mods-enabled/chap including configuration file /etc/freeradius/3.0/mods-enabled/pap including configuration file /etc/freeradius/3.0/mods-enabled/files including configuration file /etc/freeradius/3.0/mods-enabled/digest including configuration file /etc/freeradius/3.0/mods-enabled/preprocess including configuration file /etc/freeradius/3.0/mods-enabled/echo including configuration file /etc/freeradius/3.0/mods-enabled/expiration including configuration file /etc/freeradius/3.0/mods-enabled/eduroam_logging including configuration file /etc/freeradius/3.0/mods-enabled/radutmp including configuration file /etc/freeradius/3.0/mods-enabled/mschap including configuration file /etc/freeradius/3.0/mods-enabled/ntlm_auth including configuration file /etc/freeradius/3.0/mods-enabled/sradutmp including configuration file /etc/freeradius/3.0/mods-enabled/utf8 including configuration file /etc/freeradius/3.0/mods-enabled/dynamic_clients including configuration file /etc/freeradius/3.0/mods-enabled/always including configuration file /etc/freeradius/3.0/mods-enabled/attr_filter including configuration file /etc/freeradius/3.0/mods-enabled/replicate including configuration file /etc/freeradius/3.0/mods-enabled/realm including configuration file /etc/freeradius/3.0/mods-enabled/expr including configuration file /etc/freeradius/3.0/mods-enabled/passwd including configuration file /etc/freeradius/3.0/mods-enabled/unix including configuration file /etc/freeradius/3.0/mods-enabled/eap including configuration file /etc/freeradius/3.0/mods-enabled/linelog including files in directory /etc/freeradius/3.0/policy.d/ including configuration file /etc/freeradius/3.0/policy.d/debug including configuration file /etc/freeradius/3.0/policy.d/operator-name including configuration file /etc/freeradius/3.0/policy.d/cui including configuration file /etc/freeradius/3.0/policy.d/control including configuration file /etc/freeradius/3.0/policy.d/filter including configuration file /etc/freeradius/3.0/policy.d/moonshot-targeted-ids including configuration file /etc/freeradius/3.0/policy.d/dhcp including configuration file /etc/freeradius/3.0/policy.d/canonicalization including configuration file /etc/freeradius/3.0/policy.d/cui.orig including configuration file /etc/freeradius/3.0/policy.d/abfab-tr including configuration file /etc/freeradius/3.0/policy.d/eap including configuration file /etc/freeradius/3.0/policy.d/accounting including files in directory /etc/freeradius/3.0/sites-enabled/ including configuration file /etc/freeradius/3.0/sites-enabled/inner-tunnel including configuration file /etc/freeradius/3.0/sites-enabled/eduroam including configuration file /etc/freeradius/3.0/sites-enabled/../eduroam-realm-checks.conf main { security { user = "freerad" group = "freerad" allow_core_dumps = no } name = "freeradius" prefix = "/usr" localstatedir = "/var" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" } main { name = "freeradius" prefix = "/usr" localstatedir = "/var" sbindir = "/usr/sbin" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" libdir = "/usr/lib/freeradius" radacctdir = "/var/log/freeradius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 16384 pidfile = "/var/run/freeradius/freeradius.pid" checkrad = "/usr/sbin/checkrad" debug_level = 0 proxy_requests = yes log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no colourise = yes msg_denied = "You are already logged in - access denied" } resources { } security { max_attributes = 200 reject_delay = 1.000000 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } realm ~.+$ { nostrip authhost = 195.220.94.130:1812 accthost = 195.220.94.130:1813 secret = <<< secret >>> } realm LOCAL { } realm esiee.fr { } home_server_pool my_auth_failover { type = fail-over home_server = localhost } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = <<< secret >>> proto = "*" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } client 195.220.94.130 { require_message_authenticator = no secret = <<< secret >>> shortname = "radtest.cru.fr" virtual_server = "eduroam" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 195.220.94.130. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.10 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF01" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.10. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.11 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF02" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.11. Please fix your configuration Support for old-style clients will be removed in a future release client 10.64.112.108 { require_message_authenticator = no secret = <<< secret >>> shortname = "ESIEE-SPARE2" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.64.112.108. Please fix your configuration Support for old-style clients will be removed in a future release Debugger not attached # Creating Auth-Type = ntlm_auth # Creating Auth-Type = mschap # Creating Auth-Type = eap # Creating Auth-Type = PAP # Creating Auth-Type = CHAP # Creating Auth-Type = MS-CHAP # Creating Auth-Type = digest radiusd: #### Instantiating modules #### modules { # Loaded module rlm_cache # Loading module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap cache cache_eap { driver = "rlm_cache_rbtree" key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}" ttl = 15 max_entries = 0 epoch = 0 add_stats = no } # Loaded module rlm_soh # Loading module "soh" from file /etc/freeradius/3.0/mods-enabled/soh soh { dhcp = yes } # Loaded module rlm_unpack # Loading module "unpack" from file /etc/freeradius/3.0/mods-enabled/unpack # Loaded module rlm_logintime # Loading module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime logintime { minimum_timeout = 60 } # Loaded module rlm_detail # Loading module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail auth_log { filename = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail reply_log { filename = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail pre_proxy_log { filename = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail post_proxy_log { filename = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_exec # Loading module "exec" from file /etc/freeradius/3.0/mods-enabled/exec exec { wait = no input_pairs = "request" shell_escape = yes timeout = 10 } # Loading module "detail" from file /etc/freeradius/3.0/mods-enabled/detail detail { filename = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_chap # Loading module "chap" from file /etc/freeradius/3.0/mods-enabled/chap # Loaded module rlm_pap # Loading module "pap" from file /etc/freeradius/3.0/mods-enabled/pap pap { normalise = yes } # Loaded module rlm_files # Loading module "files" from file /etc/freeradius/3.0/mods-enabled/files files { filename = "/etc/freeradius/3.0/mods-config/files/authorize" acctusersfile = "/etc/freeradius/3.0/mods-config/files/accounting" preproxy_usersfile = "/etc/freeradius/3.0/mods-config/files/pre-proxy" } # Loaded module rlm_digest # Loading module "digest" from file /etc/freeradius/3.0/mods-enabled/digest # Loaded module rlm_preprocess # Loading module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess preprocess { huntgroups = "/etc/freeradius/3.0/mods-config/preprocess/huntgroups" hints = "/etc/freeradius/3.0/mods-config/preprocess/hints" with_ascend_hack = no ascend_channels_per_line = 23 with_ntdomain_hack = no with_specialix_jetstream_hack = no with_cisco_vsa_hack = no with_alvarion_vsa_hack = no } # Loading module "echo" from file /etc/freeradius/3.0/mods-enabled/echo exec echo { wait = yes program = "/bin/echo %{User-Name}" input_pairs = "request" output_pairs = "reply" shell_escape = yes } # Loaded module rlm_expiration # Loading module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Loaded module rlm_linelog # Loading module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog f_ticks { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "f_ticks.%{%{reply:Packet-Type}:-format}" } # Loading module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog eduroam_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "eduroam_log.%{%{reply:Packet-Type}:-format}" } # Loading module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog inner_auth_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "inner_auth_log.%{%{reply:Packet-Type}:-format}" } # Loaded module rlm_radutmp # Loading module "radutmp" from file /etc/freeradius/3.0/mods-enabled/radutmp radutmp { filename = "/var/log/freeradius/radutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 384 caller_id = yes } # Loaded module rlm_mschap # Loading module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = yes passchange { } allow_retry = yes } # Loading module "ntlm_auth" from file /etc/freeradius/3.0/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr --username=%{Stripped-User-Name} --password=%{User-Password}" shell_escape = yes } # Loading module "sradutmp" from file /etc/freeradius/3.0/mods-enabled/sradutmp radutmp sradutmp { filename = "/var/log/freeradius/sradutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 420 caller_id = no } # Loaded module rlm_utf8 # Loading module "utf8" from file /etc/freeradius/3.0/mods-enabled/utf8 # Loaded module rlm_dynamic_clients # Loading module "dynamic_clients" from file /etc/freeradius/3.0/mods-enabled/dynamic_clients # Loaded module rlm_always # Loading module "reject" from file /etc/freeradius/3.0/mods-enabled/always always reject { rcode = "reject" simulcount = 0 mpp = no } # Loading module "fail" from file /etc/freeradius/3.0/mods-enabled/always always fail { rcode = "fail" simulcount = 0 mpp = no } # Loading module "ok" from file /etc/freeradius/3.0/mods-enabled/always always ok { rcode = "ok" simulcount = 0 mpp = no } # Loading module "handled" from file /etc/freeradius/3.0/mods-enabled/always always handled { rcode = "handled" simulcount = 0 mpp = no } # Loading module "invalid" from file /etc/freeradius/3.0/mods-enabled/always always invalid { rcode = "invalid" simulcount = 0 mpp = no } # Loading module "userlock" from file /etc/freeradius/3.0/mods-enabled/always always userlock { rcode = "userlock" simulcount = 0 mpp = no } # Loading module "notfound" from file /etc/freeradius/3.0/mods-enabled/always always notfound { rcode = "notfound" simulcount = 0 mpp = no } # Loading module "noop" from file /etc/freeradius/3.0/mods-enabled/always always noop { rcode = "noop" simulcount = 0 mpp = no } # Loading module "updated" from file /etc/freeradius/3.0/mods-enabled/always always updated { rcode = "updated" simulcount = 0 mpp = no } # Loaded module rlm_attr_filter # Loading module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.post-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/post-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.pre-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/pre-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_reject { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_reject" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_challenge { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_challenge" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.accounting_response { filename = "/etc/freeradius/3.0/mods-config/attr_filter/accounting_response" key = "%{User-Name}" relaxed = no } # Loaded module rlm_replicate # Loading module "replicate" from file /etc/freeradius/3.0/mods-enabled/replicate # Loaded module rlm_realm # Loading module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm realm IPASS { format = "prefix" delimiter = "/" ignore_default = no ignore_null = no } # Loading module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } # Loading module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm realm realmpercent { format = "suffix" delimiter = "%" ignore_default = no ignore_null = no } # Loading module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm realm ntdomain { format = "prefix" delimiter = "\\" ignore_default = no ignore_null = no } # Loaded module rlm_expr # Loading module "expr" from file /etc/freeradius/3.0/mods-enabled/expr expr { safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /äéöüàâæçèéêëîïôùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔÙÛÜ" } # Loaded module rlm_passwd # Loading module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd passwd etc_passwd { filename = "/etc/passwd" format = "*User-Name:Crypt-Password:" delimiter = ":" ignore_nislike = no ignore_empty = yes allow_multiple_keys = no hash_size = 100 } # Loaded module rlm_unix # Loading module "unix" from file /etc/freeradius/3.0/mods-enabled/unix unix { radwtmp = "/var/log/freeradius/radwtmp" } Creating attribute Unix-Group # Loaded module rlm_eap # Loading module "eap" from file /etc/freeradius/3.0/mods-enabled/eap eap { default_eap_type = "md5" timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no max_sessions = 16384 } # Loading module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog linelog { filename = "/var/log/freeradius/linelog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "This is a log message for %{User-Name}" reference = "messages.%{%{reply:Packet-Type}:-default}" } # Loading module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog linelog log_accounting { filename = "/var/log/freeradius/linelog-accounting" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}" } instantiate { } # Instantiating module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap rlm_cache (cache_eap): Driver rlm_cache_rbtree (module rlm_cache_rbtree) loaded and linked # Instantiating module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime # Instantiating module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail output # Instantiating module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "detail" from file /etc/freeradius/3.0/mods-enabled/detail # Instantiating module "pap" from file /etc/freeradius/3.0/mods-enabled/pap # Instantiating module "files" from file /etc/freeradius/3.0/mods-enabled/files reading pairlist file /etc/freeradius/3.0/mods-config/files/authorize reading pairlist file /etc/freeradius/3.0/mods-config/files/accounting reading pairlist file /etc/freeradius/3.0/mods-config/files/pre-proxy # Instantiating module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/huntgroups reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/hints # Instantiating module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Instantiating module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap rlm_mschap (mschap): using internal authentication # Instantiating module "reject" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "fail" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "ok" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "handled" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "invalid" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "userlock" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "notfound" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "noop" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "updated" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/post-proxy # Instantiating module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/pre-proxy # Instantiating module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_reject [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay" found in filter list for realm "DEFAULT". [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay-USec" found in filter list for realm "DEFAULT". # Instantiating module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_challenge # Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/accounting_response # Instantiating module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no # Instantiating module "eap" from file /etc/freeradius/3.0/mods-enabled/eap # Linked to sub-module rlm_eap_md5 # Linked to sub-module rlm_eap_leap # Linked to sub-module rlm_eap_gtc gtc { challenge = "Password: " auth_type = "PAP" } # Linked to sub-module rlm_eap_tls tls { tls = "tls-common" } tls-config tls-common { verify_depth = 0 ca_path = "/etc/freeradius/3.0/certs" pem_file_type = yes private_key_file = "/etc/ssl/private/ssl-cert-snakeoil.key" certificate_file = "/etc/ssl/certs/ssl-cert-snakeoil.pem" ca_file = "/etc/ssl/certs/ca-certificates.crt" private_key_password = <<< secret >>> dh_file = "/etc/freeradius/3.0/certs/dh" fragment_size = 1024 include_length = yes auto_chain = yes check_crl = no check_all_crl = no cipher_list = "DEFAULT" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 24 max_entries = 255 } verify { skip_if_ocsp_ok = no } ocsp { enable = no override_cert_url = yes url = "http://127.0.0.1/ocsp/" use_nonce = yes timeout = 0 softfail = no } } # Linked to sub-module rlm_eap_ttls ttls { tls = "tls-common" default_eap_type = "md5" copy_request_to_tunnel = yes use_tunneled_reply = yes virtual_server = "inner-tunnel" include_length = yes require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_peap peap { tls = "tls-common" default_eap_type = "mschapv2" copy_request_to_tunnel = yes use_tunneled_reply = yes proxy_tunneled_request_as_eap = yes virtual_server = "inner-tunnel" soh = no require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_mschapv2 mschapv2 { with_ntdomain_hack = no send_error = no } # Instantiating module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog # Instantiating module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog } # modules radiusd: #### Loading Virtual Servers #### server { # from file /etc/freeradius/3.0/radiusd.conf } # server server inner-tunnel { # from file /etc/freeradius/3.0/sites-enabled/inner-tunnel # Loading authenticate {...} # Loading authorize {...} Ignoring "sql" (see raddb/mods-available/README.rst) Ignoring "ldap" (see raddb/mods-available/README.rst) # Loading session {...} # Loading post-proxy {...} # Loading post-auth {...} } # server inner-tunnel server eduroam { # from file /etc/freeradius/3.0/sites-enabled/eduroam # Loading authenticate {...} # Loading authorize {...} # Loading preacct {...} # Loading accounting {...} # Loading pre-proxy {...} # Loading post-proxy {...} # Loading post-auth {...} } # server eduroam radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = 127.0.0.1 port = 18120 } listen { type = "auth" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "acct" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } Listening on auth address 127.0.0.1 port 18120 bound to server inner-tunnel Listening on auth address * port 1812 bound to server eduroam Listening on acct address * port 1813 bound to server eduroam Listening on proxy address * port 59637 Ready to process requests (0) Received Access-Request Id 82 from 10.250.80.11:32777 to 147.215.150.39:1812 length 295 (0) User-Name = "dupalutb@esiee.fr" (0) Chargeable-User-Identity = 0x00 (0) Location-Capable = Civix-Location (0) Calling-Station-Id = "c0-ee-fb-df-41-6f" (0) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (0) NAS-Port = 13 (0) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (0) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (0) NAS-IP-Address = 10.250.80.11 (0) NAS-Identifier = "DC1-B13-WIF01" (0) Airespace-Wlan-Id = 3 (0) Service-Type = Framed-User (0) Framed-MTU = 1300 (0) NAS-Port-Type = Wireless-802.11 (0) Tunnel-Type:0 = VLAN (0) Tunnel-Medium-Type:0 = IEEE-802 (0) Tunnel-Private-Group-Id:0 = "800" (0) EAP-Message = 0x0201001601647570616c7574624065736965652e6672 (0) Message-Authenticator = 0xe0545e1fb7b48c327e169a690dd77164 (0) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authorize { (0) if (!(User-Name =~ /@/)){ (0) if (!(User-Name =~ /@/)) -> FALSE (0) if (User-Name =~ /@$/){ (0) if (User-Name =~ /@$/) -> FALSE (0) if (User-Name =~ /@.+?@/){ (0) if (User-Name =~ /@.+?@/) -> FALSE (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (0) if (User-Name =~ /@[\\.-]/){ (0) if (User-Name =~ /@[\\.-]/) -> FALSE (0) if (User-Name =~ /@.+?[\\.-]$/){ (0) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (0) if (User-Name =~ /@[^\\.]+$/){ (0) if (User-Name =~ /@[^\\.]+$/) -> FALSE (0) if (User-Name =~ /@.+?\\.\\./){ (0) if (User-Name =~ /@.+?\\.\\./) -> FALSE (0) if (User-Name =~ /@myabc\\.com$/i){ (0) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@\\.?ac\\.uk$/i){ (0) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (0) [preprocess] = ok (0) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (0) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (0) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (0) auth_log: EXPAND %t (0) auth_log: --> Mon Jul 9 15:28:46 2018 (0) [auth_log] = ok (0) policy operator-name.authorize { (0) if ("%{client:Operator-Name}") { (0) EXPAND %{client:Operator-Name} (0) --> (0) if ("%{client:Operator-Name}") -> FALSE (0) } # policy operator-name.authorize = ok (0) policy cui.authorize { (0) if ("%{client:add_cui}" == 'yes') { (0) EXPAND %{client:add_cui} (0) --> (0) if ("%{client:add_cui}" == 'yes') -> FALSE (0) } # policy cui.authorize = ok (0) [chap] = noop (0) [mschap] = noop (0) [digest] = noop (0) suffix: Checking for suffix after "@" (0) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (0) suffix: Found realm "esiee.fr" (0) suffix: Adding Stripped-User-Name = "dupalutb" (0) suffix: Adding Realm = "esiee.fr" (0) suffix: Authentication realm is LOCAL (0) [suffix] = ok (0) eap: Peer sent EAP Response (code 2) ID 1 length 22 (0) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize (0) [eap] = ok (0) } # authorize = ok (0) Found Auth-Type = eap (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authenticate { (0) eap: Peer sent packet with method EAP Identity (1) (0) eap: Calling submodule eap_md5 to process data (0) eap_md5: Issuing MD5 Challenge (0) eap: Sending EAP Request (code 1) ID 2 length 22 (0) eap: EAP session adding &reply:State = 0x3c6a37ee3c683393 (0) [eap] = handled (0) } # authenticate = handled (0) Using Post-Auth-Type Challenge (0) Post-Auth-Type sub-section not found. Ignoring. (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) Sent Access-Challenge Id 82 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (0) EAP-Message = 0x0102001604108c6ad53a1d3e74c63566ebc88576d300 (0) Message-Authenticator = 0x00000000000000000000000000000000 (0) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (0) Finished request Waking up in 4.9 seconds. (1) Received Access-Request Id 83 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (1) User-Name = "dupalutb@esiee.fr" (1) Chargeable-User-Identity = 0x00 (1) Location-Capable = Civix-Location (1) Calling-Station-Id = "c0-ee-fb-df-41-6f" (1) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (1) NAS-Port = 13 (1) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (1) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (1) NAS-IP-Address = 10.250.80.11 (1) NAS-Identifier = "DC1-B13-WIF01" (1) Airespace-Wlan-Id = 3 (1) Service-Type = Framed-User (1) Framed-MTU = 1300 (1) NAS-Port-Type = Wireless-802.11 (1) Tunnel-Type:0 = VLAN (1) Tunnel-Medium-Type:0 = IEEE-802 (1) Tunnel-Private-Group-Id:0 = "800" (1) EAP-Message = 0x020200060319 (1) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (1) Message-Authenticator = 0x9d4b5cd6add19b2b8f809eefea3fae43 (1) session-state: No cached attributes (1) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authorize { (1) if (!(User-Name =~ /@/)){ (1) if (!(User-Name =~ /@/)) -> FALSE (1) if (User-Name =~ /@$/){ (1) if (User-Name =~ /@$/) -> FALSE (1) if (User-Name =~ /@.+?@/){ (1) if (User-Name =~ /@.+?@/) -> FALSE (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (1) if (User-Name =~ /@[\\.-]/){ (1) if (User-Name =~ /@[\\.-]/) -> FALSE (1) if (User-Name =~ /@.+?[\\.-]$/){ (1) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (1) if (User-Name =~ /@[^\\.]+$/){ (1) if (User-Name =~ /@[^\\.]+$/) -> FALSE (1) if (User-Name =~ /@.+?\\.\\./){ (1) if (User-Name =~ /@.+?\\.\\./) -> FALSE (1) if (User-Name =~ /@myabc\\.com$/i){ (1) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@\\.?ac\\.uk$/i){ (1) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (1) [preprocess] = ok (1) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (1) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (1) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (1) auth_log: EXPAND %t (1) auth_log: --> Mon Jul 9 15:28:46 2018 (1) [auth_log] = ok (1) policy operator-name.authorize { (1) if ("%{client:Operator-Name}") { (1) EXPAND %{client:Operator-Name} (1) --> (1) if ("%{client:Operator-Name}") -> FALSE (1) } # policy operator-name.authorize = ok (1) policy cui.authorize { (1) if ("%{client:add_cui}" == 'yes') { (1) EXPAND %{client:add_cui} (1) --> (1) if ("%{client:add_cui}" == 'yes') -> FALSE (1) } # policy cui.authorize = ok (1) [chap] = noop (1) [mschap] = noop (1) [digest] = noop (1) suffix: Checking for suffix after "@" (1) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (1) suffix: Found realm "esiee.fr" (1) suffix: Adding Stripped-User-Name = "dupalutb" (1) suffix: Adding Realm = "esiee.fr" (1) suffix: Authentication realm is LOCAL (1) [suffix] = ok (1) eap: Peer sent EAP Response (code 2) ID 2 length 6 (1) eap: No EAP Start, assuming it's an on-going EAP conversation (1) [eap] = updated (1) files: users: Matched entry DEFAULT at line 1 (1) [files] = ok (1) [expiration] = noop (1) [logintime] = noop (1) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type (1) pap: WARNING: Authentication will fail unless a "known good" password is available (1) [pap] = noop (1) } # authorize = updated (1) Found Auth-Type = eap (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authenticate { (1) eap: Expiring EAP session with state 0x3c6a37ee3c683393 (1) eap: Finished EAP session with state 0x3c6a37ee3c683393 (1) eap: Previous EAP request found for state 0x3c6a37ee3c683393, released from the list (1) eap: Peer sent packet with method EAP NAK (3) (1) eap: Found mutually acceptable type PEAP (25) (1) eap: Calling submodule eap_peap to process data (1) eap_peap: Initiating new EAP-TLS session (1) eap_peap: [eaptls start] = request (1) eap: Sending EAP Request (code 1) ID 3 length 6 (1) eap: EAP session adding &reply:State = 0x3c6a37ee3d692e93 (1) [eap] = handled (1) } # authenticate = handled (1) Using Post-Auth-Type Challenge (1) Post-Auth-Type sub-section not found. Ignoring. (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) Sent Access-Challenge Id 83 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (1) EAP-Message = 0x010300061920 (1) Message-Authenticator = 0x00000000000000000000000000000000 (1) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (1) Finished request Waking up in 4.9 seconds. (2) Received Access-Request Id 84 from 10.250.80.11:32777 to 147.215.150.39:1812 length 440 (2) User-Name = "dupalutb@esiee.fr" (2) Chargeable-User-Identity = 0x00 (2) Location-Capable = Civix-Location (2) Calling-Station-Id = "c0-ee-fb-df-41-6f" (2) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (2) NAS-Port = 13 (2) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (2) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (2) NAS-IP-Address = 10.250.80.11 (2) NAS-Identifier = "DC1-B13-WIF01" (2) Airespace-Wlan-Id = 3 (2) Service-Type = Framed-User (2) Framed-MTU = 1300 (2) NAS-Port-Type = Wireless-802.11 (2) Tunnel-Type:0 = VLAN (2) Tunnel-Medium-Type:0 = IEEE-802 (2) Tunnel-Private-Group-Id:0 = "800" (2) EAP-Message = 0x0203009519800000008b16030100860100008203036a64b027e052a36f2b8f341bfefa4737f19e57f5327936d9373c8bc38ec0b79200002ac02bc02fc02cc030cca9cca8c009c023c013c027c00ac024c014c028009c009d002f003c0035003d000a0100002fff0100010000170000000d0010000e0403 (2) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (2) Message-Authenticator = 0x1f4d0f193acd67f72ba030fd794c97c6 (2) session-state: No cached attributes (2) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authorize { (2) if (!(User-Name =~ /@/)){ (2) if (!(User-Name =~ /@/)) -> FALSE (2) if (User-Name =~ /@$/){ (2) if (User-Name =~ /@$/) -> FALSE (2) if (User-Name =~ /@.+?@/){ (2) if (User-Name =~ /@.+?@/) -> FALSE (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (2) if (User-Name =~ /@[\\.-]/){ (2) if (User-Name =~ /@[\\.-]/) -> FALSE (2) if (User-Name =~ /@.+?[\\.-]$/){ (2) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (2) if (User-Name =~ /@[^\\.]+$/){ (2) if (User-Name =~ /@[^\\.]+$/) -> FALSE (2) if (User-Name =~ /@.+?\\.\\./){ (2) if (User-Name =~ /@.+?\\.\\./) -> FALSE (2) if (User-Name =~ /@myabc\\.com$/i){ (2) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@\\.?ac\\.uk$/i){ (2) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (2) [preprocess] = ok (2) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (2) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (2) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (2) auth_log: EXPAND %t (2) auth_log: --> Mon Jul 9 15:28:46 2018 (2) [auth_log] = ok (2) policy operator-name.authorize { (2) if ("%{client:Operator-Name}") { (2) EXPAND %{client:Operator-Name} (2) --> (2) if ("%{client:Operator-Name}") -> FALSE (2) } # policy operator-name.authorize = ok (2) policy cui.authorize { (2) if ("%{client:add_cui}" == 'yes') { (2) EXPAND %{client:add_cui} (2) --> (2) if ("%{client:add_cui}" == 'yes') -> FALSE (2) } # policy cui.authorize = ok (2) [chap] = noop (2) [mschap] = noop (2) [digest] = noop (2) suffix: Checking for suffix after "@" (2) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (2) suffix: Found realm "esiee.fr" (2) suffix: Adding Stripped-User-Name = "dupalutb" (2) suffix: Adding Realm = "esiee.fr" (2) suffix: Authentication realm is LOCAL (2) [suffix] = ok (2) eap: Peer sent EAP Response (code 2) ID 3 length 149 (2) eap: Continuing tunnel setup (2) [eap] = ok (2) } # authorize = ok (2) Found Auth-Type = eap (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authenticate { (2) eap: Expiring EAP session with state 0x3c6a37ee3d692e93 (2) eap: Finished EAP session with state 0x3c6a37ee3d692e93 (2) eap: Previous EAP request found for state 0x3c6a37ee3d692e93, released from the list (2) eap: Peer sent packet with method EAP PEAP (25) (2) eap: Calling submodule eap_peap to process data (2) eap_peap: Continuing EAP-TLS (2) eap_peap: Peer indicated complete TLS record size will be 139 bytes (2) eap_peap: Got complete TLS record (139 bytes) (2) eap_peap: [eaptls verify] = length included (2) eap_peap: (other): before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: <<< recv TLS 1.2 [length 0086] (2) eap_peap: TLS_accept: SSLv3/TLS read client hello (2) eap_peap: >>> send TLS 1.2 [length 003d] (2) eap_peap: TLS_accept: SSLv3/TLS write server hello (2) eap_peap: >>> send TLS 1.2 [length 02fa] (2) eap_peap: TLS_accept: SSLv3/TLS write certificate (2) eap_peap: >>> send TLS 1.2 [length 014d] (2) eap_peap: TLS_accept: SSLv3/TLS write key exchange (2) eap_peap: >>> send TLS 1.2 [length 0004] (2) eap_peap: TLS_accept: SSLv3/TLS write server done (2) eap_peap: TLS_accept: Need to read more data: SSLv3/TLS write server done (2) eap_peap: In SSL Handshake Phase (2) eap_peap: In SSL Accept mode (2) eap_peap: [eaptls process] = handled (2) eap: Sending EAP Request (code 1) ID 4 length 1004 (2) eap: EAP session adding &reply:State = 0x3c6a37ee3e6e2e93 (2) [eap] = handled (2) } # authenticate = handled (2) Using Post-Auth-Type Challenge (2) Post-Auth-Type sub-section not found. Ignoring. (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) Sent Access-Challenge Id 84 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (2) EAP-Message = 0x010403ec19c00000049c160303003d02000039030333e3503c3f12e124fb12ac07125c31ba805f2be8c54d92ca793250bed654617000c02f000011ff01000100000b0004030001020017000016030302fa0b0002f60002f30002f0308202ec308201d4a003020102020900d573b1cb3ba699a6300d0609 (2) Message-Authenticator = 0x00000000000000000000000000000000 (2) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (2) Finished request Waking up in 4.9 seconds. (3) Received Access-Request Id 85 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (3) User-Name = "dupalutb@esiee.fr" (3) Chargeable-User-Identity = 0x00 (3) Location-Capable = Civix-Location (3) Calling-Station-Id = "c0-ee-fb-df-41-6f" (3) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (3) NAS-Port = 13 (3) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (3) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (3) NAS-IP-Address = 10.250.80.11 (3) NAS-Identifier = "DC1-B13-WIF01" (3) Airespace-Wlan-Id = 3 (3) Service-Type = Framed-User (3) Framed-MTU = 1300 (3) NAS-Port-Type = Wireless-802.11 (3) Tunnel-Type:0 = VLAN (3) Tunnel-Medium-Type:0 = IEEE-802 (3) Tunnel-Private-Group-Id:0 = "800" (3) EAP-Message = 0x020400061900 (3) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (3) Message-Authenticator = 0x2cf23d59d8fa8af0fd1f3c6c54ede484 (3) session-state: No cached attributes (3) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authorize { (3) if (!(User-Name =~ /@/)){ (3) if (!(User-Name =~ /@/)) -> FALSE (3) if (User-Name =~ /@$/){ (3) if (User-Name =~ /@$/) -> FALSE (3) if (User-Name =~ /@.+?@/){ (3) if (User-Name =~ /@.+?@/) -> FALSE (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (3) if (User-Name =~ /@[\\.-]/){ (3) if (User-Name =~ /@[\\.-]/) -> FALSE (3) if (User-Name =~ /@.+?[\\.-]$/){ (3) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (3) if (User-Name =~ /@[^\\.]+$/){ (3) if (User-Name =~ /@[^\\.]+$/) -> FALSE (3) if (User-Name =~ /@.+?\\.\\./){ (3) if (User-Name =~ /@.+?\\.\\./) -> FALSE (3) if (User-Name =~ /@myabc\\.com$/i){ (3) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@\\.?ac\\.uk$/i){ (3) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (3) [preprocess] = ok (3) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (3) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (3) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (3) auth_log: EXPAND %t (3) auth_log: --> Mon Jul 9 15:28:46 2018 (3) [auth_log] = ok (3) policy operator-name.authorize { (3) if ("%{client:Operator-Name}") { (3) EXPAND %{client:Operator-Name} (3) --> (3) if ("%{client:Operator-Name}") -> FALSE (3) } # policy operator-name.authorize = ok (3) policy cui.authorize { (3) if ("%{client:add_cui}" == 'yes') { (3) EXPAND %{client:add_cui} (3) --> (3) if ("%{client:add_cui}" == 'yes') -> FALSE (3) } # policy cui.authorize = ok (3) [chap] = noop (3) [mschap] = noop (3) [digest] = noop (3) suffix: Checking for suffix after "@" (3) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (3) suffix: Found realm "esiee.fr" (3) suffix: Adding Stripped-User-Name = "dupalutb" (3) suffix: Adding Realm = "esiee.fr" (3) suffix: Authentication realm is LOCAL (3) [suffix] = ok (3) eap: Peer sent EAP Response (code 2) ID 4 length 6 (3) eap: Continuing tunnel setup (3) [eap] = ok (3) } # authorize = ok (3) Found Auth-Type = eap (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authenticate { (3) eap: Expiring EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Finished EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Previous EAP request found for state 0x3c6a37ee3e6e2e93, released from the list (3) eap: Peer sent packet with method EAP PEAP (25) (3) eap: Calling submodule eap_peap to process data (3) eap_peap: Continuing EAP-TLS (3) eap_peap: Peer ACKed our handshake fragment (3) eap_peap: [eaptls verify] = request (3) eap_peap: [eaptls process] = handled (3) eap: Sending EAP Request (code 1) ID 5 length 192 (3) eap: EAP session adding &reply:State = 0x3c6a37ee3f6f2e93 (3) [eap] = handled (3) } # authenticate = handled (3) Using Post-Auth-Type Challenge (3) Post-Auth-Type sub-section not found. Ignoring. (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) Sent Access-Challenge Id 85 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (3) EAP-Message = 0x010500c0190040f2d8e243c7dca17d7cc42ac4a24043d834c2ef80dd4786629997136f1813d87b1754934584e3697494fe75601139581f3268852f921aec3a7fe80fd9ad8c72e86f542c59e68c71215fa2cec04280a50bc861ba85f61c8791d24fe340d239cabb6ee00e914dca3d4768ae487acb8aab30 (3) Message-Authenticator = 0x00000000000000000000000000000000 (3) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (3) Finished request Waking up in 4.9 seconds. (4) Received Access-Request Id 86 from 10.250.80.11:32777 to 147.215.150.39:1812 length 427 (4) User-Name = "dupalutb@esiee.fr" (4) Chargeable-User-Identity = 0x00 (4) Location-Capable = Civix-Location (4) Calling-Station-Id = "c0-ee-fb-df-41-6f" (4) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (4) NAS-Port = 13 (4) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (4) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (4) NAS-IP-Address = 10.250.80.11 (4) NAS-Identifier = "DC1-B13-WIF01" (4) Airespace-Wlan-Id = 3 (4) Service-Type = Framed-User (4) Framed-MTU = 1300 (4) NAS-Port-Type = Wireless-802.11 (4) Tunnel-Type:0 = VLAN (4) Tunnel-Medium-Type:0 = IEEE-802 (4) Tunnel-Private-Group-Id:0 = "800" (4) EAP-Message = 0x0205008819800000007e160303004610000042410414837062191eaf396de2bf405b7e6e6dafb36b157ea69406ddc56c67309244bb4bd958087f0cbb5dce416f48de10eec896f5d9c115844644e76ef7a372e072c214030300010116030300280000000000000000808a75745dcc305f2d626cd02b9a72 (4) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (4) Message-Authenticator = 0x61f5558d3797c2cbaf9dec740999470b (4) session-state: No cached attributes (4) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authorize { (4) if (!(User-Name =~ /@/)){ (4) if (!(User-Name =~ /@/)) -> FALSE (4) if (User-Name =~ /@$/){ (4) if (User-Name =~ /@$/) -> FALSE (4) if (User-Name =~ /@.+?@/){ (4) if (User-Name =~ /@.+?@/) -> FALSE (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (4) if (User-Name =~ /@[\\.-]/){ (4) if (User-Name =~ /@[\\.-]/) -> FALSE (4) if (User-Name =~ /@.+?[\\.-]$/){ (4) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (4) if (User-Name =~ /@[^\\.]+$/){ (4) if (User-Name =~ /@[^\\.]+$/) -> FALSE (4) if (User-Name =~ /@.+?\\.\\./){ (4) if (User-Name =~ /@.+?\\.\\./) -> FALSE (4) if (User-Name =~ /@myabc\\.com$/i){ (4) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@\\.?ac\\.uk$/i){ (4) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (4) [preprocess] = ok (4) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (4) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (4) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (4) auth_log: EXPAND %t (4) auth_log: --> Mon Jul 9 15:28:46 2018 (4) [auth_log] = ok (4) policy operator-name.authorize { (4) if ("%{client:Operator-Name}") { (4) EXPAND %{client:Operator-Name} (4) --> (4) if ("%{client:Operator-Name}") -> FALSE (4) } # policy operator-name.authorize = ok (4) policy cui.authorize { (4) if ("%{client:add_cui}" == 'yes') { (4) EXPAND %{client:add_cui} (4) --> (4) if ("%{client:add_cui}" == 'yes') -> FALSE (4) } # policy cui.authorize = ok (4) [chap] = noop (4) [mschap] = noop (4) [digest] = noop (4) suffix: Checking for suffix after "@" (4) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (4) suffix: Found realm "esiee.fr" (4) suffix: Adding Stripped-User-Name = "dupalutb" (4) suffix: Adding Realm = "esiee.fr" (4) suffix: Authentication realm is LOCAL (4) [suffix] = ok (4) eap: Peer sent EAP Response (code 2) ID 5 length 136 (4) eap: Continuing tunnel setup (4) [eap] = ok (4) } # authorize = ok (4) Found Auth-Type = eap (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authenticate { (4) eap: Expiring EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Finished EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Previous EAP request found for state 0x3c6a37ee3f6f2e93, released from the list (4) eap: Peer sent packet with method EAP PEAP (25) (4) eap: Calling submodule eap_peap to process data (4) eap_peap: Continuing EAP-TLS (4) eap_peap: Peer indicated complete TLS record size will be 126 bytes (4) eap_peap: Got complete TLS record (126 bytes) (4) eap_peap: [eaptls verify] = length included (4) eap_peap: TLS_accept: SSLv3/TLS write server done (4) eap_peap: <<< recv TLS 1.2 [length 0046] (4) eap_peap: TLS_accept: SSLv3/TLS read client key exchange (4) eap_peap: TLS_accept: SSLv3/TLS read change cipher spec (4) eap_peap: <<< recv TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS read finished (4) eap_peap: >>> send TLS 1.2 [length 0001] (4) eap_peap: TLS_accept: SSLv3/TLS write change cipher spec (4) eap_peap: >>> send TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS write finished (4) eap_peap: (other): SSL negotiation finished successfully (4) eap_peap: SSL Connection Established (4) eap_peap: [eaptls process] = handled (4) eap: Sending EAP Request (code 1) ID 6 length 57 (4) eap: EAP session adding &reply:State = 0x3c6a37ee386c2e93 (4) [eap] = handled (4) } # authenticate = handled (4) Using Post-Auth-Type Challenge (4) Post-Auth-Type sub-section not found. Ignoring. (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) Sent Access-Challenge Id 86 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (4) EAP-Message = 0x0106003919001403030001011603030028c1f25236e0c596c1efb00e2846da7f7e171bb11a8607188e0fff02e71fd61e47a5e652577debeabb (4) Message-Authenticator = 0x00000000000000000000000000000000 (4) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (4) Finished request Waking up in 4.9 seconds. (5) Received Access-Request Id 87 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (5) User-Name = "dupalutb@esiee.fr" (5) Chargeable-User-Identity = 0x00 (5) Location-Capable = Civix-Location (5) Calling-Station-Id = "c0-ee-fb-df-41-6f" (5) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (5) NAS-Port = 13 (5) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (5) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (5) NAS-IP-Address = 10.250.80.11 (5) NAS-Identifier = "DC1-B13-WIF01" (5) Airespace-Wlan-Id = 3 (5) Service-Type = Framed-User (5) Framed-MTU = 1300 (5) NAS-Port-Type = Wireless-802.11 (5) Tunnel-Type:0 = VLAN (5) Tunnel-Medium-Type:0 = IEEE-802 (5) Tunnel-Private-Group-Id:0 = "800" (5) EAP-Message = 0x020600061900 (5) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (5) Message-Authenticator = 0x9e3042fec537da719747a42ae5b20aee (5) session-state: No cached attributes (5) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (5) authorize { (5) if (!(User-Name =~ /@/)){ (5) if (!(User-Name =~ /@/)) -> FALSE (5) if (User-Name =~ /@$/){ (5) if (User-Name =~ /@$/) -> FALSE (5) if (User-Name =~ /@.+?@/){ (5) if (User-Name =~ /@.+?@/) -> FALSE (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (5) if (User-Name =~ /@[\\.-]/){ (5) if (User-Name =~ /@[\\.-]/) -> FALSE (5) if (User-Name =~ /@.+?[\\.-]$/){ (5) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (5) if (User-Name =~ /@[^\\.]+$/){ (5) if (User-Name =~ /@[^\\.]+$/) -> FALSE (5) if (User-Name =~ /@.+?\\.\\./){ (5) if (User-Name =~ /@.+?\\.\\./) -> FALSE (5) if (User-Name =~ /@myabc\\.com$/i){ (5) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@\\.?ac\\.uk$/i){ (5) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (5) [preprocess] = ok (5) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (5) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (5) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (5) auth_log: EXPAND %t (5) auth_log: --> Mon Jul 9 15:28:46 2018 (5) [auth_log] = ok (5) policy operator-name.authorize { (5) if ("%{client:Operator-Name}") { (5) EXPAND %{client:Operator-Name} (5) --> (5) if ("%{client:Operator-Name}") -> FALSE (5) } # policy operator-name.authorize = ok (5) policy cui.authorize { (5) if ("%{client:add_cui}" == 'yes') { (5) EXPAND %{client:add_cui} (5) --> (5) if ("%{client:add_cui}" == 'yes') -> FALSE (5) } # policy cui.authorize = ok (5) [chap] = noop (5) [mschap] = noop (5) [digest] = noop (5) suffix: Checking for suffix after "@" (5) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (5) suffix: Found realm "esiee.fr" (5) suffix: Adding Stripped-User-Name = "dupalutb" (5) suffix: Adding Realm = "esiee.fr" (5) suffix: Authentication realm is LOCAL (5) [suffix] = ok (5) eap: Peer sent EAP Response (code 2) ID 6 length 6 (5) eap: Continuing tunnel setup (5) [eap] = ok (5) } # authorize = ok (5) Found Auth-Type = eap (5) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (5) authenticate { (5) eap: Expiring EAP session with state 0x3c6a37ee386c2e93 (5) eap: Finished EAP session with state 0x3c6a37ee386c2e93 (5) eap: Previous EAP request found for state 0x3c6a37ee386c2e93, released from the list (5) eap: Peer sent packet with method EAP PEAP (25) (5) eap: Calling submodule eap_peap to process data (5) eap_peap: Continuing EAP-TLS (5) eap_peap: Peer ACKed our handshake fragment. handshake is finished (5) eap_peap: [eaptls verify] = success (5) eap_peap: [eaptls process] = success (5) eap_peap: Session established. Decoding tunneled attributes (5) eap_peap: PEAP state TUNNEL ESTABLISHED (5) eap: Sending EAP Request (code 1) ID 7 length 40 (5) eap: EAP session adding &reply:State = 0x3c6a37ee396d2e93 (5) [eap] = handled (5) } # authenticate = handled (5) Using Post-Auth-Type Challenge (5) Post-Auth-Type sub-section not found. Ignoring. (5) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (5) Sent Access-Challenge Id 87 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (5) EAP-Message = 0x010700281900170303001dc1f25236e0c596c29688921a40bb3e2c6f2ba8ebcc75dd745022b6e071 (5) Message-Authenticator = 0x00000000000000000000000000000000 (5) State = 0x3c6a37ee396d2e93c2b2b741aca9ccb7 (5) Finished request Waking up in 4.9 seconds. (6) Received Access-Request Id 88 from 10.250.80.11:32777 to 147.215.150.39:1812 length 344 (6) User-Name = "dupalutb@esiee.fr" (6) Chargeable-User-Identity = 0x00 (6) Location-Capable = Civix-Location (6) Calling-Station-Id = "c0-ee-fb-df-41-6f" (6) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (6) NAS-Port = 13 (6) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (6) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (6) NAS-IP-Address = 10.250.80.11 (6) NAS-Identifier = "DC1-B13-WIF01" (6) Airespace-Wlan-Id = 3 (6) Service-Type = Framed-User (6) Framed-MTU = 1300 (6) NAS-Port-Type = Wireless-802.11 (6) Tunnel-Type:0 = VLAN (6) Tunnel-Medium-Type:0 = IEEE-802 (6) Tunnel-Private-Group-Id:0 = "800" (6) EAP-Message = 0x020700351900170303002a0000000000000001ea5e165a62fee8c7c4e0a6bd0e1185a8acc8e14eaea82895c17f860b61a55281b22d (6) State = 0x3c6a37ee396d2e93c2b2b741aca9ccb7 (6) Message-Authenticator = 0xfb2682fee7930fe942920bd335ddf239 (6) session-state: No cached attributes (6) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (6) authorize { (6) if (!(User-Name =~ /@/)){ (6) if (!(User-Name =~ /@/)) -> FALSE (6) if (User-Name =~ /@$/){ (6) if (User-Name =~ /@$/) -> FALSE (6) if (User-Name =~ /@.+?@/){ (6) if (User-Name =~ /@.+?@/) -> FALSE (6) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (6) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (6) if (User-Name =~ /@[\\.-]/){ (6) if (User-Name =~ /@[\\.-]/) -> FALSE (6) if (User-Name =~ /@.+?[\\.-]$/){ (6) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (6) if (User-Name =~ /@[^\\.]+$/){ (6) if (User-Name =~ /@[^\\.]+$/) -> FALSE (6) if (User-Name =~ /@.+?\\.\\./){ (6) if (User-Name =~ /@.+?\\.\\./) -> FALSE (6) if (User-Name =~ /@myabc\\.com$/i){ (6) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (6) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (6) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (6) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@\\.?ac\\.uk$/i){ (6) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (6) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (6) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (6) [preprocess] = ok (6) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (6) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (6) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (6) auth_log: EXPAND %t (6) auth_log: --> Mon Jul 9 15:28:46 2018 (6) [auth_log] = ok (6) policy operator-name.authorize { (6) if ("%{client:Operator-Name}") { (6) EXPAND %{client:Operator-Name} (6) --> (6) if ("%{client:Operator-Name}") -> FALSE (6) } # policy operator-name.authorize = ok (6) policy cui.authorize { (6) if ("%{client:add_cui}" == 'yes') { (6) EXPAND %{client:add_cui} (6) --> (6) if ("%{client:add_cui}" == 'yes') -> FALSE (6) } # policy cui.authorize = ok (6) [chap] = noop (6) [mschap] = noop (6) [digest] = noop (6) suffix: Checking for suffix after "@" (6) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (6) suffix: Found realm "esiee.fr" (6) suffix: Adding Stripped-User-Name = "dupalutb" (6) suffix: Adding Realm = "esiee.fr" (6) suffix: Authentication realm is LOCAL (6) [suffix] = ok (6) eap: Peer sent EAP Response (code 2) ID 7 length 53 (6) eap: Continuing tunnel setup (6) [eap] = ok (6) } # authorize = ok (6) Found Auth-Type = eap (6) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (6) authenticate { (6) eap: Expiring EAP session with state 0x3c6a37ee396d2e93 (6) eap: Finished EAP session with state 0x3c6a37ee396d2e93 (6) eap: Previous EAP request found for state 0x3c6a37ee396d2e93, released from the list (6) eap: Peer sent packet with method EAP PEAP (25) (6) eap: Calling submodule eap_peap to process data (6) eap_peap: Continuing EAP-TLS (6) eap_peap: [eaptls verify] = ok (6) eap_peap: Done initial handshake (6) eap_peap: [eaptls process] = ok (6) eap_peap: Session established. Decoding tunneled attributes (6) eap_peap: PEAP state WAITING FOR INNER IDENTITY (6) eap_peap: Identity - dupalutb@esiee.fr (6) eap_peap: Got inner identity 'dupalutb@esiee.fr' (6) eap_peap: Setting default EAP type for tunneled EAP session (6) eap_peap: Got tunneled request (6) eap_peap: EAP-Message = 0x0207001601647570616c7574624065736965652e6672 (6) eap_peap: Setting User-Name to dupalutb@esiee.fr (6) eap_peap: Sending tunneled request to inner-tunnel (6) eap_peap: EAP-Message = 0x0207001601647570616c7574624065736965652e6672 (6) eap_peap: FreeRADIUS-Proxied-To = 127.0.0.1 (6) eap_peap: User-Name = "dupalutb@esiee.fr" (6) eap_peap: Chargeable-User-Identity = 0x00 (6) eap_peap: Location-Capable = Civix-Location (6) eap_peap: Calling-Station-Id = "c0-ee-fb-df-41-6f" (6) eap_peap: Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (6) eap_peap: NAS-Port = 13 (6) eap_peap: Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (6) eap_peap: Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (6) eap_peap: NAS-IP-Address = 10.250.80.11 (6) eap_peap: NAS-Identifier = "DC1-B13-WIF01" (6) eap_peap: Airespace-Wlan-Id = 3 (6) eap_peap: Service-Type = Framed-User (6) eap_peap: Framed-MTU = 1300 (6) eap_peap: NAS-Port-Type = Wireless-802.11 (6) eap_peap: Tunnel-Type:0 = VLAN (6) eap_peap: Tunnel-Medium-Type:0 = IEEE-802 (6) eap_peap: Tunnel-Private-Group-Id:0 = "800" (6) eap_peap: Event-Timestamp = "Jul 9 2018 15:28:46 CEST" (6) Virtual server inner-tunnel received request (6) EAP-Message = 0x0207001601647570616c7574624065736965652e6672 (6) FreeRADIUS-Proxied-To = 127.0.0.1 (6) User-Name = "dupalutb@esiee.fr" (6) Chargeable-User-Identity = 0x00 (6) Location-Capable = Civix-Location (6) Calling-Station-Id = "c0-ee-fb-df-41-6f" (6) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (6) NAS-Port = 13 (6) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (6) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (6) NAS-IP-Address = 10.250.80.11 (6) NAS-Identifier = "DC1-B13-WIF01" (6) Airespace-Wlan-Id = 3 (6) Service-Type = Framed-User (6) Framed-MTU = 1300 (6) NAS-Port-Type = Wireless-802.11 (6) Tunnel-Type:0 = VLAN (6) Tunnel-Medium-Type:0 = IEEE-802 (6) Tunnel-Private-Group-Id:0 = "800" (6) Event-Timestamp = "Jul 9 2018 15:28:46 CEST" (6) WARNING: Outer and inner identities are the same. User privacy is compromised. (6) server inner-tunnel { (6) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (6) authorize { (6) policy filter_username { (6) if (&User-Name) { (6) if (&User-Name) -> TRUE (6) if (&User-Name) { (6) if (&User-Name =~ / /) { (6) if (&User-Name =~ / /) -> FALSE (6) if (&User-Name =~ /@[^@]*@/ ) { (6) if (&User-Name =~ /@[^@]*@/ ) -> FALSE (6) if (&User-Name =~ /\.\./ ) { (6) if (&User-Name =~ /\.\./ ) -> FALSE (6) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) { (6) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) -> FALSE (6) if (&User-Name =~ /\.$/) { (6) if (&User-Name =~ /\.$/) -> FALSE (6) if (&User-Name =~ /@\./) { (6) if (&User-Name =~ /@\./) -> FALSE (6) } # if (&User-Name) = notfound (6) } # policy filter_username = notfound (6) [chap] = noop (6) [mschap] = noop (6) suffix: Checking for suffix after "@" (6) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (6) suffix: Found realm "esiee.fr" (6) suffix: Adding Stripped-User-Name = "dupalutb" (6) suffix: Adding Realm = "esiee.fr" (6) suffix: Authentication realm is LOCAL (6) [suffix] = ok (6) update control { (6) &Proxy-To-Realm := LOCAL (6) } # update control = noop (6) eap: Peer sent EAP Response (code 2) ID 7 length 22 (6) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize (6) [eap] = ok (6) } # authorize = ok (6) Found Auth-Type = eap (6) # Executing group from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (6) authenticate { (6) eap: Peer sent packet with method EAP Identity (1) (6) eap: Calling submodule eap_mschapv2 to process data (6) eap_mschapv2: Issuing Challenge (6) eap: Sending EAP Request (code 1) ID 8 length 43 (6) eap: EAP session adding &reply:State = 0x37498e1f3741946e (6) [eap] = handled (6) } # authenticate = handled (6) } # server inner-tunnel (6) Virtual server sending reply (6) EAP-Message = 0x0108002b1a010800261012b3795acacd636fc866f01b6da297a9667265657261646975732d332e302e3132 (6) Message-Authenticator = 0x00000000000000000000000000000000 (6) State = 0x37498e1f3741946e4fa4b4cd36355b3d (6) eap_peap: Got tunneled reply code 11 (6) eap_peap: EAP-Message = 0x0108002b1a010800261012b3795acacd636fc866f01b6da297a9667265657261646975732d332e302e3132 (6) eap_peap: Message-Authenticator = 0x00000000000000000000000000000000 (6) eap_peap: State = 0x37498e1f3741946e4fa4b4cd36355b3d (6) eap_peap: Got tunneled reply RADIUS code 11 (6) eap_peap: EAP-Message = 0x0108002b1a010800261012b3795acacd636fc866f01b6da297a9667265657261646975732d332e302e3132 (6) eap_peap: Message-Authenticator = 0x00000000000000000000000000000000 (6) eap_peap: State = 0x37498e1f3741946e4fa4b4cd36355b3d (6) eap_peap: Got tunneled Access-Challenge (6) eap: Sending EAP Request (code 1) ID 8 length 74 (6) eap: EAP session adding &reply:State = 0x3c6a37ee3a622e93 (6) [eap] = handled (6) } # authenticate = handled (6) Using Post-Auth-Type Challenge (6) Post-Auth-Type sub-section not found. Ignoring. (6) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (6) Sent Access-Challenge Id 88 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (6) EAP-Message = 0x0108004a1900170303003fc1f25236e0c596c3d8516e584d233b799d311084cacca64ba289321c8eb4310ffb7cd748a299ad1ceacf10d9995109fba8c406e4e48b05e8cf5bee46fef93e (6) Message-Authenticator = 0x00000000000000000000000000000000 (6) State = 0x3c6a37ee3a622e93c2b2b741aca9ccb7 (6) Finished request Waking up in 4.9 seconds. (7) Received Access-Request Id 89 from 10.250.80.11:32777 to 147.215.150.39:1812 length 398 (7) User-Name = "dupalutb@esiee.fr" (7) Chargeable-User-Identity = 0x00 (7) Location-Capable = Civix-Location (7) Calling-Station-Id = "c0-ee-fb-df-41-6f" (7) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (7) NAS-Port = 13 (7) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (7) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (7) NAS-IP-Address = 10.250.80.11 (7) NAS-Identifier = "DC1-B13-WIF01" (7) Airespace-Wlan-Id = 3 (7) Service-Type = Framed-User (7) Framed-MTU = 1300 (7) NAS-Port-Type = Wireless-802.11 (7) Tunnel-Type:0 = VLAN (7) Tunnel-Medium-Type:0 = IEEE-802 (7) Tunnel-Private-Group-Id:0 = "800" (7) EAP-Message = 0x0208006b190017030300600000000000000002d2e4779cec28df156bb805d17f29a6036bdf82a676943b4c82b51afcf5ddac5093cc593297b7617bbc32b7ee5a2e0205d2a000a540ad5cef06183aae345621d0db5aeb13c1caf5e96cc7447160109c1bfe06234b95eb979d (7) State = 0x3c6a37ee3a622e93c2b2b741aca9ccb7 (7) Message-Authenticator = 0x48b45e57c9dd322c61c60e8b710124e8 (7) session-state: No cached attributes (7) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (7) authorize { (7) if (!(User-Name =~ /@/)){ (7) if (!(User-Name =~ /@/)) -> FALSE (7) if (User-Name =~ /@$/){ (7) if (User-Name =~ /@$/) -> FALSE (7) if (User-Name =~ /@.+?@/){ (7) if (User-Name =~ /@.+?@/) -> FALSE (7) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (7) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (7) if (User-Name =~ /@[\\.-]/){ (7) if (User-Name =~ /@[\\.-]/) -> FALSE (7) if (User-Name =~ /@.+?[\\.-]$/){ (7) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (7) if (User-Name =~ /@[^\\.]+$/){ (7) if (User-Name =~ /@[^\\.]+$/) -> FALSE (7) if (User-Name =~ /@.+?\\.\\./){ (7) if (User-Name =~ /@.+?\\.\\./) -> FALSE (7) if (User-Name =~ /@myabc\\.com$/i){ (7) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (7) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (7) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (7) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (7) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (7) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (7) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (7) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (7) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (7) if (User-Name =~ /@\\.?ac\\.uk$/i){ (7) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (7) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (7) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (7) [preprocess] = ok (7) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (7) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (7) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (7) auth_log: EXPAND %t (7) auth_log: --> Mon Jul 9 15:28:46 2018 (7) [auth_log] = ok (7) policy operator-name.authorize { (7) if ("%{client:Operator-Name}") { (7) EXPAND %{client:Operator-Name} (7) --> (7) if ("%{client:Operator-Name}") -> FALSE (7) } # policy operator-name.authorize = ok (7) policy cui.authorize { (7) if ("%{client:add_cui}" == 'yes') { (7) EXPAND %{client:add_cui} (7) --> (7) if ("%{client:add_cui}" == 'yes') -> FALSE (7) } # policy cui.authorize = ok (7) [chap] = noop (7) [mschap] = noop (7) [digest] = noop (7) suffix: Checking for suffix after "@" (7) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (7) suffix: Found realm "esiee.fr" (7) suffix: Adding Stripped-User-Name = "dupalutb" (7) suffix: Adding Realm = "esiee.fr" (7) suffix: Authentication realm is LOCAL (7) [suffix] = ok (7) eap: Peer sent EAP Response (code 2) ID 8 length 107 (7) eap: Continuing tunnel setup (7) [eap] = ok (7) } # authorize = ok (7) Found Auth-Type = eap (7) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (7) authenticate { (7) eap: Expiring EAP session with state 0x37498e1f3741946e (7) eap: Finished EAP session with state 0x3c6a37ee3a622e93 (7) eap: Previous EAP request found for state 0x3c6a37ee3a622e93, released from the list (7) eap: Peer sent packet with method EAP PEAP (25) (7) eap: Calling submodule eap_peap to process data (7) eap_peap: Continuing EAP-TLS (7) eap_peap: [eaptls verify] = ok (7) eap_peap: Done initial handshake (7) eap_peap: [eaptls process] = ok (7) eap_peap: Session established. Decoding tunneled attributes (7) eap_peap: PEAP state phase2 (7) eap_peap: EAP method MSCHAPv2 (26) (7) eap_peap: Got tunneled request (7) eap_peap: EAP-Message = 0x0208004c1a0208004731b31578270959581982de532a7c7ade8d000000000000000078ce16f88af86b40d74a757b9540e8f04b8d009736bc89ae00647570616c7574624065736965652e6672 (7) eap_peap: Setting User-Name to dupalutb@esiee.fr (7) eap_peap: Sending tunneled request to inner-tunnel (7) eap_peap: EAP-Message = 0x0208004c1a0208004731b31578270959581982de532a7c7ade8d000000000000000078ce16f88af86b40d74a757b9540e8f04b8d009736bc89ae00647570616c7574624065736965652e6672 (7) eap_peap: FreeRADIUS-Proxied-To = 127.0.0.1 (7) eap_peap: User-Name = "dupalutb@esiee.fr" (7) eap_peap: State = 0x37498e1f3741946e4fa4b4cd36355b3d (7) eap_peap: Chargeable-User-Identity = 0x00 (7) eap_peap: Location-Capable = Civix-Location (7) eap_peap: Calling-Station-Id = "c0-ee-fb-df-41-6f" (7) eap_peap: Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (7) eap_peap: NAS-Port = 13 (7) eap_peap: Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (7) eap_peap: Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (7) eap_peap: NAS-IP-Address = 10.250.80.11 (7) eap_peap: NAS-Identifier = "DC1-B13-WIF01" (7) eap_peap: Airespace-Wlan-Id = 3 (7) eap_peap: Service-Type = Framed-User (7) eap_peap: Framed-MTU = 1300 (7) eap_peap: NAS-Port-Type = Wireless-802.11 (7) eap_peap: Tunnel-Type:0 = VLAN (7) eap_peap: Tunnel-Medium-Type:0 = IEEE-802 (7) eap_peap: Tunnel-Private-Group-Id:0 = "800" (7) eap_peap: Event-Timestamp = "Jul 9 2018 15:28:46 CEST" (7) Virtual server inner-tunnel received request (7) EAP-Message = 0x0208004c1a0208004731b31578270959581982de532a7c7ade8d000000000000000078ce16f88af86b40d74a757b9540e8f04b8d009736bc89ae00647570616c7574624065736965652e6672 (7) FreeRADIUS-Proxied-To = 127.0.0.1 (7) User-Name = "dupalutb@esiee.fr" (7) State = 0x37498e1f3741946e4fa4b4cd36355b3d (7) Chargeable-User-Identity = 0x00 (7) Location-Capable = Civix-Location (7) Calling-Station-Id = "c0-ee-fb-df-41-6f" (7) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (7) NAS-Port = 13 (7) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (7) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (7) NAS-IP-Address = 10.250.80.11 (7) NAS-Identifier = "DC1-B13-WIF01" (7) Airespace-Wlan-Id = 3 (7) Service-Type = Framed-User (7) Framed-MTU = 1300 (7) NAS-Port-Type = Wireless-802.11 (7) Tunnel-Type:0 = VLAN (7) Tunnel-Medium-Type:0 = IEEE-802 (7) Tunnel-Private-Group-Id:0 = "800" (7) Event-Timestamp = "Jul 9 2018 15:28:46 CEST" *(7) WARNING: Outer and inner identities are the same. User privacy is compromised.* (7) server inner-tunnel { (7) session-state: No cached attributes (7) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (7) authorize { (7) policy filter_username { (7) if (&User-Name) { (7) if (&User-Name) -> TRUE (7) if (&User-Name) { (7) if (&User-Name =~ / /) { (7) if (&User-Name =~ / /) -> FALSE (7) if (&User-Name =~ /@[^@]*@/ ) { (7) if (&User-Name =~ /@[^@]*@/ ) -> FALSE (7) if (&User-Name =~ /\.\./ ) { (7) if (&User-Name =~ /\.\./ ) -> FALSE (7) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) { (7) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) -> FALSE (7) if (&User-Name =~ /\.$/) { (7) if (&User-Name =~ /\.$/) -> FALSE (7) if (&User-Name =~ /@\./) { (7) if (&User-Name =~ /@\./) -> FALSE (7) } # if (&User-Name) = notfound (7) } # policy filter_username = notfound (7) [chap] = noop (7) [mschap] = noop (7) suffix: Checking for suffix after "@" (7) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (7) suffix: Found realm "esiee.fr" (7) suffix: Adding Stripped-User-Name = "dupalutb" (7) suffix: Adding Realm = "esiee.fr" (7) suffix: Authentication realm is LOCAL (7) [suffix] = ok (7) update control { (7) &Proxy-To-Realm := LOCAL (7) } # update control = noop (7) eap: Peer sent EAP Response (code 2) ID 8 length 76 (7) eap: No EAP Start, assuming it's an on-going EAP conversation (7) [eap] = updated (7) files: users: Matched entry DEFAULT at line 1 (7) [files] = ok (7) [expiration] = noop (7) [logintime] = noop (7) [pap] = noop (7) } # authorize = updated (7) Found Auth-Type = eap (7) # Executing group from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (7) authenticate { (7) eap: Expiring EAP session with state 0x37498e1f3741946e (7) eap: Finished EAP session with state 0x37498e1f3741946e (7) eap: Previous EAP request found for state 0x37498e1f3741946e, released from the list (7) eap: Peer sent packet with method EAP MSCHAPv2 (26) (7) eap: Calling submodule eap_mschapv2 to process data (7) eap_mschapv2: # Executing group from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (7) eap_mschapv2: authenticate { *(7) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password(7) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password(7) mschap: Creating challenge hash with username: dupalutb@esiee.fr <dupalutb@esiee.fr>(7) mschap: Client is using MS-CHAPv2(7) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication(7) mschap: ERROR: MS-CHAP2-Response is incorrect(7) [mschap] = reject(7) } # authenticate = reject(7) eap: Sending EAP Failure (code 4) ID 8 length 4* (7) eap: Freeing handler (7) [eap] = reject (7) } # authenticate = reject (7) Failed to authenticate the user (7) Using Post-Auth-Type Reject (7) # Executing group from file /etc/freeradius/3.0/sites-enabled/inner-tunnel (7) Post-Auth-Type REJECT { (7) inner_auth_log: EXPAND inner_auth_log.%{%{reply:Packet-Type}:-format} (7) inner_auth_log: --> inner_auth_log.Access-Reject (7) inner_auth_log: EXPAND user-auth#VISINST=%{request:Operator-Name}#USER=%{User-Name}#CSI=%{%{Calling-Station-Id}:-Unknown Caller Id}#NAS=%{%{Called-Station-Id}:-Unknown Access Point}#CUI=%{%{%{reply:Chargeable-User-Identity}:-%{outer.reply:Chargeable-User-Identity}}:-Local User}#RESULT=FAIL# (7) inner_auth_log: --> user-auth#VISINST=#USER= dupalutb@esiee.fr#CSI=c0-ee-fb-df-41-6f#NAS=c0-7b-bc-1a-99-90:eduroam#CUI=Local User#RESULT=FAIL# (7) [inner_auth_log] = ok (7) attr_filter.access_reject: EXPAND %{User-Name} (7) attr_filter.access_reject: --> dupalutb@esiee.fr (7) attr_filter.access_reject: Matched entry DEFAULT at line 11 (7) [attr_filter.access_reject] = updated (7) update outer.session-state { (7) &Module-Failure-Message := &request:Module-Failure-Message -> 'mschap: FAILED: No NT/LM-Password. Cannot perform authentication' (7) } # update outer.session-state = noop (7) } # Post-Auth-Type REJECT = updated (7) } # server inner-tunnel (7) Virtual server sending reply (7) MS-CHAP-Error = "\010E=691 R=1 C=f15c92f3135fb1b8c3d9c6c78b8fa6e3 V=3 M=Authentication failed" (7) EAP-Message = 0x04080004 (7) Message-Authenticator = 0x00000000000000000000000000000000 (7) eap_peap: Got tunneled reply code 3 (7) eap_peap: MS-CHAP-Error = "\010E=691 R=1 C=f15c92f3135fb1b8c3d9c6c78b8fa6e3 V=3 M=Authentication failed" (7) eap_peap: EAP-Message = 0x04080004 (7) eap_peap: Message-Authenticator = 0x00000000000000000000000000000000 (7) eap_peap: Got tunneled reply RADIUS code 3 (7) eap_peap: MS-CHAP-Error = "\010E=691 R=1 C=f15c92f3135fb1b8c3d9c6c78b8fa6e3 V=3 M=Authentication failed" (7) eap_peap: EAP-Message = 0x04080004 (7) eap_peap: Message-Authenticator = 0x00000000000000000000000000000000 (7) eap_peap: Tunneled authentication was rejected (7) eap_peap: FAILURE (7) eap: Sending EAP Request (code 1) ID 9 length 46 (7) eap: EAP session adding &reply:State = 0x3c6a37ee3b632e93 (7) [eap] = handled (7) } # authenticate = handled (7) Using Post-Auth-Type Challenge (7) Post-Auth-Type sub-section not found. Ignoring. (7) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (7) session-state: Saving cached attributes (7) Module-Failure-Message := "mschap: FAILED: No NT/LM-Password. Cannot perform authentication" (7) Sent Access-Challenge Id 89 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (7) EAP-Message = 0x0109002e19001703030023c1f25236e0c596c4fefae70088d6fd941143bba7336b4faa5625287703984d516d4344 (7) Message-Authenticator = 0x00000000000000000000000000000000 (7) State = 0x3c6a37ee3b632e93c2b2b741aca9ccb7 (7) Finished request Waking up in 4.9 seconds. (8) Received Access-Request Id 90 from 10.250.80.11:32777 to 147.215.150.39:1812 length 337 (8) User-Name = "dupalutb@esiee.fr" (8) Chargeable-User-Identity = 0x00 (8) Location-Capable = Civix-Location (8) Calling-Station-Id = "c0-ee-fb-df-41-6f" (8) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (8) NAS-Port = 13 (8) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (8) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (8) NAS-IP-Address = 10.250.80.11 (8) NAS-Identifier = "DC1-B13-WIF01" (8) Airespace-Wlan-Id = 3 (8) Service-Type = Framed-User (8) Framed-MTU = 1300 (8) NAS-Port-Type = Wireless-802.11 (8) Tunnel-Type:0 = VLAN (8) Tunnel-Medium-Type:0 = IEEE-802 (8) Tunnel-Private-Group-Id:0 = "800" (8) EAP-Message = 0x0209002e1900170303002300000000000000038ae93d1bda820be1241fa39c3edf0e8f77a91ca436f1f1cd07d53e (8) State = 0x3c6a37ee3b632e93c2b2b741aca9ccb7 (8) Message-Authenticator = 0x664ed4b7d09074faecff7e3df5fd6e6e (8) Restoring &session-state (8) &session-state:Module-Failure-Message := "mschap: FAILED: No NT/LM-Password. Cannot perform authentication" (8) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (8) authorize { (8) if (!(User-Name =~ /@/)){ (8) if (!(User-Name =~ /@/)) -> FALSE (8) if (User-Name =~ /@$/){ (8) if (User-Name =~ /@$/) -> FALSE (8) if (User-Name =~ /@.+?@/){ (8) if (User-Name =~ /@.+?@/) -> FALSE (8) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (8) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (8) if (User-Name =~ /@[\\.-]/){ (8) if (User-Name =~ /@[\\.-]/) -> FALSE (8) if (User-Name =~ /@.+?[\\.-]$/){ (8) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (8) if (User-Name =~ /@[^\\.]+$/){ (8) if (User-Name =~ /@[^\\.]+$/) -> FALSE (8) if (User-Name =~ /@.+?\\.\\./){ (8) if (User-Name =~ /@.+?\\.\\./) -> FALSE (8) if (User-Name =~ /@myabc\\.com$/i){ (8) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (8) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (8) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (8) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (8) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (8) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (8) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (8) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (8) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (8) if (User-Name =~ /@\\.?ac\\.uk$/i){ (8) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (8) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (8) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (8) [preprocess] = ok (8) auth_log: EXPAND /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (8) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (8) auth_log: /var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (8) auth_log: EXPAND %t (8) auth_log: --> Mon Jul 9 15:28:46 2018 (8) [auth_log] = ok (8) policy operator-name.authorize { (8) if ("%{client:Operator-Name}") { (8) EXPAND %{client:Operator-Name} (8) --> (8) if ("%{client:Operator-Name}") -> FALSE (8) } # policy operator-name.authorize = ok (8) policy cui.authorize { (8) if ("%{client:add_cui}" == 'yes') { (8) EXPAND %{client:add_cui} (8) --> (8) if ("%{client:add_cui}" == 'yes') -> FALSE (8) } # policy cui.authorize = ok (8) [chap] = noop (8) [mschap] = noop (8) [digest] = noop (8) suffix: Checking for suffix after "@" (8) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr" (8) suffix: Found realm "esiee.fr" (8) suffix: Adding Stripped-User-Name = "dupalutb" (8) suffix: Adding Realm = "esiee.fr" (8) suffix: Authentication realm is LOCAL (8) [suffix] = ok (8) eap: Peer sent EAP Response (code 2) ID 9 length 46 (8) eap: Continuing tunnel setup (8) [eap] = ok (8) } # authorize = ok (8) Found Auth-Type = eap (8) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (8) authenticate { (8) eap: Expiring EAP session with state 0x3c6a37ee3b632e93 (8) eap: Finished EAP session with state 0x3c6a37ee3b632e93 (8) eap: Previous EAP request found for state 0x3c6a37ee3b632e93, released from the list (8) eap: Peer sent packet with method EAP PEAP (25) (8) eap: Calling submodule eap_peap to process data (8) eap_peap: Continuing EAP-TLS (8) eap_peap: [eaptls verify] = ok (8) eap_peap: Done initial handshake (8) eap_peap: [eaptls process] = ok (8) eap_peap: Session established. Decoding tunneled attributes (8) eap_peap: PEAP state send tlv failure (8) eap_peap: Received EAP-TLV response *(8) eap_peap: The users session was previously rejected: returning reject (again.)(8) eap_peap: This means you need to read the PREVIOUS messages in the debug output(8) eap_peap: to find out the reason why the user was rejected(8) eap_peap: Look for "reject" or "fail". Those earlier messages will tell you(8) eap_peap: what went wrong, and how to fix the problem(8) eap: ERROR: Failed continuing EAP PEAP (25) session. EAP sub-module failed* (8) eap: Sending EAP Failure (code 4) ID 9 length 4 (8) eap: Failed in EAP select (8) [eap] = invalid (8) } # authenticate = invalid (8) Failed to authenticate the user (8) Using Post-Auth-Type Reject (8) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (8) Post-Auth-Type REJECT { (8) attr_filter.access_reject: EXPAND %{User-Name} (8) attr_filter.access_reject: --> dupalutb@esiee.fr (8) attr_filter.access_reject: Matched entry DEFAULT at line 11 (8) [attr_filter.access_reject] = updated (8) [eap] = noop (8) policy remove_reply_message_if_eap { (8) if (&reply:EAP-Message && &reply:Reply-Message) { (8) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE (8) else { (8) [noop] = noop (8) } # else = noop (8) } # policy remove_reply_message_if_eap = noop (8) } # Post-Auth-Type REJECT = updated (8) Delaying response for 1.000000 seconds Waking up in 0.3 seconds. Waking up in 0.6 seconds. (8) Sending delayed response (8) Sent Access-Reject Id 90 from 147.215.150.39:1812 to 10.250.80.11:32777 length 44 (8) EAP-Message = 0x04090004 (8) Message-Authenticator = 0x00000000000000000000000000000000 Waking up in 3.9 seconds. (0) Cleaning up request packet ID 82 with timestamp +11 (1) Cleaning up request packet ID 83 with timestamp +11 (2) Cleaning up request packet ID 84 with timestamp +11 (3) Cleaning up request packet ID 85 with timestamp +11 (4) Cleaning up request packet ID 86 with timestamp +11 (5) Cleaning up request packet ID 87 with timestamp +11 (6) Cleaning up request packet ID 88 with timestamp +11 (7) Cleaning up request packet ID 89 with timestamp +11 (8) Cleaning up request packet ID 90 with timestamp +11 Ready to process requests This message : *(8) eap_peap: The users session was previously rejected: returning reject (again.)(8) eap_peap: This means you need to read the PREVIOUS messages in the debug output(8) eap_peap: to find out the reason why the user was rejected(8) eap_peap: Look for "reject" or "fail". Those earlier messages will tell you(8) eap_peap: what went wrong, and how to fix the problem(8) eap: ERROR: Failed continuing EAP PEAP (25) session. EAP sub-module failed* seems to refer to this previous message : *(7) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password(7) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password(7) mschap: Creating challenge hash with username: dupalutb@esiee.fr <dupalutb@esiee.fr>(7) mschap: Client is using MS-CHAPv2(7) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication(7) mschap: ERROR: MS-CHAP2-Response is incorrect(7) [mschap] = reject(7) } # authenticate = reject(7) eap: Sending EAP Failure (code 4) ID 8 length 4* but i don't understand why it doesn't accept the password provided by the Wireless controller. Futhermore, i don't understand neither this message that worries me : *(7) WARNING: Outer and inner identities are the same. User privacy is compromised.* Can you please help me find the source of these problems ? Regards, *Benjamin Dupalut* Administrateur système et réseau Service des Moyens Informatiques Généraux (SMIG) ESIEE Paris 2 bd Blaise Pascal - 93162 Noisy-le-Grand Cedex T : +33 1 45 92 66 17 benjamin.dupalut@esiee.fr www.esiee.fr / www.cci-paris-idf.fr
On Jul 9, 2018, at 9:43 AM, Benjamin DUPALUT <benjamin.dupalut@esiee.fr> wrote:
Im' now trying to set up 802.1x Wi-Fi authentication on Cisco Wi-Fi access point trough Cisco Wireless Controller.
While local radtest works fine, when trying to authenticate via the Wi-Fi access point i get these errors : ... mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = yes passchange { } allow_retry = yes }
Which isn't configured to use ntlm_auth.
# Loading module "ntlm_auth" from file /etc/freeradius/3.0/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr --username=%{Stripped-User-Name} --password=%{User-Password}" shell_escape = yes }
That works, if you set "Auth-Type := ntlm", and then only for User-Password. i.e. not for MSCHAP, and not for PEAP.
*(7) mschap: WARNING: No Cleartext-Password configured. Cannot create NT-Password(7) mschap: WARNING: No Cleartext-Password configured. Cannot create LM-Password(7) mschap: Creating challenge hash with username: dupalutb@esiee.fr <dupalutb@esiee.fr>(7) mschap: Client is using MS-CHAPv2(7) mschap: ERROR: FAILED: No NT/LM-Password. Cannot perform authentication(7) mschap: ERROR: MS-CHAP2-Response is incorrect(7) [mschap] = reject(7) } # authenticate = reject(7) eap: Sending EAP Failure (code 4) ID 8 length 4*
Please don't edit the debug output. Your mailer is reformatting the debug output. That makes it harder to read. read: http://www.deployingradius.com/documents/configuration/active_directory.html See the section titled "Configuring FreeRADIUS to use ntlm_auth for MS-CHAP" Follow the instructions in the page, and it *will* work. If you only read half of the documentation, it will only work half-way.
but i don't understand why it doesn't accept the password provided by the Wireless controller.
Because you didn't completely follow the documentation. You only did part of it.
Futhermore, i don't understand neither this message that worries me :
*(7) WARNING: Outer and inner identities are the same. User privacy is compromised.* Can you please help me find the source of these problems ?
The outer user name is supposed to be either "anonymous", or "@domain", or "anonymous@domain". That ensures anyone who can see the RADIUS traffic can't tell which user is logging in. The real user name is inside of the TLS tunnel. Alan DeKok.
Hi You need to ensure that you have activated the ntlm_auth line in the mschap module. If you read the output you'll also notice other warnings, your clients.conf has old entry types, update those definitions alan On Mon, 9 Jul 2018, 14:44 Benjamin DUPALUT, <benjamin.dupalut@esiee.fr> wrote:
Hi,
Im' now trying to set up 802.1x Wi-Fi authentication on Cisco Wi-Fi access point trough Cisco Wireless Controller.
While local radtest works fine, when trying to authenticate via the Wi-Fi access point i get these errors :
root@radius:~# freeradius -X FreeRADIUS Version 3.0.12 Copyright (C) 1999-2016 The FreeRADIUS server project and contributors There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License For more information about these matters, see the file named COPYRIGHT Starting - reading configuration files ... including dictionary file /usr/share/freeradius/dictionary including dictionary file /usr/share/freeradius/dictionary.dhcp including dictionary file /usr/share/freeradius/dictionary.vqp including dictionary file /etc/freeradius/3.0/dictionary including configuration file /etc/freeradius/3.0/radiusd.conf including configuration file /etc/freeradius/3.0/proxy.conf including configuration file /etc/freeradius/3.0/clients.conf including files in directory /etc/freeradius/3.0/mods-enabled/ including configuration file /etc/freeradius/3.0/mods-enabled/cache_eap including configuration file /etc/freeradius/3.0/mods-enabled/soh including configuration file /etc/freeradius/3.0/mods-enabled/unpack including configuration file /etc/freeradius/3.0/mods-enabled/logintime including configuration file /etc/freeradius/3.0/mods-enabled/detail.log including configuration file /etc/freeradius/3.0/mods-enabled/exec including configuration file /etc/freeradius/3.0/mods-enabled/detail including configuration file /etc/freeradius/3.0/mods-enabled/chap including configuration file /etc/freeradius/3.0/mods-enabled/pap including configuration file /etc/freeradius/3.0/mods-enabled/files including configuration file /etc/freeradius/3.0/mods-enabled/digest including configuration file /etc/freeradius/3.0/mods-enabled/preprocess including configuration file /etc/freeradius/3.0/mods-enabled/echo including configuration file /etc/freeradius/3.0/mods-enabled/expiration including configuration file /etc/freeradius/3.0/mods-enabled/eduroam_logging including configuration file /etc/freeradius/3.0/mods-enabled/radutmp including configuration file /etc/freeradius/3.0/mods-enabled/mschap including configuration file /etc/freeradius/3.0/mods-enabled/ntlm_auth including configuration file /etc/freeradius/3.0/mods-enabled/sradutmp including configuration file /etc/freeradius/3.0/mods-enabled/utf8 including configuration file /etc/freeradius/3.0/mods-enabled/dynamic_clients including configuration file /etc/freeradius/3.0/mods-enabled/always including configuration file /etc/freeradius/3.0/mods-enabled/attr_filter including configuration file /etc/freeradius/3.0/mods-enabled/replicate including configuration file /etc/freeradius/3.0/mods-enabled/realm including configuration file /etc/freeradius/3.0/mods-enabled/expr including configuration file /etc/freeradius/3.0/mods-enabled/passwd including configuration file /etc/freeradius/3.0/mods-enabled/unix including configuration file /etc/freeradius/3.0/mods-enabled/eap including configuration file /etc/freeradius/3.0/mods-enabled/linelog including files in directory /etc/freeradius/3.0/policy.d/ including configuration file /etc/freeradius/3.0/policy.d/debug including configuration file /etc/freeradius/3.0/policy.d/operator-name including configuration file /etc/freeradius/3.0/policy.d/cui including configuration file /etc/freeradius/3.0/policy.d/control including configuration file /etc/freeradius/3.0/policy.d/filter including configuration file /etc/freeradius/3.0/policy.d/moonshot-targeted-ids including configuration file /etc/freeradius/3.0/policy.d/dhcp including configuration file /etc/freeradius/3.0/policy.d/canonicalization including configuration file /etc/freeradius/3.0/policy.d/cui.orig including configuration file /etc/freeradius/3.0/policy.d/abfab-tr including configuration file /etc/freeradius/3.0/policy.d/eap including configuration file /etc/freeradius/3.0/policy.d/accounting including files in directory /etc/freeradius/3.0/sites-enabled/ including configuration file /etc/freeradius/3.0/sites-enabled/inner-tunnel including configuration file /etc/freeradius/3.0/sites-enabled/eduroam including configuration file /etc/freeradius/3.0/sites-enabled/../eduroam-realm-checks.conf main { security { user = "freerad" group = "freerad" allow_core_dumps = no } name = "freeradius" prefix = "/usr" localstatedir = "/var" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" } main { name = "freeradius" prefix = "/usr" localstatedir = "/var" sbindir = "/usr/sbin" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" libdir = "/usr/lib/freeradius" radacctdir = "/var/log/freeradius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 16384 pidfile = "/var/run/freeradius/freeradius.pid" checkrad = "/usr/sbin/checkrad" debug_level = 0 proxy_requests = yes log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no colourise = yes msg_denied = "You are already logged in - access denied" } resources { } security { max_attributes = 200 reject_delay = 1.000000 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } realm ~.+$ { nostrip authhost = 195.220.94.130:1812 accthost = 195.220.94.130:1813 secret = <<< secret >>> } realm LOCAL { } realm esiee.fr { } home_server_pool my_auth_failover { type = fail-over home_server = localhost } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = <<< secret >>> proto = "*" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } client 195.220.94.130 { require_message_authenticator = no secret = <<< secret >>> shortname = "radtest.cru.fr" virtual_server = "eduroam" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 195.220.94.130. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.10 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF01" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.10. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.11 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF02" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.11. Please fix your configuration Support for old-style clients will be removed in a future release client 10.64.112.108 { require_message_authenticator = no secret = <<< secret >>> shortname = "ESIEE-SPARE2" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.64.112.108. Please fix your configuration Support for old-style clients will be removed in a future release Debugger not attached # Creating Auth-Type = ntlm_auth # Creating Auth-Type = mschap # Creating Auth-Type = eap # Creating Auth-Type = PAP # Creating Auth-Type = CHAP # Creating Auth-Type = MS-CHAP # Creating Auth-Type = digest radiusd: #### Instantiating modules #### modules { # Loaded module rlm_cache # Loading module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap cache cache_eap { driver = "rlm_cache_rbtree" key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}" ttl = 15 max_entries = 0 epoch = 0 add_stats = no } # Loaded module rlm_soh # Loading module "soh" from file /etc/freeradius/3.0/mods-enabled/soh soh { dhcp = yes } # Loaded module rlm_unpack # Loading module "unpack" from file /etc/freeradius/3.0/mods-enabled/unpack # Loaded module rlm_logintime # Loading module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime logintime { minimum_timeout = 60 } # Loaded module rlm_detail # Loading module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail auth_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail reply_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail pre_proxy_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail post_proxy_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_exec # Loading module "exec" from file /etc/freeradius/3.0/mods-enabled/exec exec { wait = no input_pairs = "request" shell_escape = yes timeout = 10 } # Loading module "detail" from file /etc/freeradius/3.0/mods-enabled/detail detail { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d" header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_chap # Loading module "chap" from file /etc/freeradius/3.0/mods-enabled/chap # Loaded module rlm_pap # Loading module "pap" from file /etc/freeradius/3.0/mods-enabled/pap pap { normalise = yes } # Loaded module rlm_files # Loading module "files" from file /etc/freeradius/3.0/mods-enabled/files files { filename = "/etc/freeradius/3.0/mods-config/files/authorize" acctusersfile = "/etc/freeradius/3.0/mods-config/files/accounting" preproxy_usersfile = "/etc/freeradius/3.0/mods-config/files/pre-proxy" } # Loaded module rlm_digest # Loading module "digest" from file /etc/freeradius/3.0/mods-enabled/digest # Loaded module rlm_preprocess # Loading module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess preprocess { huntgroups = "/etc/freeradius/3.0/mods-config/preprocess/huntgroups" hints = "/etc/freeradius/3.0/mods-config/preprocess/hints" with_ascend_hack = no ascend_channels_per_line = 23 with_ntdomain_hack = no with_specialix_jetstream_hack = no with_cisco_vsa_hack = no with_alvarion_vsa_hack = no } # Loading module "echo" from file /etc/freeradius/3.0/mods-enabled/echo exec echo { wait = yes program = "/bin/echo %{User-Name}" input_pairs = "request" output_pairs = "reply" shell_escape = yes } # Loaded module rlm_expiration # Loading module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Loaded module rlm_linelog # Loading module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog f_ticks { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "f_ticks.%{%{reply:Packet-Type}:-format}" } # Loading module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog eduroam_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "eduroam_log.%{%{reply:Packet-Type}:-format}" } # Loading module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog inner_auth_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "inner_auth_log.%{%{reply:Packet-Type}:-format}" } # Loaded module rlm_radutmp # Loading module "radutmp" from file /etc/freeradius/3.0/mods-enabled/radutmp radutmp { filename = "/var/log/freeradius/radutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 384 caller_id = yes } # Loaded module rlm_mschap # Loading module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = yes passchange { } allow_retry = yes } # Loading module "ntlm_auth" from file /etc/freeradius/3.0/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr --username=%{Stripped-User-Name} --password=%{User-Password}" shell_escape = yes } # Loading module "sradutmp" from file /etc/freeradius/3.0/mods-enabled/sradutmp radutmp sradutmp { filename = "/var/log/freeradius/sradutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 420 caller_id = no } # Loaded module rlm_utf8 # Loading module "utf8" from file /etc/freeradius/3.0/mods-enabled/utf8 # Loaded module rlm_dynamic_clients # Loading module "dynamic_clients" from file /etc/freeradius/3.0/mods-enabled/dynamic_clients # Loaded module rlm_always # Loading module "reject" from file /etc/freeradius/3.0/mods-enabled/always always reject { rcode = "reject" simulcount = 0 mpp = no } # Loading module "fail" from file /etc/freeradius/3.0/mods-enabled/always always fail { rcode = "fail" simulcount = 0 mpp = no } # Loading module "ok" from file /etc/freeradius/3.0/mods-enabled/always always ok { rcode = "ok" simulcount = 0 mpp = no } # Loading module "handled" from file /etc/freeradius/3.0/mods-enabled/always always handled { rcode = "handled" simulcount = 0 mpp = no } # Loading module "invalid" from file /etc/freeradius/3.0/mods-enabled/always always invalid { rcode = "invalid" simulcount = 0 mpp = no } # Loading module "userlock" from file /etc/freeradius/3.0/mods-enabled/always always userlock { rcode = "userlock" simulcount = 0 mpp = no } # Loading module "notfound" from file /etc/freeradius/3.0/mods-enabled/always always notfound { rcode = "notfound" simulcount = 0 mpp = no } # Loading module "noop" from file /etc/freeradius/3.0/mods-enabled/always always noop { rcode = "noop" simulcount = 0 mpp = no } # Loading module "updated" from file /etc/freeradius/3.0/mods-enabled/always always updated { rcode = "updated" simulcount = 0 mpp = no } # Loaded module rlm_attr_filter # Loading module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.post-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/post-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.pre-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/pre-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_reject { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_reject" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_challenge { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_challenge" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.accounting_response { filename = "/etc/freeradius/3.0/mods-config/attr_filter/accounting_response" key = "%{User-Name}" relaxed = no } # Loaded module rlm_replicate # Loading module "replicate" from file /etc/freeradius/3.0/mods-enabled/replicate # Loaded module rlm_realm # Loading module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm realm IPASS { format = "prefix" delimiter = "/" ignore_default = no ignore_null = no } # Loading module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } # Loading module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm realm realmpercent { format = "suffix" delimiter = "%" ignore_default = no ignore_null = no } # Loading module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm realm ntdomain { format = "prefix" delimiter = "\\" ignore_default = no ignore_null = no } # Loaded module rlm_expr # Loading module "expr" from file /etc/freeradius/3.0/mods-enabled/expr expr { safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /äéöüàâæçèéêëîïôùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔÙÛÜ" } # Loaded module rlm_passwd # Loading module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd passwd etc_passwd { filename = "/etc/passwd" format = "*User-Name:Crypt-Password:" delimiter = ":" ignore_nislike = no ignore_empty = yes allow_multiple_keys = no hash_size = 100 } # Loaded module rlm_unix # Loading module "unix" from file /etc/freeradius/3.0/mods-enabled/unix unix { radwtmp = "/var/log/freeradius/radwtmp" } Creating attribute Unix-Group # Loaded module rlm_eap # Loading module "eap" from file /etc/freeradius/3.0/mods-enabled/eap eap { default_eap_type = "md5" timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no max_sessions = 16384 } # Loading module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog linelog { filename = "/var/log/freeradius/linelog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "This is a log message for %{User-Name}" reference = "messages.%{%{reply:Packet-Type}:-default}" } # Loading module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog linelog log_accounting { filename = "/var/log/freeradius/linelog-accounting" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}" } instantiate { } # Instantiating module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap rlm_cache (cache_eap): Driver rlm_cache_rbtree (module rlm_cache_rbtree) loaded and linked # Instantiating module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime # Instantiating module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail output # Instantiating module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "detail" from file /etc/freeradius/3.0/mods-enabled/detail # Instantiating module "pap" from file /etc/freeradius/3.0/mods-enabled/pap # Instantiating module "files" from file /etc/freeradius/3.0/mods-enabled/files reading pairlist file /etc/freeradius/3.0/mods-config/files/authorize reading pairlist file /etc/freeradius/3.0/mods-config/files/accounting reading pairlist file /etc/freeradius/3.0/mods-config/files/pre-proxy # Instantiating module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/huntgroups reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/hints # Instantiating module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Instantiating module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap rlm_mschap (mschap): using internal authentication # Instantiating module "reject" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "fail" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "ok" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "handled" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "invalid" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "userlock" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "notfound" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "noop" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "updated" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/post-proxy # Instantiating module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/pre-proxy # Instantiating module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_reject [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay" found in filter list for realm "DEFAULT". [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay-USec" found in filter list for realm "DEFAULT". # Instantiating module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_challenge # Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/accounting_response # Instantiating module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no # Instantiating module "eap" from file /etc/freeradius/3.0/mods-enabled/eap # Linked to sub-module rlm_eap_md5 # Linked to sub-module rlm_eap_leap # Linked to sub-module rlm_eap_gtc gtc { challenge = "Password: " auth_type = "PAP" } # Linked to sub-module rlm_eap_tls tls { tls = "tls-common" } tls-config tls-common { verify_depth = 0 ca_path = "/etc/freeradius/3.0/certs" pem_file_type = yes private_key_file = "/etc/ssl/private/ssl-cert-snakeoil.key" certificate_file = "/etc/ssl/certs/ssl-cert-snakeoil.pem" ca_file = "/etc/ssl/certs/ca-certificates.crt" private_key_password = <<< secret >>> dh_file = "/etc/freeradius/3.0/certs/dh" fragment_size = 1024 include_length = yes auto_chain = yes check_crl = no check_all_crl = no cipher_list = "DEFAULT" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 24 max_entries = 255 } verify { skip_if_ocsp_ok = no } ocsp { enable = no override_cert_url = yes url = "http://127.0.0.1/ocsp/" use_nonce = yes timeout = 0 softfail = no } } # Linked to sub-module rlm_eap_ttls ttls { tls = "tls-common" default_eap_type = "md5" copy_request_to_tunnel = yes use_tunneled_reply = yes virtual_server = "inner-tunnel" include_length = yes require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_peap peap { tls = "tls-common" default_eap_type = "mschapv2" copy_request_to_tunnel = yes use_tunneled_reply = yes proxy_tunneled_request_as_eap = yes virtual_server = "inner-tunnel" soh = no require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_mschapv2 mschapv2 { with_ntdomain_hack = no send_error = no } # Instantiating module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog # Instantiating module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog } # modules radiusd: #### Loading Virtual Servers #### server { # from file /etc/freeradius/3.0/radiusd.conf } # server server inner-tunnel { # from file /etc/freeradius/3.0/sites-enabled/inner-tunnel # Loading authenticate {...} # Loading authorize {...} Ignoring "sql" (see raddb/mods-available/README.rst) Ignoring "ldap" (see raddb/mods-available/README.rst) # Loading session {...} # Loading post-proxy {...} # Loading post-auth {...} } # server inner-tunnel server eduroam { # from file /etc/freeradius/3.0/sites-enabled/eduroam # Loading authenticate {...} # Loading authorize {...} # Loading preacct {...} # Loading accounting {...} # Loading pre-proxy {...} # Loading post-proxy {...} # Loading post-auth {...} } # server eduroam radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = 127.0.0.1 port = 18120 } listen { type = "auth" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "acct" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } Listening on auth address 127.0.0.1 port 18120 bound to server inner-tunnel Listening on auth address * port 1812 bound to server eduroam Listening on acct address * port 1813 bound to server eduroam Listening on proxy address * port 59637 Ready to process requests (0) Received Access-Request Id 82 from 10.250.80.11:32777 to 147.215.150.39:1812 length 295 (0) User-Name = "dupalutb@esiee.fr" (0) Chargeable-User-Identity = 0x00 (0) Location-Capable = Civix-Location (0) Calling-Station-Id = "c0-ee-fb-df-41-6f" (0) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (0) NAS-Port = 13 (0) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (0) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (0) NAS-IP-Address = 10.250.80.11 (0) NAS-Identifier = "DC1-B13-WIF01" (0) Airespace-Wlan-Id = 3 (0) Service-Type = Framed-User (0) Framed-MTU = 1300 (0) NAS-Port-Type = Wireless-802.11 (0) Tunnel-Type:0 = VLAN (0) Tunnel-Medium-Type:0 = IEEE-802 (0) Tunnel-Private-Group-Id:0 = "800" (0) EAP-Message = 0x0201001601647570616c7574624065736965652e6672 (0) Message-Authenticator = 0xe0545e1fb7b48c327e169a690dd77164 (0) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authorize { (0) if (!(User-Name =~ /@/)){ (0) if (!(User-Name =~ /@/)) -> FALSE (0) if (User-Name =~ /@$/){ (0) if (User-Name =~ /@$/) -> FALSE (0) if (User-Name =~ /@.+?@/){ (0) if (User-Name =~ /@.+?@/) -> FALSE (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (0) if (User-Name =~ /@[\\.-]/){ (0) if (User-Name =~ /@[\\.-]/) -> FALSE (0) if (User-Name =~ /@.+?[\\.-]$/){ (0) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (0) if (User-Name =~ /@[^\\.]+$/){ (0) if (User-Name =~ /@[^\\.]+$/) -> FALSE (0) if (User-Name =~ /@.+?\\.\\./){ (0) if (User-Name =~ /@.+?\\.\\./) -> FALSE (0) if (User-Name =~ /@myabc\\.com$/i){ (0) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@\\.?ac\\.uk$/i){ (0) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (0) [preprocess] = ok (0) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (0) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (0) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (0) auth_log: EXPAND %t (0) auth_log: --> Mon Jul 9 15:28:46 2018 (0) [auth_log] = ok (0) policy operator-name.authorize { (0) if ("%{client:Operator-Name}") { (0) EXPAND %{client:Operator-Name} (0) --> (0) if ("%{client:Operator-Name}") -> FALSE (0) } # policy operator-name.authorize = ok (0) policy cui.authorize { (0) if ("%{client:add_cui}" == 'yes') { (0) EXPAND %{client:add_cui} (0) --> (0) if ("%{client:add_cui}" == 'yes') -> FALSE (0) } # policy cui.authorize = ok (0) [chap] = noop (0) [mschap] = noop (0) [digest] = noop (0) suffix: Checking for suffix after "@" (0) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (0) suffix: Found realm "esiee.fr" (0) suffix: Adding Stripped-User-Name = "dupalutb" (0) suffix: Adding Realm = "esiee.fr" (0) suffix: Authentication realm is LOCAL (0) [suffix] = ok (0) eap: Peer sent EAP Response (code 2) ID 1 length 22 (0) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize (0) [eap] = ok (0) } # authorize = ok (0) Found Auth-Type = eap (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authenticate { (0) eap: Peer sent packet with method EAP Identity (1) (0) eap: Calling submodule eap_md5 to process data (0) eap_md5: Issuing MD5 Challenge (0) eap: Sending EAP Request (code 1) ID 2 length 22 (0) eap: EAP session adding &reply:State = 0x3c6a37ee3c683393 (0) [eap] = handled (0) } # authenticate = handled (0) Using Post-Auth-Type Challenge (0) Post-Auth-Type sub-section not found. Ignoring. (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) Sent Access-Challenge Id 82 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (0) EAP-Message = 0x0102001604108c6ad53a1d3e74c63566ebc88576d300 (0) Message-Authenticator = 0x00000000000000000000000000000000 (0) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (0) Finished request Waking up in 4.9 seconds. (1) Received Access-Request Id 83 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (1) User-Name = "dupalutb@esiee.fr" (1) Chargeable-User-Identity = 0x00 (1) Location-Capable = Civix-Location (1) Calling-Station-Id = "c0-ee-fb-df-41-6f" (1) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (1) NAS-Port = 13 (1) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (1) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (1) NAS-IP-Address = 10.250.80.11 (1) NAS-Identifier = "DC1-B13-WIF01" (1) Airespace-Wlan-Id = 3 (1) Service-Type = Framed-User (1) Framed-MTU = 1300 (1) NAS-Port-Type = Wireless-802.11 (1) Tunnel-Type:0 = VLAN (1) Tunnel-Medium-Type:0 = IEEE-802 (1) Tunnel-Private-Group-Id:0 = "800" (1) EAP-Message = 0x020200060319 (1) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (1) Message-Authenticator = 0x9d4b5cd6add19b2b8f809eefea3fae43 (1) session-state: No cached attributes (1) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authorize { (1) if (!(User-Name =~ /@/)){ (1) if (!(User-Name =~ /@/)) -> FALSE (1) if (User-Name =~ /@$/){ (1) if (User-Name =~ /@$/) -> FALSE (1) if (User-Name =~ /@.+?@/){ (1) if (User-Name =~ /@.+?@/) -> FALSE (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (1) if (User-Name =~ /@[\\.-]/){ (1) if (User-Name =~ /@[\\.-]/) -> FALSE (1) if (User-Name =~ /@.+?[\\.-]$/){ (1) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (1) if (User-Name =~ /@[^\\.]+$/){ (1) if (User-Name =~ /@[^\\.]+$/) -> FALSE (1) if (User-Name =~ /@.+?\\.\\./){ (1) if (User-Name =~ /@.+?\\.\\./) -> FALSE (1) if (User-Name =~ /@myabc\\.com$/i){ (1) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@\\.?ac\\.uk$/i){ (1) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (1) [preprocess] = ok (1) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (1) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (1) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (1) auth_log: EXPAND %t (1) auth_log: --> Mon Jul 9 15:28:46 2018 (1) [auth_log] = ok (1) policy operator-name.authorize { (1) if ("%{client:Operator-Name}") { (1) EXPAND %{client:Operator-Name} (1) --> (1) if ("%{client:Operator-Name}") -> FALSE (1) } # policy operator-name.authorize = ok (1) policy cui.authorize { (1) if ("%{client:add_cui}" == 'yes') { (1) EXPAND %{client:add_cui} (1) --> (1) if ("%{client:add_cui}" == 'yes') -> FALSE (1) } # policy cui.authorize = ok (1) [chap] = noop (1) [mschap] = noop (1) [digest] = noop (1) suffix: Checking for suffix after "@" (1) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (1) suffix: Found realm "esiee.fr" (1) suffix: Adding Stripped-User-Name = "dupalutb" (1) suffix: Adding Realm = "esiee.fr" (1) suffix: Authentication realm is LOCAL (1) [suffix] = ok (1) eap: Peer sent EAP Response (code 2) ID 2 length 6 (1) eap: No EAP Start, assuming it's an on-going EAP conversation (1) [eap] = updated (1) files: users: Matched entry DEFAULT at line 1 (1) [files] = ok (1) [expiration] = noop (1) [logintime] = noop (1) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type (1) pap: WARNING: Authentication will fail unless a "known good" password is available (1) [pap] = noop (1) } # authorize = updated (1) Found Auth-Type = eap (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authenticate { (1) eap: Expiring EAP session with state 0x3c6a37ee3c683393 (1) eap: Finished EAP session with state 0x3c6a37ee3c683393 (1) eap: Previous EAP request found for state 0x3c6a37ee3c683393, released from the list (1) eap: Peer sent packet with method EAP NAK (3) (1) eap: Found mutually acceptable type PEAP (25) (1) eap: Calling submodule eap_peap to process data (1) eap_peap: Initiating new EAP-TLS session (1) eap_peap: [eaptls start] = request (1) eap: Sending EAP Request (code 1) ID 3 length 6 (1) eap: EAP session adding &reply:State = 0x3c6a37ee3d692e93 (1) [eap] = handled (1) } # authenticate = handled (1) Using Post-Auth-Type Challenge (1) Post-Auth-Type sub-section not found. Ignoring. (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) Sent Access-Challenge Id 83 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (1) EAP-Message = 0x010300061920 (1) Message-Authenticator = 0x00000000000000000000000000000000 (1) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (1) Finished request Waking up in 4.9 seconds. (2) Received Access-Request Id 84 from 10.250.80.11:32777 to 147.215.150.39:1812 length 440 (2) User-Name = "dupalutb@esiee.fr" (2) Chargeable-User-Identity = 0x00 (2) Location-Capable = Civix-Location (2) Calling-Station-Id = "c0-ee-fb-df-41-6f" (2) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (2) NAS-Port = 13 (2) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (2) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (2) NAS-IP-Address = 10.250.80.11 (2) NAS-Identifier = "DC1-B13-WIF01" (2) Airespace-Wlan-Id = 3 (2) Service-Type = Framed-User (2) Framed-MTU = 1300 (2) NAS-Port-Type = Wireless-802.11 (2) Tunnel-Type:0 = VLAN (2) Tunnel-Medium-Type:0 = IEEE-802 (2) Tunnel-Private-Group-Id:0 = "800" (2) EAP-Message =
0x0203009519800000008b16030100860100008203036a64b027e052a36f2b8f341bfefa4737f19e57f5327936d9373c8bc38ec0b79200002ac02bc02fc02cc030cca9cca8c009c023c013c027c00ac024c014c028009c009d002f003c0035003d000a0100002fff0100010000170000000d0010000e0403 (2) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (2) Message-Authenticator = 0x1f4d0f193acd67f72ba030fd794c97c6 (2) session-state: No cached attributes (2) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authorize { (2) if (!(User-Name =~ /@/)){ (2) if (!(User-Name =~ /@/)) -> FALSE (2) if (User-Name =~ /@$/){ (2) if (User-Name =~ /@$/) -> FALSE (2) if (User-Name =~ /@.+?@/){ (2) if (User-Name =~ /@.+?@/) -> FALSE (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (2) if (User-Name =~ /@[\\.-]/){ (2) if (User-Name =~ /@[\\.-]/) -> FALSE (2) if (User-Name =~ /@.+?[\\.-]$/){ (2) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (2) if (User-Name =~ /@[^\\.]+$/){ (2) if (User-Name =~ /@[^\\.]+$/) -> FALSE (2) if (User-Name =~ /@.+?\\.\\./){ (2) if (User-Name =~ /@.+?\\.\\./) -> FALSE (2) if (User-Name =~ /@myabc\\.com$/i){ (2) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@\\.?ac\\.uk$/i){ (2) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (2) [preprocess] = ok (2) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (2) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (2) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (2) auth_log: EXPAND %t (2) auth_log: --> Mon Jul 9 15:28:46 2018 (2) [auth_log] = ok (2) policy operator-name.authorize { (2) if ("%{client:Operator-Name}") { (2) EXPAND %{client:Operator-Name} (2) --> (2) if ("%{client:Operator-Name}") -> FALSE (2) } # policy operator-name.authorize = ok (2) policy cui.authorize { (2) if ("%{client:add_cui}" == 'yes') { (2) EXPAND %{client:add_cui} (2) --> (2) if ("%{client:add_cui}" == 'yes') -> FALSE (2) } # policy cui.authorize = ok (2) [chap] = noop (2) [mschap] = noop (2) [digest] = noop (2) suffix: Checking for suffix after "@" (2) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (2) suffix: Found realm "esiee.fr" (2) suffix: Adding Stripped-User-Name = "dupalutb" (2) suffix: Adding Realm = "esiee.fr" (2) suffix: Authentication realm is LOCAL (2) [suffix] = ok (2) eap: Peer sent EAP Response (code 2) ID 3 length 149 (2) eap: Continuing tunnel setup (2) [eap] = ok (2) } # authorize = ok (2) Found Auth-Type = eap (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authenticate { (2) eap: Expiring EAP session with state 0x3c6a37ee3d692e93 (2) eap: Finished EAP session with state 0x3c6a37ee3d692e93 (2) eap: Previous EAP request found for state 0x3c6a37ee3d692e93, released from the list (2) eap: Peer sent packet with method EAP PEAP (25) (2) eap: Calling submodule eap_peap to process data (2) eap_peap: Continuing EAP-TLS (2) eap_peap: Peer indicated complete TLS record size will be 139 bytes (2) eap_peap: Got complete TLS record (139 bytes) (2) eap_peap: [eaptls verify] = length included (2) eap_peap: (other): before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: <<< recv TLS 1.2 [length 0086] (2) eap_peap: TLS_accept: SSLv3/TLS read client hello (2) eap_peap: >>> send TLS 1.2 [length 003d] (2) eap_peap: TLS_accept: SSLv3/TLS write server hello (2) eap_peap: >>> send TLS 1.2 [length 02fa] (2) eap_peap: TLS_accept: SSLv3/TLS write certificate (2) eap_peap: >>> send TLS 1.2 [length 014d] (2) eap_peap: TLS_accept: SSLv3/TLS write key exchange (2) eap_peap: >>> send TLS 1.2 [length 0004] (2) eap_peap: TLS_accept: SSLv3/TLS write server done (2) eap_peap: TLS_accept: Need to read more data: SSLv3/TLS write server done (2) eap_peap: In SSL Handshake Phase (2) eap_peap: In SSL Accept mode (2) eap_peap: [eaptls process] = handled (2) eap: Sending EAP Request (code 1) ID 4 length 1004 (2) eap: EAP session adding &reply:State = 0x3c6a37ee3e6e2e93 (2) [eap] = handled (2) } # authenticate = handled (2) Using Post-Auth-Type Challenge (2) Post-Auth-Type sub-section not found. Ignoring. (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) Sent Access-Challenge Id 84 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (2) EAP-Message =
0x010403ec19c00000049c160303003d02000039030333e3503c3f12e124fb12ac07125c31ba805f2be8c54d92ca793250bed654617000c02f000011ff01000100000b0004030001020017000016030302fa0b0002f60002f30002f0308202ec308201d4a003020102020900d573b1cb3ba699a6300d0609 (2) Message-Authenticator = 0x00000000000000000000000000000000 (2) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (2) Finished request Waking up in 4.9 seconds. (3) Received Access-Request Id 85 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (3) User-Name = "dupalutb@esiee.fr" (3) Chargeable-User-Identity = 0x00 (3) Location-Capable = Civix-Location (3) Calling-Station-Id = "c0-ee-fb-df-41-6f" (3) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (3) NAS-Port = 13 (3) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (3) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (3) NAS-IP-Address = 10.250.80.11 (3) NAS-Identifier = "DC1-B13-WIF01" (3) Airespace-Wlan-Id = 3 (3) Service-Type = Framed-User (3) Framed-MTU = 1300 (3) NAS-Port-Type = Wireless-802.11 (3) Tunnel-Type:0 = VLAN (3) Tunnel-Medium-Type:0 = IEEE-802 (3) Tunnel-Private-Group-Id:0 = "800" (3) EAP-Message = 0x020400061900 (3) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (3) Message-Authenticator = 0x2cf23d59d8fa8af0fd1f3c6c54ede484 (3) session-state: No cached attributes (3) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authorize { (3) if (!(User-Name =~ /@/)){ (3) if (!(User-Name =~ /@/)) -> FALSE (3) if (User-Name =~ /@$/){ (3) if (User-Name =~ /@$/) -> FALSE (3) if (User-Name =~ /@.+?@/){ (3) if (User-Name =~ /@.+?@/) -> FALSE (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (3) if (User-Name =~ /@[\\.-]/){ (3) if (User-Name =~ /@[\\.-]/) -> FALSE (3) if (User-Name =~ /@.+?[\\.-]$/){ (3) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (3) if (User-Name =~ /@[^\\.]+$/){ (3) if (User-Name =~ /@[^\\.]+$/) -> FALSE (3) if (User-Name =~ /@.+?\\.\\./){ (3) if (User-Name =~ /@.+?\\.\\./) -> FALSE (3) if (User-Name =~ /@myabc\\.com$/i){ (3) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@\\.?ac\\.uk$/i){ (3) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (3) [preprocess] = ok (3) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (3) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (3) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (3) auth_log: EXPAND %t (3) auth_log: --> Mon Jul 9 15:28:46 2018 (3) [auth_log] = ok (3) policy operator-name.authorize { (3) if ("%{client:Operator-Name}") { (3) EXPAND %{client:Operator-Name} (3) --> (3) if ("%{client:Operator-Name}") -> FALSE (3) } # policy operator-name.authorize = ok (3) policy cui.authorize { (3) if ("%{client:add_cui}" == 'yes') { (3) EXPAND %{client:add_cui} (3) --> (3) if ("%{client:add_cui}" == 'yes') -> FALSE (3) } # policy cui.authorize = ok (3) [chap] = noop (3) [mschap] = noop (3) [digest] = noop (3) suffix: Checking for suffix after "@" (3) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (3) suffix: Found realm "esiee.fr" (3) suffix: Adding Stripped-User-Name = "dupalutb" (3) suffix: Adding Realm = "esiee.fr" (3) suffix: Authentication realm is LOCAL (3) [suffix] = ok (3) eap: Peer sent EAP Response (code 2) ID 4 length 6 (3) eap: Continuing tunnel setup (3) [eap] = ok (3) } # authorize = ok (3) Found Auth-Type = eap (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authenticate { (3) eap: Expiring EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Finished EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Previous EAP request found for state 0x3c6a37ee3e6e2e93, released from the list (3) eap: Peer sent packet with method EAP PEAP (25) (3) eap: Calling submodule eap_peap to process data (3) eap_peap: Continuing EAP-TLS (3) eap_peap: Peer ACKed our handshake fragment (3) eap_peap: [eaptls verify] = request (3) eap_peap: [eaptls process] = handled (3) eap: Sending EAP Request (code 1) ID 5 length 192 (3) eap: EAP session adding &reply:State = 0x3c6a37ee3f6f2e93 (3) [eap] = handled (3) } # authenticate = handled (3) Using Post-Auth-Type Challenge (3) Post-Auth-Type sub-section not found. Ignoring. (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) Sent Access-Challenge Id 85 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (3) EAP-Message =
0x010500c0190040f2d8e243c7dca17d7cc42ac4a24043d834c2ef80dd4786629997136f1813d87b1754934584e3697494fe75601139581f3268852f921aec3a7fe80fd9ad8c72e86f542c59e68c71215fa2cec04280a50bc861ba85f61c8791d24fe340d239cabb6ee00e914dca3d4768ae487acb8aab30 (3) Message-Authenticator = 0x00000000000000000000000000000000 (3) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (3) Finished request Waking up in 4.9 seconds. (4) Received Access-Request Id 86 from 10.250.80.11:32777 to 147.215.150.39:1812 length 427 (4) User-Name = "dupalutb@esiee.fr" (4) Chargeable-User-Identity = 0x00 (4) Location-Capable = Civix-Location (4) Calling-Station-Id = "c0-ee-fb-df-41-6f" (4) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (4) NAS-Port = 13 (4) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (4) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (4) NAS-IP-Address = 10.250.80.11 (4) NAS-Identifier = "DC1-B13-WIF01" (4) Airespace-Wlan-Id = 3 (4) Service-Type = Framed-User (4) Framed-MTU = 1300 (4) NAS-Port-Type = Wireless-802.11 (4) Tunnel-Type:0 = VLAN (4) Tunnel-Medium-Type:0 = IEEE-802 (4) Tunnel-Private-Group-Id:0 = "800" (4) EAP-Message =
0x0205008819800000007e160303004610000042410414837062191eaf396de2bf405b7e6e6dafb36b157ea69406ddc56c67309244bb4bd958087f0cbb5dce416f48de10eec896f5d9c115844644e76ef7a372e072c214030300010116030300280000000000000000808a75745dcc305f2d626cd02b9a72 (4) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (4) Message-Authenticator = 0x61f5558d3797c2cbaf9dec740999470b (4) session-state: No cached attributes (4) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authorize { (4) if (!(User-Name =~ /@/)){ (4) if (!(User-Name =~ /@/)) -> FALSE (4) if (User-Name =~ /@$/){ (4) if (User-Name =~ /@$/) -> FALSE (4) if (User-Name =~ /@.+?@/){ (4) if (User-Name =~ /@.+?@/) -> FALSE (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (4) if (User-Name =~ /@[\\.-]/){ (4) if (User-Name =~ /@[\\.-]/) -> FALSE (4) if (User-Name =~ /@.+?[\\.-]$/){ (4) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (4) if (User-Name =~ /@[^\\.]+$/){ (4) if (User-Name =~ /@[^\\.]+$/) -> FALSE (4) if (User-Name =~ /@.+?\\.\\./){ (4) if (User-Name =~ /@.+?\\.\\./) -> FALSE (4) if (User-Name =~ /@myabc\\.com$/i){ (4) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@\\.?ac\\.uk$/i){ (4) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (4) [preprocess] = ok (4) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (4) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (4) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (4) auth_log: EXPAND %t (4) auth_log: --> Mon Jul 9 15:28:46 2018 (4) [auth_log] = ok (4) policy operator-name.authorize { (4) if ("%{client:Operator-Name}") { (4) EXPAND %{client:Operator-Name} (4) --> (4) if ("%{client:Operator-Name}") -> FALSE (4) } # policy operator-name.authorize = ok (4) policy cui.authorize { (4) if ("%{client:add_cui}" == 'yes') { (4) EXPAND %{client:add_cui} (4) --> (4) if ("%{client:add_cui}" == 'yes') -> FALSE (4) } # policy cui.authorize = ok (4) [chap] = noop (4) [mschap] = noop (4) [digest] = noop (4) suffix: Checking for suffix after "@" (4) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (4) suffix: Found realm "esiee.fr" (4) suffix: Adding Stripped-User-Name = "dupalutb" (4) suffix: Adding Realm = "esiee.fr" (4) suffix: Authentication realm is LOCAL (4) [suffix] = ok (4) eap: Peer sent EAP Response (code 2) ID 5 length 136 (4) eap: Continuing tunnel setup (4) [eap] = ok (4) } # authorize = ok (4) Found Auth-Type = eap (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authenticate { (4) eap: Expiring EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Finished EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Previous EAP request found for state 0x3c6a37ee3f6f2e93, released from the list (4) eap: Peer sent packet with method EAP PEAP (25) (4) eap: Calling submodule eap_peap to process data (4) eap_peap: Continuing EAP-TLS (4) eap_peap: Peer indicated complete TLS record size will be 126 bytes (4) eap_peap: Got complete TLS record (126 bytes) (4) eap_peap: [eaptls verify] = length included (4) eap_peap: TLS_accept: SSLv3/TLS write server done (4) eap_peap: <<< recv TLS 1.2 [length 0046] (4) eap_peap: TLS_accept: SSLv3/TLS read client key exchange (4) eap_peap: TLS_accept: SSLv3/TLS read change cipher spec (4) eap_peap: <<< recv TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS read finished (4) eap_peap: >>> send TLS 1.2 [length 0001] (4) eap_peap: TLS_accept: SSLv3/TLS write change cipher spec (4) eap_peap: >>> send TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS write finished (4) eap_peap: (other): SSL negotiation finished successfully (4) eap_peap: SSL Connection Established (4) eap_peap: [eaptls process] = handled (4) eap: Sending EAP Request (code 1) ID 6 length 57 (4) eap: EAP session adding &reply:State = 0x3c6a37ee386c2e93 (4) [eap] = handled (4) } # authenticate = handled (4) Using Post-Auth-Type Challenge (4) Post-Auth-Type sub-section not found. Ignoring. (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) Sent Access-Challenge Id 86 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (4) EAP-Message =
0x0106003919001403030001011603030028c1f25236e0c596c1efb00e2846da7f7e171bb11a8607188e0fff02e71fd61e47a5e652577debeabb (4) Message-Authenticator = 0x00000000000000000000000000000000 (4) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (4) Finished request Waking up in 4.9 seconds. (5) Received Access-Request Id 87 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (5) User-Name = "dupalutb@esiee.fr" (5) Chargeable-User-Identity = 0x00 (5) Location-Capable = Civix-Location (5) Calling-Station-Id = "c0-ee-fb-df-41-6f" (5) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (5) NAS-Port = 13 (5) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (5) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (5) NAS-IP-Address = 10.250.80.11 (5) NAS-Identifier = "DC1-B13-WIF01" (5) Airespace-Wlan-Id = 3 (5) Service-Type = Framed-User (5) Framed-MTU = 1300 (5) NAS-Port-Type = Wireless-802.11 (5) Tunnel-Type:0 = VLAN (5) Tunnel-Medium-Type:0 = IEEE-802 (5) Tunnel-Private-Group-Id:0 = "800" (5) EAP-Message = 0x020600061900 (5) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (5) Message-Authenticator = 0x9e3042fec537da719747a42ae5b20aee (5) session-state: No cached attributes (5) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (5) authorize { (5) if (!(User-Name =~ /@/)){ (5) if (!(User-Name =~ /@/)) -> FALSE (5) if (User-Name =~ /@$/){ (5) if (User-Name =~ /@$/) -> FALSE (5) if (User-Name =~ /@.+?@/){ (5) if (User-Name =~ /@.+?@/) -> FALSE (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (5) if (User-Name =~ /@[\\.-]/){ (5) if (User-Name =~ /@[\\.-]/) -> FALSE (5) if (User-Name =~ /@.+?[\\.-]$/){ (5) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (5) if (User-Name =~ /@[^\\.]+$/){ (5) if (User-Name =~ /@[^\\.]+$/) -> FALSE (5) if (User-Name =~ /@.+?\\.\\./){ (5) if (User-Name =~ /@.+?\\.\\./) -> FALSE (5) if (User-Name =~ /@myabc\\.com$/i){ (5) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@\\.?ac\\.uk$/i){ (5) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (5) [preprocess] = ok (5) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (5) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (5) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (5) auth_log: EXPAND %t (5) auth_log: --> Mon Jul 9 15:28:46 2018 (5) [auth_log] = ok (5) policy operator-name.authorize { (5) if ("%{client:Operator-Name}") { (5) EXPAND %{client:Operator-Name} (5) --> (5) if ("%{client:Operator-Name}") -> FALSE (5) } # policy operator-name.authorize = ok (5) policy cui.authorize { (5) if ("%{client:add_cui}" == 'yes') { (5) EXPAND %{client:add_cui} (5) --> (5) if ("%{client:add_cui}" == 'yes') -> FALSE (5) } # policy cui.authorize = ok (5) [chap] = noop (5) [mschap] = noop (5) [digest] = noop (5) suffix: Checking for suffix after "@" (5) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (5) suffix: Found realm "esiee.fr" (5) suffix: Adding Stripped-User-Name = "dupalutb" (5) suffix: Adding Realm = "esiee.fr" (5) suffix: Authentication realm is LOCAL (5) [suffix] = ok (5) eap: Peer sent EAP Response (code 2) ID 6 length 6 (5) eap: Continuing tunnel setup (5) [eap] = ok (5) } # authorize = ok (5) Found Auth-Type = eap (5) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (5) authenticate { (5) eap: Expiring EAP session with state 0x3c6a37ee386c2e93 (5) eap: Finished EAP session with state 0x3c6a37ee386c2e93 (5) eap: Previous EAP request found for state 0x3c6a37ee386c2e93, released from the list (5) eap: Peer sent packet with method EAP PEAP (25) (5) eap: Calling submodule eap_peap to process data (5) eap_peap: Continuing EAP-TLS (5) eap_peap: Peer ACKed our handshake fragment. handshake is finished (5) eap_peap: [eaptls verify] = success (5) eap_peap: [eaptls process] = success (5) eap_peap: Session established. Decoding tunneled attributes (5) eap_peap: PEAP state TUNNEL ESTABLISHED (5) eap: Sending EAP Request (code 1) ID 7 length 40 (5) eap: EAP session adding &reply:State = 0x3c6a37ee396d2e93 (5) [eap] = handled (5) } # authenticate = handled (5) Using Post-Auth-Type Challenge (5) Post-Auth-Type sub-section not found. Ignoring. (5) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (5) Sent Access-Challenge Id 87 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (5) EAP-Message =
0x010700281900170303001dc1f25236e0c596c29688921a40bb3e2c6f2ba8ebcc75dd745022b6e071 (5) Message-Authenticator = 0x00000000000000000000000000000000 (5) State = 0x3c6a37ee396d2e93c2b2b741aca9ccb7 (5) Finished request Waking up in 4.9 seconds. (6) Received Access-Request Id 88 from 10.250.80.11:32777 to 147.215.150.39:1812 length 344 (6) User-Name = "dupalutb@esiee.fr" (6) Chargeable-User-Identity = 0x00 (6) Location-Capable = Civix-Location (6) Calling-Station-Id = "c0-ee-fb-df-41-6f" (6) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (6) NAS-Port = 13 (6) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (6) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (6) NAS-IP-Address = 10.250.80.11 (6) NAS-Identifier = "DC1-B13-WIF01" (6) Airespace-Wlan-Id = 3 (6) Service-Type = Framed-User (6) Framed-MTU = 1300 (6) NAS-Port-Type = Wireless-802.11 (6) Tunnel-Type:0 = VLAN (6) Tunnel-Medium-Type:0 = IEEE-802 (6) Tunnel-Private-Group-Id:0 = "800" (6) EAP-Message =
0x020700351900170303002a0000000000000001ea5e165a62fee8c7c4e0a6bd0e1185a8acc8e14eaea82895c17f860b61a55281b22d (6) State = 0x3c6a37ee396d2e93c2b2b741aca9ccb7 (6) Message-Authenticator = 0xfb2682fee7930fe942920bd335ddf239 (6) session-state: No cached attributes (6) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (6) authorize { (6) if (!(User-Name =~ /@/)){ (6) if (!(User-Name =~ /@/)) -> FALSE (6) if (User-Name =~ /@$/){ (6) if (User-Name =~ /@$/) -> FALSE (6) if (User-Name =~ /@.+?@/){ (6) if (User-Name =~ /@.+?@/) -> FALSE (6) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (6) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (6) if (User-Name =~ /@[\\.-]/){ (6) if (User-Name =~ /@[\\.-]/) -> FALSE (6) if (User-Name =~ /@.+?[\\.-]$/){ (6) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (6) if (User-Name =~ /@[^\\.]+$/){ (6) if (User-Name =~ /@[^\\.]+$/) -> FALSE (6) if (User-Name =~ /@.+?\\.\\./){ (6) if (User-Name =~ /@.+?\\.\\./) -> FALSE (6) if (User-Name =~ /@myabc\\.com$/i){ (6) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (6) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (6) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (6) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (6) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (6) if (User-Name =~ /@\\.?ac\\.uk$/i){ (6) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (6) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (6) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (6) [preprocess] = ok (6) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d (6) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (6) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (6) auth_log: EXPAND %t (6) auth_log: --> Mon Jul 9 15:28:46 2018 (6) [auth_log] = ok (6) policy operator-name.authorize { (6) if ("%{client:Operator-Name}") { (6) EXPAND %{client:Operator-Name} (6) --> (6) if ("%{client:Operator-Name}") -> FALSE (6) } # policy operator-name.authorize = ok (6) policy cui.authorize { (6) if ("%{client:add_cui}" == 'yes') { (6) EXPAND %{client:add_cui} (6) --> (6) if ("%{client:add_cui}" == 'yes') -> FALSE (6) } # policy cui.authorize = ok (6) [chap] = noop (6) [mschap] = noop (6) [digest] = noop (6) suffix: Checking for suffix after "@" (6) suffix: Looking up realm "esiee.fr" for User-Name = "dupalutb@esiee.fr " (6) suffix: Found realm "esiee.fr" (6) suffix: Adding Stripped-User-Name = "dupalutb" (6) suffix: Adding Realm = "esiee.fr" (6) suffix: Authentication realm is LOCAL (6) [suffix] = ok (6) eap: Peer sent EAP Response (code 2) ID 7 length 53 (6) eap: Continuing tunnel setup (6) [eap] = ok (6) } # authorize = ok (6) Found Auth-Type = eap (6) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (6) authenticate { (6) eap: Expiring EAP session with state 0x3c6a37ee396d2e93 (6) eap: Finished EAP session with state 0x3c6a37ee396d2e93 (6) eap: Previous EAP request found for state 0x3c6a37ee396d2e93, released from the list (6) eap: Peer sent packet with method EAP PEAP (25) (6) eap: Calling submodule eap_peap to process data (6) eap_peap: Continuing EAP-TLS (6) eap_peap: [eaptls verify] = ok (6) eap_peap: Done initial handshake (6) eap_peap: [eaptls process] = ok (6) eap_peap: Session established. Decoding tunneled attributes (6) eap_peap: PEAP state WAITING FOR INNER IDENTITY (6) eap_peap: Identity - dupalutb@esiee.fr (6) eap_peap: Got inner identity 'dupalutb@esiee.fr' (6) eap_peap: Setting default EAP type for tunneled EAP session (6) eap_peap: Got tunneled request (6) eap_peap: EAP-Message = 0x0207001601647570616c7574624065736965652e6672 (6) eap_peap: Setting User-Name to dupalutb@esiee.fr (6) eap_peap: Sending tunneled request to inner-tunnel (6) eap_peap: EAP-Message = 0x0207001601647570616c7574624065736965652e6672 (6) eap_peap: FreeRADIUS-Proxied-To = 127.0.0.1 (6) eap_peap: User-Name = "dupalutb@esiee.fr" (6) eap_peap: Chargeable-User-Identity = 0x00 (6) eap_peap: Location-Capable = Civix-Location (6) eap_peap: Calling-Station-Id = "c0-ee-fb-df-41-6f" (6) eap_peap: Called-Station-Id =
Hi, Thank you Alan DeKok and Alan Buxey, the ntlm-auth works fine now. I forgot to uncomment the "ntlm_auth" line in the mschap mod. Alan Buxey : i added the missing "ipaddr" lines in the "clients.conf" file. Thank you for your vigilance. Cordialement, *Benjamin Dupalut* Administrateur système et réseau Service des Moyens Informatiques Généraux (SMIG) ESIEE Paris 2 bd Blaise Pascal - 93162 Noisy-le-Grand Cedex T : +33 1 45 92 66 17 benjamin.dupalut@esiee.fr www.esiee.fr / www.cci-paris-idf.fr Le lun. 9 juil. 2018 à 19:53, Alan Buxey <alan.buxey@gmail.com> a écrit :
Hi
You need to ensure that you have activated the ntlm_auth line in the mschap module. If you read the output you'll also notice other warnings, your clients.conf has old entry types, update those definitions
alan
On Mon, 9 Jul 2018, 14:44 Benjamin DUPALUT, <benjamin.dupalut@esiee.fr> wrote:
Hi,
Im' now trying to set up 802.1x Wi-Fi authentication on Cisco Wi-Fi access point trough Cisco Wireless Controller.
While local radtest works fine, when trying to authenticate via the Wi-Fi access point i get these errors :
root@radius:~# freeradius -X FreeRADIUS Version 3.0.12 Copyright (C) 1999-2016 The FreeRADIUS server project and contributors There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License For more information about these matters, see the file named COPYRIGHT Starting - reading configuration files ... including dictionary file /usr/share/freeradius/dictionary including dictionary file /usr/share/freeradius/dictionary.dhcp including dictionary file /usr/share/freeradius/dictionary.vqp including dictionary file /etc/freeradius/3.0/dictionary including configuration file /etc/freeradius/3.0/radiusd.conf including configuration file /etc/freeradius/3.0/proxy.conf including configuration file /etc/freeradius/3.0/clients.conf including files in directory /etc/freeradius/3.0/mods-enabled/ including configuration file /etc/freeradius/3.0/mods-enabled/cache_eap including configuration file /etc/freeradius/3.0/mods-enabled/soh including configuration file /etc/freeradius/3.0/mods-enabled/unpack including configuration file /etc/freeradius/3.0/mods-enabled/logintime including configuration file /etc/freeradius/3.0/mods-enabled/detail.log including configuration file /etc/freeradius/3.0/mods-enabled/exec including configuration file /etc/freeradius/3.0/mods-enabled/detail including configuration file /etc/freeradius/3.0/mods-enabled/chap including configuration file /etc/freeradius/3.0/mods-enabled/pap including configuration file /etc/freeradius/3.0/mods-enabled/files including configuration file /etc/freeradius/3.0/mods-enabled/digest including configuration file /etc/freeradius/3.0/mods-enabled/preprocess including configuration file /etc/freeradius/3.0/mods-enabled/echo including configuration file /etc/freeradius/3.0/mods-enabled/expiration including configuration file /etc/freeradius/3.0/mods-enabled/eduroam_logging including configuration file /etc/freeradius/3.0/mods-enabled/radutmp including configuration file /etc/freeradius/3.0/mods-enabled/mschap including configuration file /etc/freeradius/3.0/mods-enabled/ntlm_auth including configuration file /etc/freeradius/3.0/mods-enabled/sradutmp including configuration file /etc/freeradius/3.0/mods-enabled/utf8 including configuration file /etc/freeradius/3.0/mods-enabled/dynamic_clients including configuration file /etc/freeradius/3.0/mods-enabled/always including configuration file /etc/freeradius/3.0/mods-enabled/attr_filter including configuration file /etc/freeradius/3.0/mods-enabled/replicate including configuration file /etc/freeradius/3.0/mods-enabled/realm including configuration file /etc/freeradius/3.0/mods-enabled/expr including configuration file /etc/freeradius/3.0/mods-enabled/passwd including configuration file /etc/freeradius/3.0/mods-enabled/unix including configuration file /etc/freeradius/3.0/mods-enabled/eap including configuration file /etc/freeradius/3.0/mods-enabled/linelog including files in directory /etc/freeradius/3.0/policy.d/ including configuration file /etc/freeradius/3.0/policy.d/debug including configuration file /etc/freeradius/3.0/policy.d/operator-name including configuration file /etc/freeradius/3.0/policy.d/cui including configuration file /etc/freeradius/3.0/policy.d/control including configuration file /etc/freeradius/3.0/policy.d/filter including configuration file /etc/freeradius/3.0/policy.d/moonshot-targeted-ids including configuration file /etc/freeradius/3.0/policy.d/dhcp including configuration file /etc/freeradius/3.0/policy.d/canonicalization including configuration file /etc/freeradius/3.0/policy.d/cui.orig including configuration file /etc/freeradius/3.0/policy.d/abfab-tr including configuration file /etc/freeradius/3.0/policy.d/eap including configuration file /etc/freeradius/3.0/policy.d/accounting including files in directory /etc/freeradius/3.0/sites-enabled/ including configuration file /etc/freeradius/3.0/sites-enabled/inner-tunnel including configuration file /etc/freeradius/3.0/sites-enabled/eduroam including configuration file /etc/freeradius/3.0/sites-enabled/../eduroam-realm-checks.conf main { security { user = "freerad" group = "freerad" allow_core_dumps = no } name = "freeradius" prefix = "/usr" localstatedir = "/var" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" } main { name = "freeradius" prefix = "/usr" localstatedir = "/var" sbindir = "/usr/sbin" logdir = "/var/log/freeradius" run_dir = "/var/run/freeradius" libdir = "/usr/lib/freeradius" radacctdir = "/var/log/freeradius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 16384 pidfile = "/var/run/freeradius/freeradius.pid" checkrad = "/usr/sbin/checkrad" debug_level = 0 proxy_requests = yes log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no colourise = yes msg_denied = "You are already logged in - access denied" } resources { } security { max_attributes = 200 reject_delay = 1.000000 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } realm ~.+$ { nostrip authhost = 195.220.94.130:1812 accthost = 195.220.94.130:1813 secret = <<< secret >>> } realm LOCAL { } realm esiee.fr { } home_server_pool my_auth_failover { type = fail-over home_server = localhost } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = <<< secret >>> proto = "*" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } client 195.220.94.130 { require_message_authenticator = no secret = <<< secret >>> shortname = "radtest.cru.fr" virtual_server = "eduroam" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 195.220.94.130. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.10 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF01" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.10. Please fix your configuration Support for old-style clients will be removed in a future release client 10.250.80.11 { require_message_authenticator = no secret = <<< secret >>> shortname = "DC2-B08-WIF02" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.250.80.11. Please fix your configuration Support for old-style clients will be removed in a future release client 10.64.112.108 { require_message_authenticator = no secret = <<< secret >>> shortname = "ESIEE-SPARE2" limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } No 'ipaddr' or 'ipv4addr' or 'ipv6addr' field found in client 10.64.112.108. Please fix your configuration Support for old-style clients will be removed in a future release Debugger not attached # Creating Auth-Type = ntlm_auth # Creating Auth-Type = mschap # Creating Auth-Type = eap # Creating Auth-Type = PAP # Creating Auth-Type = CHAP # Creating Auth-Type = MS-CHAP # Creating Auth-Type = digest radiusd: #### Instantiating modules #### modules { # Loaded module rlm_cache # Loading module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap cache cache_eap { driver = "rlm_cache_rbtree" key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}" ttl = 15 max_entries = 0 epoch = 0 add_stats = no } # Loaded module rlm_soh # Loading module "soh" from file /etc/freeradius/3.0/mods-enabled/soh soh { dhcp = yes } # Loaded module rlm_unpack # Loading module "unpack" from file /etc/freeradius/3.0/mods-enabled/unpack # Loaded module rlm_logintime # Loading module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime logintime { minimum_timeout = 60 } # Loaded module rlm_detail # Loading module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail auth_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d"
header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail reply_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d"
header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail pre_proxy_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d"
header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loading module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log detail post_proxy_log { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d"
header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_exec # Loading module "exec" from file /etc/freeradius/3.0/mods-enabled/exec exec { wait = no input_pairs = "request" shell_escape = yes timeout = 10 } # Loading module "detail" from file /etc/freeradius/3.0/mods-enabled/detail detail { filename =
"/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
header = "%t" permissions = 384 locking = no escape_filenames = no log_packet_header = no } # Loaded module rlm_chap # Loading module "chap" from file /etc/freeradius/3.0/mods-enabled/chap # Loaded module rlm_pap # Loading module "pap" from file /etc/freeradius/3.0/mods-enabled/pap pap { normalise = yes } # Loaded module rlm_files # Loading module "files" from file /etc/freeradius/3.0/mods-enabled/files files { filename = "/etc/freeradius/3.0/mods-config/files/authorize" acctusersfile = "/etc/freeradius/3.0/mods-config/files/accounting" preproxy_usersfile = "/etc/freeradius/3.0/mods-config/files/pre-proxy" } # Loaded module rlm_digest # Loading module "digest" from file /etc/freeradius/3.0/mods-enabled/digest # Loaded module rlm_preprocess # Loading module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess preprocess { huntgroups = "/etc/freeradius/3.0/mods-config/preprocess/huntgroups" hints = "/etc/freeradius/3.0/mods-config/preprocess/hints" with_ascend_hack = no ascend_channels_per_line = 23 with_ntdomain_hack = no with_specialix_jetstream_hack = no with_cisco_vsa_hack = no with_alvarion_vsa_hack = no } # Loading module "echo" from file /etc/freeradius/3.0/mods-enabled/echo exec echo { wait = yes program = "/bin/echo %{User-Name}" input_pairs = "request" output_pairs = "reply" shell_escape = yes } # Loaded module rlm_expiration # Loading module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Loaded module rlm_linelog # Loading module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog f_ticks { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "f_ticks.%{%{reply:Packet-Type}:-format}" } # Loading module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog eduroam_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "eduroam_log.%{%{reply:Packet-Type}:-format}" } # Loading module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging linelog inner_auth_log { filename = "syslog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "inner_auth_log.%{%{reply:Packet-Type}:-format}" } # Loaded module rlm_radutmp # Loading module "radutmp" from file /etc/freeradius/3.0/mods-enabled/radutmp radutmp { filename = "/var/log/freeradius/radutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 384 caller_id = yes } # Loaded module rlm_mschap # Loading module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = yes passchange { } allow_retry = yes } # Loading module "ntlm_auth" from file /etc/freeradius/3.0/mods-enabled/ntlm_auth exec ntlm_auth { wait = yes program = "/usr/bin/ntlm_auth --request-nt-key --domain=lan.esiee.fr --username=%{Stripped-User-Name} --password=%{User-Password}" shell_escape = yes } # Loading module "sradutmp" from file /etc/freeradius/3.0/mods-enabled/sradutmp radutmp sradutmp { filename = "/var/log/freeradius/sradutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes permissions = 420 caller_id = no } # Loaded module rlm_utf8 # Loading module "utf8" from file /etc/freeradius/3.0/mods-enabled/utf8 # Loaded module rlm_dynamic_clients # Loading module "dynamic_clients" from file /etc/freeradius/3.0/mods-enabled/dynamic_clients # Loaded module rlm_always # Loading module "reject" from file /etc/freeradius/3.0/mods-enabled/always always reject { rcode = "reject" simulcount = 0 mpp = no } # Loading module "fail" from file /etc/freeradius/3.0/mods-enabled/always always fail { rcode = "fail" simulcount = 0 mpp = no } # Loading module "ok" from file /etc/freeradius/3.0/mods-enabled/always always ok { rcode = "ok" simulcount = 0 mpp = no } # Loading module "handled" from file /etc/freeradius/3.0/mods-enabled/always always handled { rcode = "handled" simulcount = 0 mpp = no } # Loading module "invalid" from file /etc/freeradius/3.0/mods-enabled/always always invalid { rcode = "invalid" simulcount = 0 mpp = no } # Loading module "userlock" from file /etc/freeradius/3.0/mods-enabled/always always userlock { rcode = "userlock" simulcount = 0 mpp = no } # Loading module "notfound" from file /etc/freeradius/3.0/mods-enabled/always always notfound { rcode = "notfound" simulcount = 0 mpp = no } # Loading module "noop" from file /etc/freeradius/3.0/mods-enabled/always always noop { rcode = "noop" simulcount = 0 mpp = no } # Loading module "updated" from file /etc/freeradius/3.0/mods-enabled/always always updated { rcode = "updated" simulcount = 0 mpp = no } # Loaded module rlm_attr_filter # Loading module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.post-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/post-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.pre-proxy { filename = "/etc/freeradius/3.0/mods-config/attr_filter/pre-proxy" key = "%{Realm}" relaxed = no } # Loading module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_reject { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_reject" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.access_challenge { filename = "/etc/freeradius/3.0/mods-config/attr_filter/access_challenge" key = "%{User-Name}" relaxed = no } # Loading module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter attr_filter attr_filter.accounting_response { filename = "/etc/freeradius/3.0/mods-config/attr_filter/accounting_response" key = "%{User-Name}" relaxed = no } # Loaded module rlm_replicate # Loading module "replicate" from file /etc/freeradius/3.0/mods-enabled/replicate # Loaded module rlm_realm # Loading module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm realm IPASS { format = "prefix" delimiter = "/" ignore_default = no ignore_null = no } # Loading module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } # Loading module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm realm realmpercent { format = "suffix" delimiter = "%" ignore_default = no ignore_null = no } # Loading module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm realm ntdomain { format = "prefix" delimiter = "\\" ignore_default = no ignore_null = no } # Loaded module rlm_expr # Loading module "expr" from file /etc/freeradius/3.0/mods-enabled/expr expr { safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /äéöüàâæçèéêëîïôùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔÙÛÜ" } # Loaded module rlm_passwd # Loading module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd passwd etc_passwd { filename = "/etc/passwd" format = "*User-Name:Crypt-Password:" delimiter = ":" ignore_nislike = no ignore_empty = yes allow_multiple_keys = no hash_size = 100 } # Loaded module rlm_unix # Loading module "unix" from file /etc/freeradius/3.0/mods-enabled/unix unix { radwtmp = "/var/log/freeradius/radwtmp" } Creating attribute Unix-Group # Loaded module rlm_eap # Loading module "eap" from file /etc/freeradius/3.0/mods-enabled/eap eap { default_eap_type = "md5" timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no max_sessions = 16384 } # Loading module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog linelog { filename = "/var/log/freeradius/linelog" escape_filenames = no syslog_severity = "info" permissions = 384 format = "This is a log message for %{User-Name}" reference = "messages.%{%{reply:Packet-Type}:-default}" } # Loading module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog linelog log_accounting { filename = "/var/log/freeradius/linelog-accounting" escape_filenames = no syslog_severity = "info" permissions = 384 format = "" reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}" } instantiate { } # Instantiating module "cache_eap" from file /etc/freeradius/3.0/mods-enabled/cache_eap rlm_cache (cache_eap): Driver rlm_cache_rbtree (module rlm_cache_rbtree) loaded and linked # Instantiating module "logintime" from file /etc/freeradius/3.0/mods-enabled/logintime # Instantiating module "auth_log" from file /etc/freeradius/3.0/mods-enabled/detail.log rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail output # Instantiating module "reply_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "pre_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "post_proxy_log" from file /etc/freeradius/3.0/mods-enabled/detail.log # Instantiating module "detail" from file /etc/freeradius/3.0/mods-enabled/detail # Instantiating module "pap" from file /etc/freeradius/3.0/mods-enabled/pap # Instantiating module "files" from file /etc/freeradius/3.0/mods-enabled/files reading pairlist file /etc/freeradius/3.0/mods-config/files/authorize reading pairlist file /etc/freeradius/3.0/mods-config/files/accounting reading pairlist file /etc/freeradius/3.0/mods-config/files/pre-proxy # Instantiating module "preprocess" from file /etc/freeradius/3.0/mods-enabled/preprocess reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/huntgroups reading pairlist file /etc/freeradius/3.0/mods-config/preprocess/hints # Instantiating module "expiration" from file /etc/freeradius/3.0/mods-enabled/expiration # Instantiating module "f_ticks" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "eduroam_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "inner_auth_log" from file /etc/freeradius/3.0/mods-enabled/eduroam_logging # Instantiating module "mschap" from file /etc/freeradius/3.0/mods-enabled/mschap rlm_mschap (mschap): using internal authentication # Instantiating module "reject" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "fail" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "ok" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "handled" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "invalid" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "userlock" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "notfound" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "noop" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "updated" from file /etc/freeradius/3.0/mods-enabled/always # Instantiating module "attr_filter.post-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/post-proxy # Instantiating module "attr_filter.pre-proxy" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/pre-proxy # Instantiating module "attr_filter.access_reject" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_reject [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay" found in filter list for realm "DEFAULT". [/etc/freeradius/3.0/mods-config/attr_filter/access_reject]:11 Check item "FreeRADIUS-Response-Delay-USec" found in filter list for realm "DEFAULT". # Instantiating module "attr_filter.access_challenge" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/access_challenge # Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/3.0/mods-enabled/attr_filter reading pairlist file /etc/freeradius/3.0/mods-config/attr_filter/accounting_response # Instantiating module "IPASS" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "suffix" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "realmpercent" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "ntdomain" from file /etc/freeradius/3.0/mods-enabled/realm # Instantiating module "etc_passwd" from file /etc/freeradius/3.0/mods-enabled/passwd rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no # Instantiating module "eap" from file /etc/freeradius/3.0/mods-enabled/eap # Linked to sub-module rlm_eap_md5 # Linked to sub-module rlm_eap_leap # Linked to sub-module rlm_eap_gtc gtc { challenge = "Password: " auth_type = "PAP" } # Linked to sub-module rlm_eap_tls tls { tls = "tls-common" } tls-config tls-common { verify_depth = 0 ca_path = "/etc/freeradius/3.0/certs" pem_file_type = yes private_key_file = "/etc/ssl/private/ssl-cert-snakeoil.key" certificate_file = "/etc/ssl/certs/ssl-cert-snakeoil.pem" ca_file = "/etc/ssl/certs/ca-certificates.crt" private_key_password = <<< secret >>> dh_file = "/etc/freeradius/3.0/certs/dh" fragment_size = 1024 include_length = yes auto_chain = yes check_crl = no check_all_crl = no cipher_list = "DEFAULT" ecdh_curve = "prime256v1" cache { enable = yes lifetime = 24 max_entries = 255 } verify { skip_if_ocsp_ok = no } ocsp { enable = no override_cert_url = yes url = "http://127.0.0.1/ocsp/" use_nonce = yes timeout = 0 softfail = no } } # Linked to sub-module rlm_eap_ttls ttls { tls = "tls-common" default_eap_type = "md5" copy_request_to_tunnel = yes use_tunneled_reply = yes virtual_server = "inner-tunnel" include_length = yes require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_peap peap { tls = "tls-common" default_eap_type = "mschapv2" copy_request_to_tunnel = yes use_tunneled_reply = yes proxy_tunneled_request_as_eap = yes virtual_server = "inner-tunnel" soh = no require_client_cert = no } tls: Using cached TLS configuration from previous invocation # Linked to sub-module rlm_eap_mschapv2 mschapv2 { with_ntdomain_hack = no send_error = no } # Instantiating module "linelog" from file /etc/freeradius/3.0/mods-enabled/linelog # Instantiating module "log_accounting" from file /etc/freeradius/3.0/mods-enabled/linelog } # modules radiusd: #### Loading Virtual Servers #### server { # from file /etc/freeradius/3.0/radiusd.conf } # server server inner-tunnel { # from file /etc/freeradius/3.0/sites-enabled/inner-tunnel # Loading authenticate {...} # Loading authorize {...} Ignoring "sql" (see raddb/mods-available/README.rst) Ignoring "ldap" (see raddb/mods-available/README.rst) # Loading session {...} # Loading post-proxy {...} # Loading post-auth {...} } # server inner-tunnel server eduroam { # from file /etc/freeradius/3.0/sites-enabled/eduroam # Loading authenticate {...} # Loading authorize {...} # Loading preacct {...} # Loading accounting {...} # Loading pre-proxy {...} # Loading post-proxy {...} # Loading post-auth {...} } # server eduroam radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = 127.0.0.1 port = 18120 } listen { type = "auth" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } listen { type = "acct" ipaddr = * port = 0 limit { max_connections = 16 lifetime = 0 idle_timeout = 30 } } Listening on auth address 127.0.0.1 port 18120 bound to server inner-tunnel Listening on auth address * port 1812 bound to server eduroam Listening on acct address * port 1813 bound to server eduroam Listening on proxy address * port 59637 Ready to process requests (0) Received Access-Request Id 82 from 10.250.80.11:32777 to 147.215.150.39:1812 length 295 (0) User-Name = "dupalutb@esiee.fr" (0) Chargeable-User-Identity = 0x00 (0) Location-Capable = Civix-Location (0) Calling-Station-Id = "c0-ee-fb-df-41-6f" (0) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (0) NAS-Port = 13 (0) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (0) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (0) NAS-IP-Address = 10.250.80.11 (0) NAS-Identifier = "DC1-B13-WIF01" (0) Airespace-Wlan-Id = 3 (0) Service-Type = Framed-User (0) Framed-MTU = 1300 (0) NAS-Port-Type = Wireless-802.11 (0) Tunnel-Type:0 = VLAN (0) Tunnel-Medium-Type:0 = IEEE-802 (0) Tunnel-Private-Group-Id:0 = "800" (0) EAP-Message = 0x0201001601647570616c7574624065736965652e6672 (0) Message-Authenticator = 0xe0545e1fb7b48c327e169a690dd77164 (0) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authorize { (0) if (!(User-Name =~ /@/)){ (0) if (!(User-Name =~ /@/)) -> FALSE (0) if (User-Name =~ /@$/){ (0) if (User-Name =~ /@$/) -> FALSE (0) if (User-Name =~ /@.+?@/){ (0) if (User-Name =~ /@.+?@/) -> FALSE (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (0) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (0) if (User-Name =~ /@[\\.-]/){ (0) if (User-Name =~ /@[\\.-]/) -> FALSE (0) if (User-Name =~ /@.+?[\\.-]$/){ (0) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (0) if (User-Name =~ /@[^\\.]+$/){ (0) if (User-Name =~ /@[^\\.]+$/) -> FALSE (0) if (User-Name =~ /@.+?\\.\\./){ (0) if (User-Name =~ /@.+?\\.\\./) -> FALSE (0) if (User-Name =~ /@myabc\\.com$/i){ (0) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (0) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (0) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (0) if (User-Name =~ /@\\.?ac\\.uk$/i){ (0) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (0) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (0) [preprocess] = ok (0) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(0) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (0) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (0) auth_log: EXPAND %t (0) auth_log: --> Mon Jul 9 15:28:46 2018 (0) [auth_log] = ok (0) policy operator-name.authorize { (0) if ("%{client:Operator-Name}") { (0) EXPAND %{client:Operator-Name} (0) --> (0) if ("%{client:Operator-Name}") -> FALSE (0) } # policy operator-name.authorize = ok (0) policy cui.authorize { (0) if ("%{client:add_cui}" == 'yes') { (0) EXPAND %{client:add_cui} (0) --> (0) if ("%{client:add_cui}" == 'yes') -> FALSE (0) } # policy cui.authorize = ok (0) [chap] = noop (0) [mschap] = noop (0) [digest] = noop (0) suffix: Checking for suffix after "@" (0) suffix: Looking up realm "esiee.fr" for User-Name = " dupalutb@esiee.fr " (0) suffix: Found realm "esiee.fr" (0) suffix: Adding Stripped-User-Name = "dupalutb" (0) suffix: Adding Realm = "esiee.fr" (0) suffix: Authentication realm is LOCAL (0) [suffix] = ok (0) eap: Peer sent EAP Response (code 2) ID 1 length 22 (0) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize (0) [eap] = ok (0) } # authorize = ok (0) Found Auth-Type = eap (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) authenticate { (0) eap: Peer sent packet with method EAP Identity (1) (0) eap: Calling submodule eap_md5 to process data (0) eap_md5: Issuing MD5 Challenge (0) eap: Sending EAP Request (code 1) ID 2 length 22 (0) eap: EAP session adding &reply:State = 0x3c6a37ee3c683393 (0) [eap] = handled (0) } # authenticate = handled (0) Using Post-Auth-Type Challenge (0) Post-Auth-Type sub-section not found. Ignoring. (0) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (0) Sent Access-Challenge Id 82 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (0) EAP-Message = 0x0102001604108c6ad53a1d3e74c63566ebc88576d300 (0) Message-Authenticator = 0x00000000000000000000000000000000 (0) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (0) Finished request Waking up in 4.9 seconds. (1) Received Access-Request Id 83 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (1) User-Name = "dupalutb@esiee.fr" (1) Chargeable-User-Identity = 0x00 (1) Location-Capable = Civix-Location (1) Calling-Station-Id = "c0-ee-fb-df-41-6f" (1) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (1) NAS-Port = 13 (1) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (1) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (1) NAS-IP-Address = 10.250.80.11 (1) NAS-Identifier = "DC1-B13-WIF01" (1) Airespace-Wlan-Id = 3 (1) Service-Type = Framed-User (1) Framed-MTU = 1300 (1) NAS-Port-Type = Wireless-802.11 (1) Tunnel-Type:0 = VLAN (1) Tunnel-Medium-Type:0 = IEEE-802 (1) Tunnel-Private-Group-Id:0 = "800" (1) EAP-Message = 0x020200060319 (1) State = 0x3c6a37ee3c683393c2b2b741aca9ccb7 (1) Message-Authenticator = 0x9d4b5cd6add19b2b8f809eefea3fae43 (1) session-state: No cached attributes (1) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authorize { (1) if (!(User-Name =~ /@/)){ (1) if (!(User-Name =~ /@/)) -> FALSE (1) if (User-Name =~ /@$/){ (1) if (User-Name =~ /@$/) -> FALSE (1) if (User-Name =~ /@.+?@/){ (1) if (User-Name =~ /@.+?@/) -> FALSE (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (1) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (1) if (User-Name =~ /@[\\.-]/){ (1) if (User-Name =~ /@[\\.-]/) -> FALSE (1) if (User-Name =~ /@.+?[\\.-]$/){ (1) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (1) if (User-Name =~ /@[^\\.]+$/){ (1) if (User-Name =~ /@[^\\.]+$/) -> FALSE (1) if (User-Name =~ /@.+?\\.\\./){ (1) if (User-Name =~ /@.+?\\.\\./) -> FALSE (1) if (User-Name =~ /@myabc\\.com$/i){ (1) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (1) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (1) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (1) if (User-Name =~ /@\\.?ac\\.uk$/i){ (1) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (1) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (1) [preprocess] = ok (1) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(1) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (1) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (1) auth_log: EXPAND %t (1) auth_log: --> Mon Jul 9 15:28:46 2018 (1) [auth_log] = ok (1) policy operator-name.authorize { (1) if ("%{client:Operator-Name}") { (1) EXPAND %{client:Operator-Name} (1) --> (1) if ("%{client:Operator-Name}") -> FALSE (1) } # policy operator-name.authorize = ok (1) policy cui.authorize { (1) if ("%{client:add_cui}" == 'yes') { (1) EXPAND %{client:add_cui} (1) --> (1) if ("%{client:add_cui}" == 'yes') -> FALSE (1) } # policy cui.authorize = ok (1) [chap] = noop (1) [mschap] = noop (1) [digest] = noop (1) suffix: Checking for suffix after "@" (1) suffix: Looking up realm "esiee.fr" for User-Name = " dupalutb@esiee.fr " (1) suffix: Found realm "esiee.fr" (1) suffix: Adding Stripped-User-Name = "dupalutb" (1) suffix: Adding Realm = "esiee.fr" (1) suffix: Authentication realm is LOCAL (1) [suffix] = ok (1) eap: Peer sent EAP Response (code 2) ID 2 length 6 (1) eap: No EAP Start, assuming it's an on-going EAP conversation (1) [eap] = updated (1) files: users: Matched entry DEFAULT at line 1 (1) [files] = ok (1) [expiration] = noop (1) [logintime] = noop (1) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type (1) pap: WARNING: Authentication will fail unless a "known good" password is available (1) [pap] = noop (1) } # authorize = updated (1) Found Auth-Type = eap (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) authenticate { (1) eap: Expiring EAP session with state 0x3c6a37ee3c683393 (1) eap: Finished EAP session with state 0x3c6a37ee3c683393 (1) eap: Previous EAP request found for state 0x3c6a37ee3c683393, released from the list (1) eap: Peer sent packet with method EAP NAK (3) (1) eap: Found mutually acceptable type PEAP (25) (1) eap: Calling submodule eap_peap to process data (1) eap_peap: Initiating new EAP-TLS session (1) eap_peap: [eaptls start] = request (1) eap: Sending EAP Request (code 1) ID 3 length 6 (1) eap: EAP session adding &reply:State = 0x3c6a37ee3d692e93 (1) [eap] = handled (1) } # authenticate = handled (1) Using Post-Auth-Type Challenge (1) Post-Auth-Type sub-section not found. Ignoring. (1) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (1) Sent Access-Challenge Id 83 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (1) EAP-Message = 0x010300061920 (1) Message-Authenticator = 0x00000000000000000000000000000000 (1) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (1) Finished request Waking up in 4.9 seconds. (2) Received Access-Request Id 84 from 10.250.80.11:32777 to 147.215.150.39:1812 length 440 (2) User-Name = "dupalutb@esiee.fr" (2) Chargeable-User-Identity = 0x00 (2) Location-Capable = Civix-Location (2) Calling-Station-Id = "c0-ee-fb-df-41-6f" (2) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (2) NAS-Port = 13 (2) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (2) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (2) NAS-IP-Address = 10.250.80.11 (2) NAS-Identifier = "DC1-B13-WIF01" (2) Airespace-Wlan-Id = 3 (2) Service-Type = Framed-User (2) Framed-MTU = 1300 (2) NAS-Port-Type = Wireless-802.11 (2) Tunnel-Type:0 = VLAN (2) Tunnel-Medium-Type:0 = IEEE-802 (2) Tunnel-Private-Group-Id:0 = "800" (2) EAP-Message =
0x0203009519800000008b16030100860100008203036a64b027e052a36f2b8f341bfefa4737f19e57f5327936d9373c8bc38ec0b79200002ac02bc02fc02cc030cca9cca8c009c023c013c027c00ac024c014c028009c009d002f003c0035003d000a0100002fff0100010000170000000d0010000e0403
(2) State = 0x3c6a37ee3d692e93c2b2b741aca9ccb7 (2) Message-Authenticator = 0x1f4d0f193acd67f72ba030fd794c97c6 (2) session-state: No cached attributes (2) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authorize { (2) if (!(User-Name =~ /@/)){ (2) if (!(User-Name =~ /@/)) -> FALSE (2) if (User-Name =~ /@$/){ (2) if (User-Name =~ /@$/) -> FALSE (2) if (User-Name =~ /@.+?@/){ (2) if (User-Name =~ /@.+?@/) -> FALSE (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (2) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (2) if (User-Name =~ /@[\\.-]/){ (2) if (User-Name =~ /@[\\.-]/) -> FALSE (2) if (User-Name =~ /@.+?[\\.-]$/){ (2) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (2) if (User-Name =~ /@[^\\.]+$/){ (2) if (User-Name =~ /@[^\\.]+$/) -> FALSE (2) if (User-Name =~ /@.+?\\.\\./){ (2) if (User-Name =~ /@.+?\\.\\./) -> FALSE (2) if (User-Name =~ /@myabc\\.com$/i){ (2) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (2) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (2) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (2) if (User-Name =~ /@\\.?ac\\.uk$/i){ (2) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (2) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (2) [preprocess] = ok (2) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(2) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (2) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (2) auth_log: EXPAND %t (2) auth_log: --> Mon Jul 9 15:28:46 2018 (2) [auth_log] = ok (2) policy operator-name.authorize { (2) if ("%{client:Operator-Name}") { (2) EXPAND %{client:Operator-Name} (2) --> (2) if ("%{client:Operator-Name}") -> FALSE (2) } # policy operator-name.authorize = ok (2) policy cui.authorize { (2) if ("%{client:add_cui}" == 'yes') { (2) EXPAND %{client:add_cui} (2) --> (2) if ("%{client:add_cui}" == 'yes') -> FALSE (2) } # policy cui.authorize = ok (2) [chap] = noop (2) [mschap] = noop (2) [digest] = noop (2) suffix: Checking for suffix after "@" (2) suffix: Looking up realm "esiee.fr" for User-Name = " dupalutb@esiee.fr " (2) suffix: Found realm "esiee.fr" (2) suffix: Adding Stripped-User-Name = "dupalutb" (2) suffix: Adding Realm = "esiee.fr" (2) suffix: Authentication realm is LOCAL (2) [suffix] = ok (2) eap: Peer sent EAP Response (code 2) ID 3 length 149 (2) eap: Continuing tunnel setup (2) [eap] = ok (2) } # authorize = ok (2) Found Auth-Type = eap (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) authenticate { (2) eap: Expiring EAP session with state 0x3c6a37ee3d692e93 (2) eap: Finished EAP session with state 0x3c6a37ee3d692e93 (2) eap: Previous EAP request found for state 0x3c6a37ee3d692e93, released from the list (2) eap: Peer sent packet with method EAP PEAP (25) (2) eap: Calling submodule eap_peap to process data (2) eap_peap: Continuing EAP-TLS (2) eap_peap: Peer indicated complete TLS record size will be 139 bytes (2) eap_peap: Got complete TLS record (139 bytes) (2) eap_peap: [eaptls verify] = length included (2) eap_peap: (other): before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: TLS_accept: before SSL initialization (2) eap_peap: <<< recv TLS 1.2 [length 0086] (2) eap_peap: TLS_accept: SSLv3/TLS read client hello (2) eap_peap: >>> send TLS 1.2 [length 003d] (2) eap_peap: TLS_accept: SSLv3/TLS write server hello (2) eap_peap: >>> send TLS 1.2 [length 02fa] (2) eap_peap: TLS_accept: SSLv3/TLS write certificate (2) eap_peap: >>> send TLS 1.2 [length 014d] (2) eap_peap: TLS_accept: SSLv3/TLS write key exchange (2) eap_peap: >>> send TLS 1.2 [length 0004] (2) eap_peap: TLS_accept: SSLv3/TLS write server done (2) eap_peap: TLS_accept: Need to read more data: SSLv3/TLS write server done (2) eap_peap: In SSL Handshake Phase (2) eap_peap: In SSL Accept mode (2) eap_peap: [eaptls process] = handled (2) eap: Sending EAP Request (code 1) ID 4 length 1004 (2) eap: EAP session adding &reply:State = 0x3c6a37ee3e6e2e93 (2) [eap] = handled (2) } # authenticate = handled (2) Using Post-Auth-Type Challenge (2) Post-Auth-Type sub-section not found. Ignoring. (2) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (2) Sent Access-Challenge Id 84 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (2) EAP-Message =
0x010403ec19c00000049c160303003d02000039030333e3503c3f12e124fb12ac07125c31ba805f2be8c54d92ca793250bed654617000c02f000011ff01000100000b0004030001020017000016030302fa0b0002f60002f30002f0308202ec308201d4a003020102020900d573b1cb3ba699a6300d0609
(2) Message-Authenticator = 0x00000000000000000000000000000000 (2) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (2) Finished request Waking up in 4.9 seconds. (3) Received Access-Request Id 85 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (3) User-Name = "dupalutb@esiee.fr" (3) Chargeable-User-Identity = 0x00 (3) Location-Capable = Civix-Location (3) Calling-Station-Id = "c0-ee-fb-df-41-6f" (3) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (3) NAS-Port = 13 (3) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (3) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (3) NAS-IP-Address = 10.250.80.11 (3) NAS-Identifier = "DC1-B13-WIF01" (3) Airespace-Wlan-Id = 3 (3) Service-Type = Framed-User (3) Framed-MTU = 1300 (3) NAS-Port-Type = Wireless-802.11 (3) Tunnel-Type:0 = VLAN (3) Tunnel-Medium-Type:0 = IEEE-802 (3) Tunnel-Private-Group-Id:0 = "800" (3) EAP-Message = 0x020400061900 (3) State = 0x3c6a37ee3e6e2e93c2b2b741aca9ccb7 (3) Message-Authenticator = 0x2cf23d59d8fa8af0fd1f3c6c54ede484 (3) session-state: No cached attributes (3) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authorize { (3) if (!(User-Name =~ /@/)){ (3) if (!(User-Name =~ /@/)) -> FALSE (3) if (User-Name =~ /@$/){ (3) if (User-Name =~ /@$/) -> FALSE (3) if (User-Name =~ /@.+?@/){ (3) if (User-Name =~ /@.+?@/) -> FALSE (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (3) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (3) if (User-Name =~ /@[\\.-]/){ (3) if (User-Name =~ /@[\\.-]/) -> FALSE (3) if (User-Name =~ /@.+?[\\.-]$/){ (3) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (3) if (User-Name =~ /@[^\\.]+$/){ (3) if (User-Name =~ /@[^\\.]+$/) -> FALSE (3) if (User-Name =~ /@.+?\\.\\./){ (3) if (User-Name =~ /@.+?\\.\\./) -> FALSE (3) if (User-Name =~ /@myabc\\.com$/i){ (3) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (3) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (3) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (3) if (User-Name =~ /@\\.?ac\\.uk$/i){ (3) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (3) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (3) [preprocess] = ok (3) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(3) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (3) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (3) auth_log: EXPAND %t (3) auth_log: --> Mon Jul 9 15:28:46 2018 (3) [auth_log] = ok (3) policy operator-name.authorize { (3) if ("%{client:Operator-Name}") { (3) EXPAND %{client:Operator-Name} (3) --> (3) if ("%{client:Operator-Name}") -> FALSE (3) } # policy operator-name.authorize = ok (3) policy cui.authorize { (3) if ("%{client:add_cui}" == 'yes') { (3) EXPAND %{client:add_cui} (3) --> (3) if ("%{client:add_cui}" == 'yes') -> FALSE (3) } # policy cui.authorize = ok (3) [chap] = noop (3) [mschap] = noop (3) [digest] = noop (3) suffix: Checking for suffix after "@" (3) suffix: Looking up realm "esiee.fr" for User-Name = " dupalutb@esiee.fr " (3) suffix: Found realm "esiee.fr" (3) suffix: Adding Stripped-User-Name = "dupalutb" (3) suffix: Adding Realm = "esiee.fr" (3) suffix: Authentication realm is LOCAL (3) [suffix] = ok (3) eap: Peer sent EAP Response (code 2) ID 4 length 6 (3) eap: Continuing tunnel setup (3) [eap] = ok (3) } # authorize = ok (3) Found Auth-Type = eap (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) authenticate { (3) eap: Expiring EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Finished EAP session with state 0x3c6a37ee3e6e2e93 (3) eap: Previous EAP request found for state 0x3c6a37ee3e6e2e93, released from the list (3) eap: Peer sent packet with method EAP PEAP (25) (3) eap: Calling submodule eap_peap to process data (3) eap_peap: Continuing EAP-TLS (3) eap_peap: Peer ACKed our handshake fragment (3) eap_peap: [eaptls verify] = request (3) eap_peap: [eaptls process] = handled (3) eap: Sending EAP Request (code 1) ID 5 length 192 (3) eap: EAP session adding &reply:State = 0x3c6a37ee3f6f2e93 (3) [eap] = handled (3) } # authenticate = handled (3) Using Post-Auth-Type Challenge (3) Post-Auth-Type sub-section not found. Ignoring. (3) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (3) Sent Access-Challenge Id 85 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (3) EAP-Message =
0x010500c0190040f2d8e243c7dca17d7cc42ac4a24043d834c2ef80dd4786629997136f1813d87b1754934584e3697494fe75601139581f3268852f921aec3a7fe80fd9ad8c72e86f542c59e68c71215fa2cec04280a50bc861ba85f61c8791d24fe340d239cabb6ee00e914dca3d4768ae487acb8aab30
(3) Message-Authenticator = 0x00000000000000000000000000000000 (3) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (3) Finished request Waking up in 4.9 seconds. (4) Received Access-Request Id 86 from 10.250.80.11:32777 to 147.215.150.39:1812 length 427 (4) User-Name = "dupalutb@esiee.fr" (4) Chargeable-User-Identity = 0x00 (4) Location-Capable = Civix-Location (4) Calling-Station-Id = "c0-ee-fb-df-41-6f" (4) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (4) NAS-Port = 13 (4) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (4) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (4) NAS-IP-Address = 10.250.80.11 (4) NAS-Identifier = "DC1-B13-WIF01" (4) Airespace-Wlan-Id = 3 (4) Service-Type = Framed-User (4) Framed-MTU = 1300 (4) NAS-Port-Type = Wireless-802.11 (4) Tunnel-Type:0 = VLAN (4) Tunnel-Medium-Type:0 = IEEE-802 (4) Tunnel-Private-Group-Id:0 = "800" (4) EAP-Message =
0x0205008819800000007e160303004610000042410414837062191eaf396de2bf405b7e6e6dafb36b157ea69406ddc56c67309244bb4bd958087f0cbb5dce416f48de10eec896f5d9c115844644e76ef7a372e072c214030300010116030300280000000000000000808a75745dcc305f2d626cd02b9a72
(4) State = 0x3c6a37ee3f6f2e93c2b2b741aca9ccb7 (4) Message-Authenticator = 0x61f5558d3797c2cbaf9dec740999470b (4) session-state: No cached attributes (4) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authorize { (4) if (!(User-Name =~ /@/)){ (4) if (!(User-Name =~ /@/)) -> FALSE (4) if (User-Name =~ /@$/){ (4) if (User-Name =~ /@$/) -> FALSE (4) if (User-Name =~ /@.+?@/){ (4) if (User-Name =~ /@.+?@/) -> FALSE (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (4) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (4) if (User-Name =~ /@[\\.-]/){ (4) if (User-Name =~ /@[\\.-]/) -> FALSE (4) if (User-Name =~ /@.+?[\\.-]$/){ (4) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (4) if (User-Name =~ /@[^\\.]+$/){ (4) if (User-Name =~ /@[^\\.]+$/) -> FALSE (4) if (User-Name =~ /@.+?\\.\\./){ (4) if (User-Name =~ /@.+?\\.\\./) -> FALSE (4) if (User-Name =~ /@myabc\\.com$/i){ (4) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (4) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (4) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (4) if (User-Name =~ /@\\.?ac\\.uk$/i){ (4) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (4) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (4) [preprocess] = ok (4) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(4) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (4) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (4) auth_log: EXPAND %t (4) auth_log: --> Mon Jul 9 15:28:46 2018 (4) [auth_log] = ok (4) policy operator-name.authorize { (4) if ("%{client:Operator-Name}") { (4) EXPAND %{client:Operator-Name} (4) --> (4) if ("%{client:Operator-Name}") -> FALSE (4) } # policy operator-name.authorize = ok (4) policy cui.authorize { (4) if ("%{client:add_cui}" == 'yes') { (4) EXPAND %{client:add_cui} (4) --> (4) if ("%{client:add_cui}" == 'yes') -> FALSE (4) } # policy cui.authorize = ok (4) [chap] = noop (4) [mschap] = noop (4) [digest] = noop (4) suffix: Checking for suffix after "@" (4) suffix: Looking up realm "esiee.fr" for User-Name = " dupalutb@esiee.fr " (4) suffix: Found realm "esiee.fr" (4) suffix: Adding Stripped-User-Name = "dupalutb" (4) suffix: Adding Realm = "esiee.fr" (4) suffix: Authentication realm is LOCAL (4) [suffix] = ok (4) eap: Peer sent EAP Response (code 2) ID 5 length 136 (4) eap: Continuing tunnel setup (4) [eap] = ok (4) } # authorize = ok (4) Found Auth-Type = eap (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) authenticate { (4) eap: Expiring EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Finished EAP session with state 0x3c6a37ee3f6f2e93 (4) eap: Previous EAP request found for state 0x3c6a37ee3f6f2e93, released from the list (4) eap: Peer sent packet with method EAP PEAP (25) (4) eap: Calling submodule eap_peap to process data (4) eap_peap: Continuing EAP-TLS (4) eap_peap: Peer indicated complete TLS record size will be 126 bytes (4) eap_peap: Got complete TLS record (126 bytes) (4) eap_peap: [eaptls verify] = length included (4) eap_peap: TLS_accept: SSLv3/TLS write server done (4) eap_peap: <<< recv TLS 1.2 [length 0046] (4) eap_peap: TLS_accept: SSLv3/TLS read client key exchange (4) eap_peap: TLS_accept: SSLv3/TLS read change cipher spec (4) eap_peap: <<< recv TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS read finished (4) eap_peap: >>> send TLS 1.2 [length 0001] (4) eap_peap: TLS_accept: SSLv3/TLS write change cipher spec (4) eap_peap: >>> send TLS 1.2 [length 0010] (4) eap_peap: TLS_accept: SSLv3/TLS write finished (4) eap_peap: (other): SSL negotiation finished successfully (4) eap_peap: SSL Connection Established (4) eap_peap: [eaptls process] = handled (4) eap: Sending EAP Request (code 1) ID 6 length 57 (4) eap: EAP session adding &reply:State = 0x3c6a37ee386c2e93 (4) [eap] = handled (4) } # authenticate = handled (4) Using Post-Auth-Type Challenge (4) Post-Auth-Type sub-section not found. Ignoring. (4) # Executing group from file /etc/freeradius/3.0/sites-enabled/eduroam (4) Sent Access-Challenge Id 86 from 147.215.150.39:1812 to 10.250.80.11:32777 length 0 (4) EAP-Message =
0x0106003919001403030001011603030028c1f25236e0c596c1efb00e2846da7f7e171bb11a8607188e0fff02e71fd61e47a5e652577debeabb
(4) Message-Authenticator = 0x00000000000000000000000000000000 (4) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (4) Finished request Waking up in 4.9 seconds. (5) Received Access-Request Id 87 from 10.250.80.11:32777 to 147.215.150.39:1812 length 297 (5) User-Name = "dupalutb@esiee.fr" (5) Chargeable-User-Identity = 0x00 (5) Location-Capable = Civix-Location (5) Calling-Station-Id = "c0-ee-fb-df-41-6f" (5) Called-Station-Id = "c0-7b-bc-1a-99-90:eduroam" (5) NAS-Port = 13 (5) Cisco-AVPair = "audit-session-id=0afa500b002371885b436310" (5) Acct-Session-Id = "5b436310/c0:ee:fb:df:41:6f/1919624" (5) NAS-IP-Address = 10.250.80.11 (5) NAS-Identifier = "DC1-B13-WIF01" (5) Airespace-Wlan-Id = 3 (5) Service-Type = Framed-User (5) Framed-MTU = 1300 (5) NAS-Port-Type = Wireless-802.11 (5) Tunnel-Type:0 = VLAN (5) Tunnel-Medium-Type:0 = IEEE-802 (5) Tunnel-Private-Group-Id:0 = "800" (5) EAP-Message = 0x020600061900 (5) State = 0x3c6a37ee386c2e93c2b2b741aca9ccb7 (5) Message-Authenticator = 0x9e3042fec537da719747a42ae5b20aee (5) session-state: No cached attributes (5) # Executing section authorize from file /etc/freeradius/3.0/sites-enabled/eduroam (5) authorize { (5) if (!(User-Name =~ /@/)){ (5) if (!(User-Name =~ /@/)) -> FALSE (5) if (User-Name =~ /@$/){ (5) if (User-Name =~ /@$/) -> FALSE (5) if (User-Name =~ /@.+?@/){ (5) if (User-Name =~ /@.+?@/) -> FALSE (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/){ (5) if (User-Name =~ /@.+?[^[:alnum:]\\.-]/) -> FALSE (5) if (User-Name =~ /@[\\.-]/){ (5) if (User-Name =~ /@[\\.-]/) -> FALSE (5) if (User-Name =~ /@.+?[\\.-]$/){ (5) if (User-Name =~ /@.+?[\\.-]$/) -> FALSE (5) if (User-Name =~ /@[^\\.]+$/){ (5) if (User-Name =~ /@[^\\.]+$/) -> FALSE (5) if (User-Name =~ /@.+?\\.\\./){ (5) if (User-Name =~ /@.+?\\.\\./) -> FALSE (5) if (User-Name =~ /@myabc\\.com$/i){ (5) if (User-Name =~ /@myabc\\.com$/i) -> FALSE (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i){ (5) if (User-Name =~ /@wlan\\.[[:alnum:]]+\\.[[:alnum:]]+\\.3gppnetwork\\.org$/i) -> FALSE (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@gmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@yahoo\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i){ (5) if (User-Name =~ /@hotmail\\.co(m|\\.[[:alnum:]][[:alnum:]])$/i) -> FALSE (5) if (User-Name =~ /@\\.?ac\\.uk$/i){ (5) if (User-Name =~ /@\\.?ac\\.uk$/i) -> FALSE (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i){ (5) if (User-Name =~ /@.+?\\.ax\\.uk$/i) -> FALSE (5) [preprocess] = ok (5) auth_log: EXPAND
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
(5) auth_log: --> /var/log/freeradius/radacct/ 10.250.80.11/auth-detail-20180709 (5) auth_log:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d
expands to /var/log/freeradius/radacct/10.250.80.11/auth-detail-20180709 (5) auth_log: EXPAND %t (5) auth_log: --> Mon Jul 9 15:28:46 2018 (5) [auth_log] = ok (5) policy operator-name.authorize { (5) if ("%{client:Operator-Name}") { (5) EXPAND %{client:Operator-Name} (5) --> (5) if ("%{client:Operator-Name}") -> FALSE (5) } # policy operator-name.authorize = ok (5) policy cui.authorize {
participants (4)
-
Alan Buxey -
Alan DeKok -
Benjamin DUPALUT -
Elias Pereira