diff --git a/smradius/modules/authentication/mod_auth_chap.pm b/smradius/modules/authentication/mod_auth_chap.pm
index 8911e9f1ea4b6a73b17b292cd408f60df4559cbb..3daf8024015d5bc2bf7417a931b5d8899d3bbcba 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 e045e4ad78d38921a9aff518e185778212da805a..77d3929f4f65cf574254283c05c6d30680b236c6 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 b64835b433e0d46d675cdf5e46945521e7420b1b..21ce65e47553b27232a345e15081ecf5e4489337 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,
 };