Skip to content
Snippets Groups Projects
Commit 45164d8e authored by Nigel Kukard's avatar Nigel Kukard
Browse files

* Added debug message to say its PAP we using

parent b1b55e3e
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,8 @@ sub authenticate ...@@ -81,6 +81,8 @@ sub authenticate
# Check if this is PAP authentication # Check if this is PAP authentication
return MOD_RES_SKIP if (!defined($encPassword)); return MOD_RES_SKIP if (!defined($encPassword));
$server->log(LOG_DEBUG,"[MOD_AUTH_PAP] This is a PAP authentication request");
# print(STDERR "RECEIVED\n"); # print(STDERR "RECEIVED\n");
# print(STDERR "User-Pass: len = ".length($encPassword).", hex = ".unpack("H*",$encPassword)."\n"); # print(STDERR "User-Pass: len = ".length($encPassword).", hex = ".unpack("H*",$encPassword)."\n");
# print(STDERR "\n\n"); # print(STDERR "\n\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment