summaryrefslogtreecommitdiffstats
path: root/eurephia.c
diff options
context:
space:
mode:
Diffstat (limited to 'eurephia.c')
-rw-r--r--eurephia.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eurephia.c b/eurephia.c
index 5832a02..62c1f89 100644
--- a/eurephia.c
+++ b/eurephia.c
@@ -359,6 +359,8 @@ int eurephia_userauth(eurephiaCTX *ctx, const char **env)
eDBregister_attempt(ctx, attempt_IPADDR, ATTEMPT_RESET, ipaddr);
eDBregister_attempt(ctx, attempt_CERTIFICATE, ATTEMPT_RESET, tls_digest);
eDBregister_attempt(ctx, attempt_USERNAME, ATTEMPT_RESET, username);
+
+ eurephia_log(ctx, LOG_INFO, 0, "User '%s' authenticated", username);
}
DEBUG(ctx, 10, "** Function result: eurephia_userauth(...) = %i", (result>0));
return (result > 0);