Nouveau modules unifié et lien vers le sites unifié

This commit is contained in:
Gabriel Detraz 2015-09-22 20:27:33 +02:00
parent 3abcb7b144
commit 87d971ac7e
7 changed files with 7 additions and 9 deletions

View file

@ -1 +0,0 @@
../rlm_python_fil.conf

View file

@ -1 +0,0 @@
../rlm_python_nas.conf

View file

@ -0,0 +1 @@
../rlm_python_unifie.conf

View file

@ -1 +0,0 @@
../rlm_python_wifi.conf

View file

@ -11,7 +11,7 @@ server dynamic_clients {
update request { update request {
NAS-Identifier = "%{Packet-Src-IP-Address:-%{Packet-Src-IPv6-Address}}" NAS-Identifier = "%{Packet-Src-IP-Address:-%{Packet-Src-IPv6-Address}}"
} }
crans_nas crans_unifie
} }
} }

View file

@ -7,14 +7,14 @@
server filaire { server filaire {
authorize{ authorize{
preprocess preprocess
crans_fil crans_unifie
} }
authenticate{ authenticate{
crans_fil crans_unifie
} }
post-auth{ post-auth{
crans_fil crans_unifie
} }
} }

View file

@ -21,7 +21,7 @@ server inner-tunnel {
authorize { authorize {
#preprocess #preprocess
crans_wifi crans_unifie
# #
# The chap module will set 'Auth-Type := CHAP' if we are # The chap module will set 'Auth-Type := CHAP' if we are
# handling a CHAP request and Auth-Type has not already been set # handling a CHAP request and Auth-Type has not already been set
@ -237,7 +237,7 @@ session {
# Once we KNOW that the user has been authenticated, there are # Once we KNOW that the user has been authenticated, there are
# additional steps we can take. # additional steps we can take.
post-auth { post-auth {
crans_wifi crans_unifie
# Note that we do NOT assign IP addresses here. # Note that we do NOT assign IP addresses here.
# If you try to assign IP addresses for EAP authentication types, # If you try to assign IP addresses for EAP authentication types,