Nouveau modules unifié et lien vers le sites unifié
This commit is contained in:
parent
3abcb7b144
commit
87d971ac7e
7 changed files with 7 additions and 9 deletions
|
@ -1 +0,0 @@
|
||||||
../rlm_python_fil.conf
|
|
|
@ -1 +0,0 @@
|
||||||
../rlm_python_nas.conf
|
|
1
freeradius/modules/rlm_python_unifie.conf
Symbolic link
1
freeradius/modules/rlm_python_unifie.conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../rlm_python_unifie.conf
|
|
@ -1 +0,0 @@
|
||||||
../rlm_python_wifi.conf
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue