From 12f788c17b8c281179f0819352f02b612b0219e2 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Mon, 02 Feb 2009 23:37:54 +0000 Subject: [PATCH] Fix issue 3734 - Make network group policies extensible. --- opendj-sdk/opends/src/messages/messages/dsconfig.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/dsconfig.properties b/opendj-sdk/opends/src/messages/messages/dsconfig.properties index 0e663e5..0d5e492 100644 --- a/opendj-sdk/opends/src/messages/messages/dsconfig.properties +++ b/opendj-sdk/opends/src/messages/messages/dsconfig.properties @@ -470,4 +470,8 @@ server at %s on port %s. Check this port is an administration port SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158=Unable to connect to the \ server at %s on port %s. In non-interactive mode, you must use the '--trustAll' option -SEVERE_ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist \ No newline at end of file +SEVERE_ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist +SEVERE_ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_160=Unable to continue since there are \ + no available types of %s to choose from +INFO_DSCFG_TYPE_PROMPT_SINGLE_161=>>>> There is only one type of %s available: "%s". \ + Are you sure that this is the correct one? -- Gitblit v1.10.0