From f6339ed08d7c3480374185b6423619c219204212 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 23 Jul 2021 10:44:32 +0200 Subject: [PATCH] Connection close --- pam_yubico.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_yubico.c b/pam_yubico.c index 5d5236c..8bac434 100644 --- a/pam_yubico.c +++ b/pam_yubico.c @@ -177,7 +177,7 @@ authorize_user_token (struct cfg *cfg, /* Administrator had configured the database and specified is name as an argument for this module. */ - DBG ("Using Mariadb or Mysql Database"); + DBG ("Using Mariadb or Mysql Database V1"); retval = check_user_token_mysql(cfg->mysql_server, cfg->mysql_port, cfg->mysql_user, cfg->mysql_password, cfg->mysql_database, username, otp_id, cfg->debug, cfg->debug_file); #else DBG (("Trying to use MYSQL, but this function is not compiled in pam_yubico!!"));