From: Stanislav Tokos <[email protected]>
---
nss_engine_init.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/nss_engine_init.c b/nss_engine_init.c
index 23653dd..7a8eae8 100644
--- a/nss_engine_init.c
+++ b/nss_engine_init.c
@@ -159,11 +159,10 @@ static void nss_init_SSLLibrary(server_rec *base_server)
NSS_Shutdown();
ap_log_error(APLOG_MARK, APLOG_ERR, 0, base_server,
"NSS_Initialize failed. Certificate database: %s.",
mc->pCertificateDatabase != NULL ? mc->pCertificateDatabase : "not set in
configuration");
+ ap_log_error(APLOG_MARK, APLOG_ERR, 0, base_server,
+ "Please check access rights for user:%s!!!", mc->user);
nss_log_nss_error(APLOG_MARK, APLOG_ERR, base_server);
- if (mc->nInitCount == 1)
- nss_die();
- else
- return;
+ nss_die();
}
if (fipsenabled) {
--
2.1.4
_______________________________________________
Mod_nss-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/mod_nss-list