From 242ba67238ca240db1688d5adaf8ca10a54faafb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 12 Aug 2013 23:21:54 -0400 Subject: Log successful authentication at PLUGIN, not FATAL The server's mainline code doesn't appear to log successful authentication beyond what already shows up in the access log, so we should probably behave ourselves. --- src/back-sch-pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/back-sch-pam.c b/src/back-sch-pam.c index 62ffcb1..ae1ae41 100644 --- a/src/back-sch-pam.c +++ b/src/back-sch-pam.c @@ -288,7 +288,7 @@ done: } /* Log the diagnostic information for the administrator. */ - slapi_log_error(SLAPI_LOG_FATAL, state->plugin_desc->spd_id, + slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, "%s\n", errmsg); if (errmsg != NULL) { PR_smprintf_free(errmsg); -- cgit