From 27f02d3186fa08f537bad0c87a8e4a31b01cec69 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Wed, 22 Apr 2009 17:50:13 +0000 Subject: [PATCH] Fix issue 3047: export-ldif : default access rights of exported file must be 600 not 644 --- opends/src/messages/messages/utility.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index 741c78e..695cfd3 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -616,3 +616,5 @@ SEVERE_ERR_CERTMGR_CERT_SIGN_REQ_NOT_SUPPORTED_298=Certificate signing \ request generation is not supported on JVM supplied by this vendor: %s INFO_ARGPARSER_USAGE_DEFAULT_VALUE_299=Default value: %s +SEVERE_WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while \ + setting file permissions for the LDIF file %s: %s -- Gitblit v1.10.0