20 lines
320 B
Text
20 lines
320 B
Text
######################################################################
|
|
#
|
|
# Authentification filaire du crans
|
|
#
|
|
######################################################################
|
|
|
|
server filaire {
|
|
authorize{
|
|
preprocess
|
|
crans_fil
|
|
}
|
|
|
|
authenticate{
|
|
crans_fil
|
|
}
|
|
|
|
post-auth{
|
|
crans_fil
|
|
}
|
|
}
|