From 53ebcb665489eef5c7fc24a8b49ab3a38f8236f5 Mon Sep 17 00:00:00 2001 From: Robert Anderson <randerson@lbsd.net> Date: Fri, 13 Mar 2009 07:39:06 +0000 Subject: [PATCH] Renamed authentication_try function --- smradius/modules/authentication/mod_auth_chap.pm | 2 +- smradius/modules/authentication/mod_auth_mschap.pm | 2 +- smradius/modules/authentication/mod_auth_pap.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smradius/modules/authentication/mod_auth_chap.pm b/smradius/modules/authentication/mod_auth_chap.pm index 8911e9f1..3daf8024 100644 --- a/smradius/modules/authentication/mod_auth_chap.pm +++ b/smradius/modules/authentication/mod_auth_chap.pm @@ -54,7 +54,7 @@ our $pluginInfo = { Init => \&init, # Authentication - Auth_try => \&authenticate, + Authentication_try => \&authenticate, }; diff --git a/smradius/modules/authentication/mod_auth_mschap.pm b/smradius/modules/authentication/mod_auth_mschap.pm index e045e4ad..77d3929f 100644 --- a/smradius/modules/authentication/mod_auth_mschap.pm +++ b/smradius/modules/authentication/mod_auth_mschap.pm @@ -75,7 +75,7 @@ our $pluginInfo = { Init => \&init, # Authentication - Auth_try => \&authenticate, + Authentication_try => \&authenticate, }; diff --git a/smradius/modules/authentication/mod_auth_pap.pm b/smradius/modules/authentication/mod_auth_pap.pm index b64835b4..21ce65e4 100644 --- a/smradius/modules/authentication/mod_auth_pap.pm +++ b/smradius/modules/authentication/mod_auth_pap.pm @@ -48,7 +48,7 @@ our $pluginInfo = { Init => \&init, # Authentication - Auth_try => \&authenticate, + Authentication_try => \&authenticate, }; -- GitLab