001package org.opends.messages;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.opends.messages.tool}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/tool.properties} and it should not be manually edited.
010 */
011public final class ToolMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.tool";
014
015    // Prevent instantiation.
016    private ToolMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * Null auth type for this certificate exception
034     */
035    public static final LocalizableMessageDescriptor.Arg0 ERROR_CERTIFICATE_NULL_AUTH_TYPE =
036                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERROR_CERTIFICATE_NULL_AUTH_TYPE", -1);
037
038    /**
039     * Null chain for this certificate exception
040     */
041    public static final LocalizableMessageDescriptor.Arg0 ERROR_CERTIFICATE_NULL_CHAIN =
042                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERROR_CERTIFICATE_NULL_CHAIN", -1);
043
044    /**
045     * Null host name for this certificate exception
046     */
047    public static final LocalizableMessageDescriptor.Arg0 ERROR_CERTIFICATE_NULL_HOST_NAME =
048                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERROR_CERTIFICATE_NULL_HOST_NAME", -1);
049
050    /**
051     * Error parsing ldap url %s: %s
052     */
053    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERROR_CERTIFICATE_PARSING_URL =
054                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERROR_CERTIFICATE_PARSING_URL", -1);
055
056    /**
057     * The provided passwords do not match.
058     */
059    public static final LocalizableMessageDescriptor.Arg0 ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH =
060                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH", -1);
061
062    /**
063     * Invalid integer number "%s". Please enter a valid integer
064     */
065    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BAD_INTEGER =
066                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BAD_INTEGER", -1);
067
068    /**
069     * ERROR:  Unable to bind to port %d.  This port may already be in use, or you may not have permission to bind to it
070     */
071    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CANNOT_BIND_TO_PORT =
072                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_CANNOT_BIND_TO_PORT", -1);
073
074    /**
075     * ERROR:  Unable to bind to port %d.  This port may already be in use, or you may not have permission to bind to it.  On UNIX-based operating systems, non-root users may not be allowed to bind to ports 1 through 1024
076     */
077    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CANNOT_BIND_TO_PRIVILEGED_PORT =
078                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_CANNOT_BIND_TO_PRIVILEGED_PORT", -1);
079
080    /**
081     * Confirmation tries limit reached (%d)
082     */
083    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CONFIRMATION_TRIES_LIMIT_REACHED =
084                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_CONFIRMATION_TRIES_LIMIT_REACHED", -1);
085
086    /**
087     * --skipDNValidation has been deprecated and DNs are always validated ensuring consistency of the data
088     */
089    public static final LocalizableMessageDescriptor.Arg0 ERR_DEPRECATED_SKIP_DN_VALIDATION =
090                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_DEPRECATED_SKIP_DN_VALIDATION", -1);
091
092    /**
093     * The LDAP bind password was not specified and cannot be read interactively
094     */
095    public static final LocalizableMessageDescriptor.Arg0 ERR_ERROR_BIND_PASSWORD_NONINTERACTIVE =
096                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_ERROR_BIND_PASSWORD_NONINTERACTIVE", -1);
097
098    /**
099     * The connection parameters could not be read due to the following error: %s
100     */
101    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ERROR_CANNOT_READ_CONNECTION_PARAMETERS =
102                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ERROR_CANNOT_READ_CONNECTION_PARAMETERS", -1);
103
104    /**
105     * The property modification "%s" is incompatible with another modification to the same property
106     */
107    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD =
108                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD", -1);
109
110    /**
111     * No password was specified for administrator "%s"
112     */
113    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ERROR_NO_ADMIN_PASSWORD =
114                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ERROR_NO_ADMIN_PASSWORD", -1);
115
116    /**
117     * Unable to connect to the server at "%s" on port %s
118     */
119    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FAILED_TO_CONNECT =
120                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_FAILED_TO_CONNECT", -1);
121
122    /**
123     * Unable to connect to the server at %s on port %s. In non-interactive mode, if the trustStore related parameters are not used, you must use the '--trustAll' option for remote connections
124     */
125    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FAILED_TO_CONNECT_NOT_TRUSTED =
126                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_FAILED_TO_CONNECT_NOT_TRUSTED", -1);
127
128    /**
129     * Unable to connect to the server at %s on port %s. Check this port is an administration port
130     */
131    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FAILED_TO_CONNECT_WRONG_PORT =
132                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_FAILED_TO_CONNECT_WRONG_PORT", -1);
133
134    /**
135     * The hostname "%s" could not be resolved. Please check you have provided the correct address
136     */
137    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_BAD_HOST_NAME =
138                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_BAD_HOST_NAME", -1);
139
140    /**
141     * Invalid port number "%s". Please enter a valid port number between 1 and 65535
142     */
143    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_BAD_PORT_NUMBER =
144                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_BAD_PORT_NUMBER", -1);
145
146    /**
147     * The provided path is not valid
148     */
149    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH =
150                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH", -1);
151
152    /**
153     * Unable to resolve keystore aliases: %s
154     */
155    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RESOLVE_KEYSTORE_ALIASES =
156                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_RESOLVE_KEYSTORE_ALIASES", -1);
157
158    /**
159     * Unable to authenticate using simple authentication
160     */
161    public static final LocalizableMessageDescriptor.Arg0 ERR_SIMPLE_BIND_NOT_SUPPORTED =
162                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_SIMPLE_BIND_NOT_SUPPORTED", -1);
163
164    /**
165     * Unable to trust the certificate because: %s
166     */
167    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTING_CERTIFICATE =
168                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TRUSTING_CERTIFICATE", -1);
169
170    /**
171     * Unable to trust the certificate permanently, certificate will be trusted only for this session. Error details: %s
172     */
173    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTING_CERTIFICATE_PERMANENTLY =
174                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TRUSTING_CERTIFICATE_PERMANENTLY", -1);
175
176    /**
177     * An error occurred while reading configuration file: %s
178     */
179    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_READING_CONF_FILE =
180                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_READING_CONF_FILE", -1);
181
182    /**
183     * Confirm Password:
184     */
185    public static final LocalizableMessageDescriptor.Arg0 INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT =
186                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT", -1);
187
188    /**
189     * Global Administrator Password:
190     */
191    public static final LocalizableMessageDescriptor.Arg0 INFO_ADMINISTRATOR_PWD_PROMPT =
192                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ADMINISTRATOR_PWD_PROMPT", -1);
193
194    /**
195     * Global Administrator User ID
196     */
197    public static final LocalizableMessageDescriptor.Arg0 INFO_ADMINISTRATOR_UID_PROMPT =
198                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ADMINISTRATOR_UID_PROMPT", -1);
199
200    /**
201     * Directory server administration port number [%d]:
202     */
203    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_ADMIN_CONN_PROMPT_PORT_NUMBER =
204                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_ADMIN_CONN_PROMPT_PORT_NUMBER", -1);
205
206    /**
207     * Certificate exception cause: %s
208     */
209    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_CERTIFICATE_EXCEPTION_CAUSE =
210                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_CERTIFICATE_EXCEPTION_CAUSE", -1);
211
212    /**
213     * The Certificate presented by the server %s:%s could not be trusted.
214     * There is a name mismatch between the name of the server (%s) and the subject DN of the certificate.  This could be caused because you are connected to a server pretending to be %s:%s.
215     * Before accepting this certificate, you should examine the server's certificate carefully.
216     */
217    public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> INFO_CERTIFICATE_NAME_MISMATCH_TEXT_CLI =
218                    new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_CERTIFICATE_NAME_MISMATCH_TEXT_CLI", -1);
219
220    /**
221     * The Certificate presented by the server %s:%s could not be trusted.
222     * Possible reasons for this error:
223     * -The Certificate Authority that issued the certificate is not recognized (this is the case of the self-signed certificates).
224     * -The server's certificate is incomplete due to a misconfiguration.
225     * -The server's certificate has expired.
226     * -There is a time difference between the server machine clock and the local machine clock.
227     * Before accepting this certificate, you should examine the server's certificate carefully.
228     */
229    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_CERTIFICATE_NOT_TRUSTED_TEXT_CLI =
230                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_CERTIFICATE_NOT_TRUSTED_TEXT_CLI", -1);
231
232    /**
233     * An error occurred connecting to the server
234     */
235    public static final LocalizableMessageDescriptor.Arg0 INFO_ERROR_CONNECTING_TO_LOCAL =
236                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ERROR_CONNECTING_TO_LOCAL", -1);
237
238    /**
239     * Global Administrator User ID, or bind DN if no Global Administrator is defined [%s]:
240     */
241    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT =
242                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT", -1);
243
244    /**
245     * >>>> Specify OpenDJ LDAP connection parameters
246     */
247    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS =
248                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS", -1);
249
250    /**
251     * Global Administrator User ID [%s]:
252     */
253    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID =
254                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID", -1);
255
256    /**
257     * Administrator user bind DN [%s]:
258     */
259    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_BIND_DN =
260                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_BIND_DN", -1);
261
262    /**
263     * Directory server hostname or IP address [%s]:
264     */
265    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_HOST_NAME =
266                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_HOST_NAME", -1);
267
268    /**
269     * Directory server port number [%d]:
270     */
271    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAP_CONN_PROMPT_PORT_NUMBER =
272                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_PORT_NUMBER", -1);
273
274    /**
275     * %s (%s)
276     */
277    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS =
278                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS", -1);
279
280    /**
281     * Which certificate do you want to use?
282     */
283    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES =
284                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES", -1);
285
286    /**
287     * View certificate details
288     */
289    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS =
290                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS", -1);
291
292    /**
293     * Password for keystore '%s':
294     */
295    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD =
296                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD", -1);
297
298    /**
299     * Keystore path:
300     */
301    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH =
302                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH", -1);
303
304    /**
305     * LDAP
306     */
307    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_LDAP =
308                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_LDAP", -1);
309
310    /**
311     * Manually validate
312     */
313    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK =
314                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK", -1);
315
316    /**
317     * %d
318     */
319    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE =
320                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE", -1);
321
322    /**
323     * Server Certificate:
324     */
325    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE =
326                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE", -1);
327
328    /**
329     * Use a truststore
330     */
331    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE =
332                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE", -1);
333
334    /**
335     * Password for truststore '%s':
336     */
337    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD =
338                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD", -1);
339
340    /**
341     * Truststore path:
342     */
343    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH =
344                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH", -1);
345
346    /**
347     * How do you want to trust the server certificate?
348     */
349    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD =
350                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD", -1);
351
352    /**
353     * Do you trust this server certificate?
354     */
355    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION =
356                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION", -1);
357
358    /**
359     * Yes, also add it to a truststore
360     */
361    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS =
362                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS", -1);
363
364    /**
365     * No
366     */
367    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO =
368                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO", -1);
369
370    /**
371     * Yes, for this session only
372     */
373    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION =
374                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION", -1);
375
376    /**
377     * How do you want to connect?
378     */
379    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX =
380                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX", -1);
381
382    /**
383     * LDAP with SSL
384     */
385    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL =
386                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL", -1);
387
388    /**
389     * LDAP with StartTLS
390     */
391    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS =
392                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS", -1);
393
394    /**
395     * Automatically trust
396     */
397    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL =
398                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL", -1);
399
400    /**
401     * %s
402     */
403    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE =
404                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE", -1);
405
406    /**
407     * Issuer   : %s
408     */
409    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER =
410                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER", -1);
411
412    /**
413     * User DN  : %s
414     */
415    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN =
416                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN", -1);
417
418    /**
419     * Validity : From '%s'%n             To '%s'
420     */
421    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY =
422                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY", -1);
423
424    /**
425     * <not available>
426     */
427    public static final LocalizableMessageDescriptor.Arg0 INFO_NOT_AVAILABLE_LABEL =
428                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_NOT_AVAILABLE_LABEL", -1);
429
430    /**
431     * %s [%s]:
432     */
433    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PROMPT_SINGLE_DEFAULT =
434                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_PROMPT_SINGLE_DEFAULT", -1);
435
436    /**
437     * No indexes to rebuild for backend '%s'
438     */
439    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_NO_INDEX_TO_REBUILD_FOR_BACKEND =
440                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_NO_INDEX_TO_REBUILD_FOR_BACKEND", -1);
441
442    /**
443     * remove OpenDJ directory server software
444     */
445    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_UNINSTALL =
446                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_UNINSTALL", -1);
447
448    /**
449     * Unable to create an SSL connection to the server: %s
450     */
451    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION =
452                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION_1", 1);
453
454    /**
455     * Unable to create an SSL connection to the server because the connection factory has not been initialized
456     */
457    public static final LocalizableMessageDescriptor.Arg0 ERR_TOOLS_SSL_CONNECTION_NOT_INITIALIZED =
458                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_TOOLS_SSL_CONNECTION_NOT_INITIALIZED_2", 2);
459
460    /**
461     * Cannot load the key store file: %s
462     */
463    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE =
464                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE_3", 3);
465
466    /**
467     * Cannot initialize the key manager for the key store:%s
468     */
469    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOLS_CANNOT_INIT_KEYMANAGER =
470                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOLS_CANNOT_INIT_KEYMANAGER_4", 4);
471
472    /**
473     * Cannot load the key store file: %s
474     */
475    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE =
476                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE_5", 5);
477
478    /**
479     * Cannot initialize the key manager for the key store:%s
480     */
481    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER =
482                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER_6", 6);
483
484    /**
485     * List available password storage schemes
486     */
487    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_LISTSCHEMES =
488                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_LISTSCHEMES_7", 7);
489
490    /**
491     * Clear-text password to encode or to compare against an encoded password
492     */
493    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_CLEAR_PW =
494                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_CLEAR_PW_8", 8);
495
496    /**
497     * Clear-text password file
498     */
499    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_CLEAR_PW_FILE =
500                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_CLEAR_PW_FILE_9", 9);
501
502    /**
503     * Encoded password to compare against the clear-text password
504     */
505    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_ENCODED_PW =
506                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_ENCODED_PW_10", 10);
507
508    /**
509     * Encoded password file
510     */
511    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_ENCODED_PW_FILE =
512                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_ENCODED_PW_FILE_11", 11);
513
514    /**
515     * Path to the Directory Server configuration file
516     */
517    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CONFIG_FILE =
518                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CONFIG_FILE_13", 13);
519
520    /**
521     * Scheme to use for the encoded password
522     */
523    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_SCHEME =
524                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_SCHEME_14", 14);
525
526    /**
527     * An unexpected error occurred while attempting to initialize the command-line arguments:  %s
528     */
529    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_ARGS =
530                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_ARGS_16", 16);
531
532    /**
533     * An error occurred while parsing the command-line arguments:  %s
534     */
535    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ERROR_PARSING_ARGS =
536                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ERROR_PARSING_ARGS_17", 17);
537
538    /**
539     * No clear-text password was specified.  Use --%s, --%s or --%s to specify the password to encode
540     */
541    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ENCPW_NO_CLEAR_PW =
542                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_NO_CLEAR_PW_18", 18);
543
544    /**
545     * No password storage scheme was specified.  Use the --%s argument to specify the storage scheme
546     */
547    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_NO_SCHEME =
548                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_NO_SCHEME_19", 19);
549
550    /**
551     * An unexpected error occurred while attempting to bootstrap the Directory Server client-side code:  %s
552     */
553    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SERVER_BOOTSTRAP_ERROR =
554                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_SERVER_BOOTSTRAP_ERROR_20", 20);
555
556    /**
557     * An error occurred while trying to load the Directory Server configuration:  %s
558     */
559    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_LOAD_CONFIG =
560                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_LOAD_CONFIG_21", 21);
561
562    /**
563     * An error occurred while trying to load the Directory Server schema:  %s
564     */
565    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_LOAD_SCHEMA =
566                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_LOAD_SCHEMA_22", 22);
567
568    /**
569     * An error occurred while trying to initialize the core Directory Server configuration:  %s
570     */
571    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_CORE_CONFIG =
572                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_CORE_CONFIG_23", 23);
573
574    /**
575     * An error occurred while trying to initialize the Directory Server password storage schemes:  %s
576     */
577    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES =
578                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES_24", 24);
579
580    /**
581     * No password storage schemes have been configured for use in the Directory Server
582     */
583    public static final LocalizableMessageDescriptor.Arg0 ERR_ENCPW_NO_STORAGE_SCHEMES =
584                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_ENCPW_NO_STORAGE_SCHEMES_25", 25);
585
586    /**
587     * Password storage scheme "%s" is not configured for use in the Directory Server
588     */
589    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_NO_SUCH_SCHEME =
590                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_NO_SUCH_SCHEME_26", 26);
591
592    /**
593     * The provided clear-text and encoded passwords match
594     */
595    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_PASSWORDS_MATCH =
596                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_PASSWORDS_MATCH_27", 27);
597
598    /**
599     * The provided clear-text and encoded passwords do not match
600     */
601    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_PASSWORDS_DO_NOT_MATCH =
602                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_PASSWORDS_DO_NOT_MATCH_28", 28);
603
604    /**
605     * Encoded Password:  "%s"
606     */
607    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_ENCODED_PASSWORD =
608                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_ENCODED_PASSWORD_29", 29);
609
610    /**
611     * An error occurred while attempting to encode the clear-text password:  %s
612     */
613    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_CANNOT_ENCODE =
614                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_CANNOT_ENCODE_30", 30);
615
616    /**
617     * Path to the LDIF file to be written
618     */
619    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_LDIF_FILE =
620                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_LDIF_FILE_33", 33);
621
622    /**
623     * Append an existing LDIF file rather than overwriting it
624     */
625    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_APPEND_TO_LDIF =
626                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_APPEND_TO_LDIF_34", 34);
627
628    /**
629     * Backend ID for the backend to export
630     */
631    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_BACKEND_ID =
632                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_BACKEND_ID_35", 35);
633
634    /**
635     * Base DN of a branch to exclude from the LDIF export
636     */
637    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_BRANCH =
638                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_BRANCH_36", 36);
639
640    /**
641     * Attribute to include in the LDIF export
642     */
643    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_ATTRIBUTE =
644                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_ATTRIBUTE_37", 37);
645
646    /**
647     * Attribute to exclude from the LDIF export
648     */
649    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE =
650                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE_38", 38);
651
652    /**
653     * Filter to identify entries to include in the LDIF export
654     */
655    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_FILTER =
656                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_FILTER_39", 39);
657
658    /**
659     * Filter to identify entries to exclude from the LDIF export
660     */
661    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER =
662                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER_40", 40);
663
664    /**
665     * Column at which to wrap long lines (0 for no wrapping)
666     */
667    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN =
668                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN_41", 41);
669
670    /**
671     * Compress the LDIF data as it is exported
672     */
673    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF =
674                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF_42", 42);
675
676    /**
677     * Encrypt the LDIF data as it is exported
678     */
679    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_ENCRYPT_LDIF =
680                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_ENCRYPT_LDIF_43", 43);
681
682    /**
683     * Generate a signed hash of the export data
684     */
685    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_SIGN_HASH =
686                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_SIGN_HASH_44", 44);
687
688    /**
689     * Unable to decode exclude filter string "%s" as a valid search filter:  %s
690     */
691    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER =
692                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER_52", 52);
693
694    /**
695     * Unable to decode include filter string "%s" as a valid search filter:  %s
696     */
697    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER =
698                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER_53", 53);
699
700    /**
701     * Unable to decode base DN string "%s" as a valid distinguished name:  %s
702     */
703    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_DECODE_BASE_DN =
704                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_DECODE_BASE_DN_54", 54);
705
706    /**
707     * Multiple Directory Server backends are configured with the requested backend ID "%s"
708     */
709    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID =
710                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID_55", 55);
711
712    /**
713     * None of the Directory Server backends are configured with the requested backend ID "%s"
714     */
715    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID =
716                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID_56", 56);
717
718    /**
719     * Unable to decode exclude branch string "%s" as a valid distinguished name:  %s
720     */
721    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE =
722                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE_57", 57);
723
724    /**
725     * Unable to decode wrap column value "%s" as an integer
726     */
727    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER =
728                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER_58", 58);
729
730    /**
731     * An error occurred while attempting to process the LDIF export:  %s
732     */
733    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFEXPORT_ERROR_DURING_EXPORT =
734                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_ERROR_DURING_EXPORT_59", 59);
735
736    /**
737     * Unable to decode the backend configuration base DN string "%s" as a valid DN:  %s
738     */
739    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_DECODE_BACKEND_BASE_DN =
740                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_DECODE_BACKEND_BASE_DN_60", 60);
741
742    /**
743     * Unable to retrieve the backend configuration base entry "%s" from the server configuration:  %s
744     */
745    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY =
746                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY_61", 61);
747
748    /**
749     * Cannot determine the name of the Java class providing the logic for the backend defined in configuration entry %s:  %s
750     */
751    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_DETERMINE_BACKEND_CLASS =
752                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_DETERMINE_BACKEND_CLASS_62", 62);
753
754    /**
755     * Unable to load class %s referenced in configuration entry %s for use as a Directory Server backend:  %s
756     */
757    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CANNOT_LOAD_BACKEND_CLASS =
758                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_LOAD_BACKEND_CLASS_63", 63);
759
760    /**
761     * Unable to create an instance of class %s referenced in configuration entry %s as a Directory Server backend:  %s
762     */
763    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CANNOT_INSTANTIATE_BACKEND_CLASS =
764                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INSTANTIATE_BACKEND_CLASS_64", 64);
765
766    /**
767     * No base DNs have been defined in backend configuration entry %s.  This backend will not be evaluated
768     */
769    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_BASES_FOR_BACKEND =
770                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_NO_BASES_FOR_BACKEND_65", 65);
771
772    /**
773     * Unable to determine the set of base DNs defined in backend configuration entry %s:  %s
774     */
775    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_DETERMINE_BASES_FOR_BACKEND =
776                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_DETERMINE_BASES_FOR_BACKEND_66", 66);
777
778    /**
779     * Path to the LDIF file to be imported
780     */
781    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_LDIF_FILE =
782                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_LDIF_FILE_69", 69);
783
784    /**
785     * Backend ID for the backend to import
786     */
787    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_BACKEND_ID =
788                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_BACKEND_ID_72", 72);
789
790    /**
791     * Base DN of a branch to exclude from the LDIF import
792     */
793    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_BRANCH =
794                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_BRANCH_73", 73);
795
796    /**
797     * Attribute to include in the LDIF import
798     */
799    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_ATTRIBUTE =
800                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_ATTRIBUTE_74", 74);
801
802    /**
803     * Attribute to exclude from the LDIF import
804     */
805    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE =
806                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE_75", 75);
807
808    /**
809     * Filter to identify entries to include in the LDIF import
810     */
811    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_FILTER =
812                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_FILTER_76", 76);
813
814    /**
815     * Filter to identify entries to exclude from the LDIF import
816     */
817    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_FILTER =
818                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_FILTER_77", 77);
819
820    /**
821     * Write rejected entries to the specified file
822     */
823    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_REJECT_FILE =
824                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_REJECT_FILE_78", 78);
825
826    /**
827     * Overwrite an existing rejects and/or skip file rather than appending to it
828     */
829    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_OVERWRITE =
830                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_OVERWRITE_79", 79);
831
832    /**
833     * LDIF file is compressed
834     */
835    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_IS_COMPRESSED =
836                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_IS_COMPRESSED_80", 80);
837
838    /**
839     * LDIF file is encrypted
840     */
841    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_IS_ENCRYPTED =
842                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_IS_ENCRYPTED_81", 81);
843
844    /**
845     * Unable to decode exclude filter string "%s" as a valid search filter:  %s
846     */
847    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER =
848                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER_89", 89);
849
850    /**
851     * Unable to decode include filter string "%s" as a valid search filter:  %s
852     */
853    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER =
854                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER_90", 90);
855
856    /**
857     * Imported branches or backend IDs can not span across multiple Directory Server backends
858     */
859    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID =
860                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID_92", 92);
861
862    /**
863     * None of the Directory Server backends are configured with the requested backend ID or base DNs that include the specified branches
864     */
865    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID =
866                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID_93", 93);
867
868    /**
869     * Unable to decode exclude branch string "%s" as a valid distinguished name:  %s
870     */
871    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE =
872                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE_94", 94);
873
874    /**
875     * An error occurred while trying to open the rejects file %s for writing:  %s
876     */
877    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE =
878                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE_95", 95);
879
880    /**
881     * An error occurred while attempting to process the LDIF import:  %s
882     */
883    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFIMPORT_ERROR_DURING_IMPORT =
884                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_ERROR_DURING_IMPORT_96", 96);
885
886    /**
887     * Processing %s request for %s
888     */
889    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PROCESSING_OPERATION =
890                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_PROCESSING_OPERATION_104", 104);
891
892    /**
893     * %s operation failed
894     */
895    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_OPERATION_FAILED =
896                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_OPERATION_FAILED_105", 105);
897
898    /**
899     * %s operation successful for DN %s
900     */
901    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_OPERATION_SUCCESSFUL =
902                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_OPERATION_SUCCESSFUL_106", 106);
903
904    /**
905     * Comparing type %s with value %s in entry %s
906     */
907    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_PROCESSING_COMPARE_OPERATION =
908                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_PROCESSING_COMPARE_OPERATION_107", 107);
909
910    /**
911     * Compare operation returned false for entry %s
912     */
913    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_COMPARE_OPERATION_RESULT_FALSE =
914                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_COMPARE_OPERATION_RESULT_FALSE_108", 108);
915
916    /**
917     * Compare operation returned true for entry %s
918     */
919    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_COMPARE_OPERATION_RESULT_TRUE =
920                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_COMPARE_OPERATION_RESULT_TRUE_109", 109);
921
922    /**
923     * Invalid operation type returned in search result %s
924     */
925    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SEARCH_OPERATION_INVALID_PROTOCOL =
926                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_SEARCH_OPERATION_INVALID_PROTOCOL_110", 110);
927
928    /**
929     * DN to use to bind to the server
930     */
931    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BINDDN =
932                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BINDDN_112", 112);
933
934    /**
935     * Password to use to bind to the server
936     */
937    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BINDPASSWORD =
938                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BINDPASSWORD_113", 113);
939
940    /**
941     * Bind password file
942     */
943    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BINDPASSWORDFILE =
944                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BINDPASSWORDFILE_114", 114);
945
946    /**
947     * Use the specified character set for command-line input
948     */
949    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_ENCODING =
950                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_ENCODING_115", 115);
951
952    /**
953     * Use verbose mode
954     */
955    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_VERBOSE =
956                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_VERBOSE_116", 116);
957
958    /**
959     * Certificate key store path
960     */
961    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_KEYSTOREPATH =
962                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_KEYSTOREPATH_117", 117);
963
964    /**
965     * Certificate trust store path
966     */
967    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TRUSTSTOREPATH =
968                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TRUSTSTOREPATH_118", 118);
969
970    /**
971     * Certificate key store PIN
972     */
973    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_KEYSTOREPASSWORD =
974                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_KEYSTOREPASSWORD_119", 119);
975
976    /**
977     * Directory server hostname or IP address
978     */
979    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_HOST =
980                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_HOST_120", 120);
981
982    /**
983     * Directory server port number
984     */
985    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PORT =
986                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PORT_121", 121);
987
988    /**
989     * Use a request control with the provided information
990     */
991    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CONTROLS =
992                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CONTROLS_123", 123);
993
994    /**
995     * Continue processing even if there are errors
996     */
997    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CONTINUE_ON_ERROR =
998                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CONTINUE_ON_ERROR_124", 124);
999
1000    /**
1001     * Use SSL for secure communication with the server
1002     */
1003    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_USE_SSL =
1004                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_USE_SSL_125", 125);
1005
1006    /**
1007     * Use StartTLS to secure communication with the server
1008     */
1009    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_START_TLS =
1010                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_START_TLS_126", 126);
1011
1012    /**
1013     * Use the SASL EXTERNAL authentication mechanism
1014     */
1015    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_USE_SASL_EXTERNAL =
1016                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_USE_SASL_EXTERNAL_127", 127);
1017
1018    /**
1019     * File containing the DNs of the entries to delete
1020     */
1021    public static final LocalizableMessageDescriptor.Arg0 INFO_DELETE_DESCRIPTION_FILENAME =
1022                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DELETE_DESCRIPTION_FILENAME_128", 128);
1023
1024    /**
1025     * Delete the specified entry and all entries below it
1026     */
1027    public static final LocalizableMessageDescriptor.Arg0 INFO_DELETE_DESCRIPTION_DELETE_SUBTREE =
1028                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DELETE_DESCRIPTION_DELETE_SUBTREE_129", 129);
1029
1030    /**
1031     * Treat records with no changetype as add operations
1032     */
1033    public static final LocalizableMessageDescriptor.Arg0 INFO_MODIFY_DESCRIPTION_DEFAULT_ADD =
1034                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MODIFY_DESCRIPTION_DEFAULT_ADD_130", 130);
1035
1036    /**
1037     * Search base DN
1038     */
1039    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_BASEDN =
1040                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_BASEDN_131", 131);
1041
1042    /**
1043     * Maximum number of entries to return from the search
1044     */
1045    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_SIZE_LIMIT =
1046                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_SIZE_LIMIT_132", 132);
1047
1048    /**
1049     * Maximum length of time in seconds to allow for the search
1050     */
1051    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_TIME_LIMIT =
1052                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_TIME_LIMIT_133", 133);
1053
1054    /**
1055     * Search scope ('base', 'one', 'sub', or 'subordinate'). Note: 'subordinate' is an LDAP extension that might not work with all LDAP servers
1056     */
1057    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE =
1058                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE_134", 134);
1059
1060    /**
1061     * Alias dereference policy ('never', 'always', 'search', or 'find')
1062     */
1063    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY =
1064                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY_135", 135);
1065
1066    /**
1067     * Cannot send the simple bind request:  %s
1068     */
1069    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND =
1070                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND_136", 136);
1071
1072    /**
1073     * Cannot read the bind response from the server. The port you are using may require a secured communication (--useSSL). %s
1074     */
1075    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE =
1076                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE_137", 137);
1077
1078    /**
1079     * The Directory Server indicated that it was closing the connection to the client (result code %d, message "%s"
1080     */
1081    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_LDAPAUTH_SERVER_DISCONNECT =
1082                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_SERVER_DISCONNECT_138", 138);
1083
1084    /**
1085     * The Directory Server sent an unexpected extended response message to the client:  %s
1086     */
1087    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE =
1088                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE_139", 139);
1089
1090    /**
1091     * The Directory Server sent an unexpected response message to the client:  %s
1092     */
1093    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_UNEXPECTED_RESPONSE =
1094                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_RESPONSE_140", 140);
1095
1096    /**
1097     * The simple bind attempt failed
1098     */
1099    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_SIMPLE_BIND_FAILED =
1100                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_SIMPLE_BIND_FAILED_141", 141);
1101
1102    /**
1103     * A SASL bind was requested but no SASL mechanism was specified
1104     */
1105    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_NO_SASL_MECHANISM =
1106                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NO_SASL_MECHANISM_142", 142);
1107
1108    /**
1109     * The requested SASL mechanism "%s" is not supported by this client
1110     */
1111    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM =
1112                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM_143", 143);
1113
1114    /**
1115     * The trace SASL property may only be given a single value
1116     */
1117    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_TRACE_SINGLE_VALUED =
1118                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_TRACE_SINGLE_VALUED_144", 144);
1119
1120    /**
1121     * Property "%s" is not allowed for the %s SASL mechanism
1122     */
1123    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_INVALID_SASL_PROPERTY =
1124                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_INVALID_SASL_PROPERTY_145", 145);
1125
1126    /**
1127     * Cannot send the SASL %S bind request:  %s
1128     */
1129    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_CANNOT_SEND_SASL_BIND =
1130                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_SEND_SASL_BIND_146", 146);
1131
1132    /**
1133     * The SASL %s bind attempt failed
1134     */
1135    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_SASL_BIND_FAILED =
1136                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_SASL_BIND_FAILED_147", 147);
1137
1138    /**
1139     * No SASL properties were provided for use with the %s mechanism
1140     */
1141    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_NO_SASL_PROPERTIES =
1142                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NO_SASL_PROPERTIES_148", 148);
1143
1144    /**
1145     * The "authid" SASL property only accepts a single value
1146     */
1147    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_AUTHID_SINGLE_VALUED =
1148                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_AUTHID_SINGLE_VALUED_149", 149);
1149
1150    /**
1151     * The "authid" SASL property is required for use with the %s mechanism
1152     */
1153    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_SASL_AUTHID_REQUIRED =
1154                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_SASL_AUTHID_REQUIRED_150", 150);
1155
1156    /**
1157     * Cannot send the initial bind request in the multi-stage %s bind to the server:  %s
1158     */
1159    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_CANNOT_SEND_INITIAL_SASL_BIND =
1160                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_SEND_INITIAL_SASL_BIND_151", 151);
1161
1162    /**
1163     * Cannot read the initial %s bind response from the server:  %s
1164     */
1165    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_CANNOT_READ_INITIAL_BIND_RESPONSE =
1166                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_READ_INITIAL_BIND_RESPONSE_152", 152);
1167
1168    /**
1169     * The client received an unexpected intermediate bind response.  The "SASL bind in progress" result was expected for the first response in the multi-stage %s bind process, but the bind response had a result code of %d (%s) and an error message of "%s"
1170     */
1171    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAPAUTH_UNEXPECTED_INITIAL_BIND_RESPONSE =
1172                    new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_INITIAL_BIND_RESPONSE_153", 153);
1173
1174    /**
1175     * The initial bind response from the server did not include any server SASL credentials containing the challenge information needed to complete the CRAM-MD5 authentication
1176     */
1177    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_NO_CRAMMD5_SERVER_CREDENTIALS =
1178                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NO_CRAMMD5_SERVER_CREDENTIALS_154", 154);
1179
1180    /**
1181     * An unexpected error occurred while trying to initialize the MD5 digest generator:  %s
1182     */
1183    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST =
1184                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST_155", 155);
1185
1186    /**
1187     * Cannot send the second bind request in the multi-stage %s bind to the server:  %s
1188     */
1189    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_CANNOT_SEND_SECOND_SASL_BIND =
1190                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_SEND_SECOND_SASL_BIND_156", 156);
1191
1192    /**
1193     * Cannot read the second %s bind response from the server:  %s
1194     */
1195    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_CANNOT_READ_SECOND_BIND_RESPONSE =
1196                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_READ_SECOND_BIND_RESPONSE_157", 157);
1197
1198    /**
1199     * One or more SASL properties were provided, but the %s mechanism does not take any SASL properties
1200     */
1201    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES =
1202                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES_158", 158);
1203
1204    /**
1205     * The "authzid" SASL property only accepts a single value
1206     */
1207    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_AUTHZID_SINGLE_VALUED =
1208                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_AUTHZID_SINGLE_VALUED_159", 159);
1209
1210    /**
1211     * The "realm" SASL property only accepts a single value
1212     */
1213    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_REALM_SINGLE_VALUED =
1214                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_REALM_SINGLE_VALUED_160", 160);
1215
1216    /**
1217     * The "qop" SASL property only accepts a single value
1218     */
1219    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_QOP_SINGLE_VALUED =
1220                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_QOP_SINGLE_VALUED_161", 161);
1221
1222    /**
1223     * The "%s" QoP mode is not supported by this client.  Only the "auth" mode is currently available for use
1224     */
1225    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED =
1226                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED_162", 162);
1227
1228    /**
1229     * The specified DIGEST-MD5 quality of protection mode "%s" is not valid.  The only QoP mode currently supported is "auth"
1230     */
1231    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP =
1232                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP_163", 163);
1233
1234    /**
1235     * The "digest-uri" SASL property only accepts a single value
1236     */
1237    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_DIGEST_URI_SINGLE_VALUED =
1238                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGEST_URI_SINGLE_VALUED_164", 164);
1239
1240    /**
1241     * The initial bind response from the server did not include any server SASL credentials containing the challenge information needed to complete the DIGEST-MD5 authentication
1242     */
1243    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_NO_DIGESTMD5_SERVER_CREDENTIALS =
1244                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NO_DIGESTMD5_SERVER_CREDENTIALS_165", 165);
1245
1246    /**
1247     * The DIGEST-MD5 credentials provided by the server contained an invalid token of "%s" starting at position %d
1248     */
1249    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_LDAPAUTH_DIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS =
1250                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_166", 166);
1251
1252    /**
1253     * The DIGEST-MD5 credentials provided by the server specified the use of the "%s" character set.  The character set that may be specified in the DIGEST-MD5 credentials is "utf-8"
1254     */
1255    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET =
1256                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET_167", 167);
1257
1258    /**
1259     * The requested QoP mode of "%s" is not listed as supported by the Directory Server.  The Directory Server's list of supported QoP modes is:  "%s"
1260     */
1261    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_REQUESTED_QOP_NOT_SUPPORTED_BY_SERVER =
1262                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_REQUESTED_QOP_NOT_SUPPORTED_BY_SERVER_168", 168);
1263
1264    /**
1265     * The server SASL credentials provided in response to the initial DIGEST-MD5 bind request did not include the nonce to use to generate the authentication digests
1266     */
1267    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_DIGESTMD5_NO_NONCE =
1268                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_NO_NONCE_169", 169);
1269
1270    /**
1271     * An error occurred while attempting to generate the response digest for the DIGEST-MD5 bind request:  %s
1272     */
1273    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST =
1274                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST_170", 170);
1275
1276    /**
1277     * The DIGEST-MD5 bind response from the server did not include the "rspauth" element to provide a digest of the response authentication information
1278     */
1279    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_DIGESTMD5_NO_RSPAUTH_CREDS =
1280                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_NO_RSPAUTH_CREDS_171", 171);
1281
1282    /**
1283     * An error occurred while trying to decode the rspauth element of the DIGEST-MD5 bind response from the server as a hexadecimal string:  %s
1284     */
1285    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH =
1286                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH_172", 172);
1287
1288    /**
1289     * An error occurred while trying to calculate the expected rspauth element to compare against the value included in the DIGEST-MD5 response from the server:  %s
1290     */
1291    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH =
1292                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH_173", 173);
1293
1294    /**
1295     * The rpsauth element included in the DIGEST-MD5 bind response from the Directory Server was different from the expected value calculated by the client
1296     */
1297    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_DIGESTMD5_RSPAUTH_MISMATCH =
1298                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_RSPAUTH_MISMATCH_174", 174);
1299
1300    /**
1301     * The DIGEST-MD5 response challenge could not be parsed because it had an invalid quotation mark at position %d
1302     */
1303    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS =
1304                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS_175", 175);
1305
1306    /**
1307     * Text string that may be written to the Directory Server error log as trace information for the bind
1308     */
1309    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE =
1310                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE_176", 176);
1311
1312    /**
1313     * Authentication ID for the bind
1314     */
1315    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID =
1316                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID_177", 177);
1317
1318    /**
1319     * Realm into which the authentication is to be performed
1320     */
1321    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM =
1322                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM_178", 178);
1323
1324    /**
1325     * Quality of protection to use for the bind
1326     */
1327    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP =
1328                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP_179", 179);
1329
1330    /**
1331     * Digest URI to use for the bind
1332     */
1333    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI =
1334                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI_180", 180);
1335
1336    /**
1337     * Authorization ID to use for the bind
1338     */
1339    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID =
1340                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID_181", 181);
1341
1342    /**
1343     * SASL bind options
1344     */
1345    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_SASL_PROPERTIES =
1346                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_SASL_PROPERTIES_182", 182);
1347
1348    /**
1349     * KDC to use for the Kerberos authentication
1350     */
1351    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC =
1352                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC_183", 183);
1353
1354    /**
1355     * The "kdc" SASL property only accepts a single value
1356     */
1357    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_KDC_SINGLE_VALUED =
1358                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_KDC_SINGLE_VALUED_184", 184);
1359
1360    /**
1361     * The specified GSSAPI quality of protection mode "%s" is not valid.  The only QoP mode currently supported is "auth"
1362     */
1363    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_INVALID_QOP =
1364                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_INVALID_QOP_185", 185);
1365
1366    /**
1367     * An error occurred while trying to create the temporary JAAS configuration for GSSAPI authentication:  %s
1368     */
1369    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG =
1370                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG_186", 186);
1371
1372    /**
1373     * An error occurred while attempting to perform local authentication to the Kerberos realm:  %s
1374     */
1375    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED =
1376                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED_187", 187);
1377
1378    /**
1379     * An error occurred while attempting to perform GSSAPI authentication to the Directory Server: %s
1380     */
1381    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED =
1382                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED_188", 188);
1383
1384    /**
1385     * The LDAPAuthenticationHandler.run() method was called for a non-SASL bind.  The backtrace for this call is %s
1386     */
1387    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_NONSASL_RUN_INVOCATION =
1388                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NONSASL_RUN_INVOCATION_189", 189);
1389
1390    /**
1391     * The LDAPAuthenticationHandler.run() method was called for a SASL bind with an unexpected mechanism of "%s".  The backtrace for this call is %s
1392     */
1393    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_UNEXPECTED_RUN_INVOCATION =
1394                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_RUN_INVOCATION_190", 190);
1395
1396    /**
1397     * An error occurred while attempting to create a SASL client to process the GSSAPI authentication:  %s
1398     */
1399    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT =
1400                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT_191", 191);
1401
1402    /**
1403     * An error occurred while attempting to create the initial challenge for GSSAPI authentication:  %s
1404     */
1405    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE =
1406                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE_192", 192);
1407
1408    /**
1409     * An error occurred while trying to validate the SASL credentials provided by the Directory Server in the GSSAPI bind response:  %s
1410     */
1411    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS =
1412                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS_193", 193);
1413
1414    /**
1415     * The Directory Server unexpectedly returned a success response to the client even though the client does not believe that the GSSAPI negotiation is complete
1416     */
1417    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_GSSAPI_UNEXPECTED_SUCCESS_RESPONSE =
1418                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_UNEXPECTED_SUCCESS_RESPONSE_194", 194);
1419
1420    /**
1421     * The GSSAPI bind attempt failed
1422     */
1423    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_GSSAPI_BIND_FAILED =
1424                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_GSSAPI_BIND_FAILED_195", 195);
1425
1426    /**
1427     * The LDAPAuthenticationHandler.handle() method was called for a non-SASL bind. The backtrace for this call is %s
1428     */
1429    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION =
1430                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION_196", 196);
1431
1432    /**
1433     * The LDAPAuthenticationHandler.handle() method was called during a GSSAPI bind attempt with an unexpected callback type of %s
1434     */
1435    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK =
1436                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK_197", 197);
1437
1438    /**
1439     * The LDAPAuthenticationHandler.handle() method was called for an unexpected SASL mechanism of %s.  The backtrace for this call is %s
1440     */
1441    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPAUTH_UNEXPECTED_CALLBACK_INVOCATION =
1442                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_UNEXPECTED_CALLBACK_INVOCATION_198", 198);
1443
1444    /**
1445     * Password for user '%s':
1446     */
1447    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPAUTH_PASSWORD_PROMPT =
1448                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_PASSWORD_PROMPT_199", 199);
1449
1450    /**
1451     * LDAP protocol version number
1452     */
1453    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_VERSION =
1454                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_VERSION_200", 200);
1455
1456    /**
1457     * Invalid LDAP version number '%s'. Allowed values are 2 and 3
1458     */
1459    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DESCRIPTION_INVALID_VERSION =
1460                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_DESCRIPTION_INVALID_VERSION_201", 201);
1461
1462    /**
1463     * Cannot send the 'Who Am I?' request to the Directory Server:  %s
1464     */
1465    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST =
1466                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST_202", 202);
1467
1468    /**
1469     * Cannot read the 'Who Am I?' response from the Directory Server:  %s
1470     */
1471    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE =
1472                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE_203", 203);
1473
1474    /**
1475     * The 'Who Am I?' request was rejected by the Directory Server
1476     */
1477    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_WHOAMI_FAILED =
1478                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_WHOAMI_FAILED_204", 204);
1479
1480    /**
1481     * Invalid scope '%s' specified for the search request
1482     */
1483    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCH_INVALID_SEARCH_SCOPE =
1484                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_SEARCH_INVALID_SEARCH_SCOPE_205", 205);
1485
1486    /**
1487     * No filters specified for the search request
1488     */
1489    public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_NO_FILTERS =
1490                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_SEARCH_NO_FILTERS_206", 206);
1491
1492    /**
1493     * Base DN of a backend supporting indexing. Verification is performed on indexes within the scope of the given base DN
1494     */
1495    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFYINDEX_DESCRIPTION_BASE_DN =
1496                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VERIFYINDEX_DESCRIPTION_BASE_DN_207", 207);
1497
1498    /**
1499     * Name of an index to be verified. For an attribute index this is simply an attribute name. Multiple indexes may be verified for completeness, or all indexes if no indexes are specified.  An index is complete if each index value references all entries containing that value
1500     */
1501    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME =
1502                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME_208", 208);
1503
1504    /**
1505     * Specifies that a single index should be verified to ensure it is clean.  An index is clean if each index value references only entries containing that value.  Only one index at a time may be verified in this way
1506     */
1507    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFYINDEX_DESCRIPTION_VERIFY_CLEAN =
1508                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VERIFYINDEX_DESCRIPTION_VERIFY_CLEAN_209", 209);
1509
1510    /**
1511     * An error occurred while attempting to perform index verification:  %s
1512     */
1513    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFYINDEX_ERROR_DURING_VERIFY =
1514                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_VERIFYINDEX_ERROR_DURING_VERIFY_210", 210);
1515
1516    /**
1517     * Only one index at a time may be verified for cleanliness
1518     */
1519    public static final LocalizableMessageDescriptor.Arg0 ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX =
1520                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX_211", 211);
1521
1522    /**
1523     * The backend does not support indexing
1524     */
1525    public static final LocalizableMessageDescriptor.Arg0 ERR_BACKEND_NO_INDEXING_SUPPORT =
1526                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_BACKEND_NO_INDEXING_SUPPORT_212", 212);
1527
1528    /**
1529     * The Directory Server backend with backend ID "%s" does not provide a mechanism for performing LDIF exports
1530     */
1531    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND =
1532                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND_213", 213);
1533
1534    /**
1535     * The Directory Server backend with backend ID %s does not provide a mechanism for performing LDIF imports
1536     */
1537    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFIMPORT_CANNOT_IMPORT =
1538                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_IMPORT_214", 214);
1539
1540    /**
1541     * Do not wrap long lines
1542     */
1543    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_DONT_WRAP =
1544                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_DONT_WRAP_215", 215);
1545
1546    /**
1547     * Base DN of a branch to include in the LDIF import
1548     */
1549    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_BRANCH =
1550                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_BRANCH_216", 216);
1551
1552    /**
1553     * Cannot determine the backend ID for the backend defined in configuration entry %s:  %s
1554     */
1555    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_DETERMINE_BACKEND_ID =
1556                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_DETERMINE_BACKEND_ID_217", 217);
1557
1558    /**
1559     * Unable to decode include branch string "%s" as a valid distinguished name:  %s
1560     */
1561    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE =
1562                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE_218", 218);
1563
1564    /**
1565     * Provided include base DN "%s" is not handled by the backend with backend ID %s
1566     */
1567    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_INVALID_INCLUDE_BASE =
1568                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_INVALID_INCLUDE_BASE_219", 219);
1569
1570    /**
1571     * Multiple Directory Server backends are configured to support base DN "%s"
1572     */
1573    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MULTIPLE_BACKENDS_FOR_BASE =
1574                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MULTIPLE_BACKENDS_FOR_BASE_230", 230);
1575
1576    /**
1577     * None of the Directory Server backends are configured to support the requested base DN "%s"
1578     */
1579    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_BACKENDS_FOR_BASE =
1580                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_NO_BACKENDS_FOR_BASE_231", 231);
1581
1582    /**
1583     * Base DN of a branch to include in the LDIF export
1584     */
1585    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_BRANCH =
1586                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_BRANCH_240", 240);
1587
1588    /**
1589     * Provided include base DN "%s" is not handled by the backend with backend ID %s
1590     */
1591    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFEXPORT_INVALID_INCLUDE_BASE =
1592                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_INVALID_INCLUDE_BASE_242", 242);
1593
1594    /**
1595     * Backend ID for the backend to archive
1596     */
1597    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_BACKEND_ID =
1598                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_BACKEND_ID_245", 245);
1599
1600    /**
1601     * Use the provided identifier for the backup
1602     */
1603    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_BACKUP_ID =
1604                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_BACKUP_ID_246", 246);
1605
1606    /**
1607     * Path to the target directory for the backup file(s)
1608     */
1609    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_BACKUP_DIR =
1610                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_BACKUP_DIR_247", 247);
1611
1612    /**
1613     * Perform an incremental backup rather than a full backup
1614     */
1615    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_INCREMENTAL =
1616                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_248", 248);
1617
1618    /**
1619     * Compress the backup contents
1620     */
1621    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_COMPRESS =
1622                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_COMPRESS_249", 249);
1623
1624    /**
1625     * Encrypt the backup contents
1626     */
1627    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_ENCRYPT =
1628                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_ENCRYPT_250", 250);
1629
1630    /**
1631     * Generate a hash of the backup contents
1632     */
1633    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_HASH =
1634                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_HASH_251", 251);
1635
1636    /**
1637     * Sign the hash of the backup contents
1638     */
1639    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_SIGN_HASH =
1640                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_SIGN_HASH_252", 252);
1641
1642    /**
1643     * None of the Directory Server backends are configured with the requested backend ID "%s"
1644     */
1645    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUPDB_NO_BACKENDS_FOR_ID =
1646                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_NO_BACKENDS_FOR_ID_261", 261);
1647
1648    /**
1649     * The target backend %s cannot be backed up using the requested configuration
1650     */
1651    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUPDB_CANNOT_BACKUP =
1652                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_BACKUP_264", 264);
1653
1654    /**
1655     * An error occurred while attempting to back up backend %s with the requested configuration:  %s
1656     */
1657    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_ERROR_DURING_BACKUP =
1658                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_ERROR_DURING_BACKUP_265", 265);
1659
1660    /**
1661     * Back up all backends in the server
1662     */
1663    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_BACKUP_ALL =
1664                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_BACKUP_ALL_274", 274);
1665
1666    /**
1667     * The %s and %s arguments may not be used together.  Exactly one of them must be provided
1668     */
1669    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_CANNOT_MIX_BACKUP_ALL_AND_BACKEND_ID =
1670                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_MIX_BACKUP_ALL_AND_BACKEND_ID_275", 275);
1671
1672    /**
1673     * Neither the %s argument nor the %s argument was provided.  Exactly one of them is required
1674     */
1675    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_NEED_BACKUP_ALL_OR_BACKEND_ID =
1676                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_NEED_BACKUP_ALL_OR_BACKEND_ID_276", 276);
1677
1678    /**
1679     * An error occurred while attempting to create the backup directory %s:  %s
1680     */
1681    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR =
1682                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR_277", 277);
1683
1684    /**
1685     * Backend ID %s was included in the set of backends to archive, but this backend does not provide support for a backup mechanism.  It will be skipped
1686     */
1687    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_BACKUPDB_BACKUP_NOT_SUPPORTED =
1688                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_BACKUPDB_BACKUP_NOT_SUPPORTED_278", 278);
1689
1690    /**
1691     * None of the target backends provide a backup mechanism.  The backup operation has been aborted
1692     */
1693    public static final LocalizableMessageDescriptor.Arg0 WARN_BACKUPDB_NO_BACKENDS_TO_ARCHIVE =
1694                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "WARN_BACKUPDB_NO_BACKENDS_TO_ARCHIVE_279", 279);
1695
1696    /**
1697     * Starting backup for backend %s
1698     */
1699    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKUPDB_STARTING_BACKUP =
1700                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "NOTE_BACKUPDB_STARTING_BACKUP_280", 280);
1701
1702    /**
1703     * An error occurred while attempting to parse the backup descriptor file %s:  %s
1704     */
1705    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_CANNOT_PARSE_BACKUP_DESCRIPTOR =
1706                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_PARSE_BACKUP_DESCRIPTOR_281", 281);
1707
1708    /**
1709     * The backup process completed with one or more errors
1710     */
1711    public static final LocalizableMessageDescriptor.Arg0 NOTE_BACKUPDB_COMPLETED_WITH_ERRORS =
1712                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "NOTE_BACKUPDB_COMPLETED_WITH_ERRORS_282", 282);
1713
1714    /**
1715     * The backup process completed successfully
1716     */
1717    public static final LocalizableMessageDescriptor.Arg0 NOTE_BACKUPDB_COMPLETED_SUCCESSFULLY =
1718                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "NOTE_BACKUPDB_COMPLETED_SUCCESSFULLY_283", 283);
1719
1720    /**
1721     * An error occurred while attempting to initialize the crypto manager:  %s
1722     */
1723    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER =
1724                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER_284", 284);
1725
1726    /**
1727     * An error occurred while attempting to initialize the subentry manager:  %s
1728     */
1729    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER =
1730                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER_285", 285);
1731
1732    /**
1733     * An error occurred while attempting to initialize the root DN manager:  %s
1734     */
1735    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_ROOTDN_MANAGER =
1736                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_ROOTDN_MANAGER_286", 286);
1737
1738    /**
1739     * Backup ID of the source archive for an incremental backup
1740     */
1741    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_BASE_ID =
1742                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_BASE_ID_287", 287);
1743
1744    /**
1745     * The use of the %s argument requires that the %s argument is also provided
1746     */
1747    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_INCREMENTAL_BASE_REQUIRES_INCREMENTAL =
1748                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_INCREMENTAL_BASE_REQUIRES_INCREMENTAL_288", 288);
1749
1750    /**
1751     * Backup ID of the backup to restore
1752     */
1753    public static final LocalizableMessageDescriptor.Arg0 INFO_RESTOREDB_DESCRIPTION_BACKUP_ID =
1754                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_DESCRIPTION_BACKUP_ID_292", 292);
1755
1756    /**
1757     * Path to the directory containing the backup file(s)
1758     */
1759    public static final LocalizableMessageDescriptor.Arg0 INFO_RESTOREDB_DESCRIPTION_BACKUP_DIR =
1760                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_DESCRIPTION_BACKUP_DIR_293", 293);
1761
1762    /**
1763     * List available backups in the backup directory
1764     */
1765    public static final LocalizableMessageDescriptor.Arg0 INFO_RESTOREDB_DESCRIPTION_LIST_BACKUPS =
1766                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_DESCRIPTION_LIST_BACKUPS_294", 294);
1767
1768    /**
1769     * Verify the contents of the backup but do not restore it
1770     */
1771    public static final LocalizableMessageDescriptor.Arg0 INFO_RESTOREDB_DESCRIPTION_VERIFY_ONLY =
1772                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_DESCRIPTION_VERIFY_ONLY_295", 295);
1773
1774    /**
1775     * An error occurred while attempting to examine the set of backups contained in backup directory %s: %s
1776     */
1777    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESTOREDB_CANNOT_READ_BACKUP_DIRECTORY =
1778                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_CANNOT_READ_BACKUP_DIRECTORY_304", 304);
1779
1780    /**
1781     * Backup ID:          %s
1782     */
1783    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_BACKUP_ID =
1784                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_BACKUP_ID_305", 305);
1785
1786    /**
1787     * Backup Date:        %s
1788     */
1789    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_BACKUP_DATE =
1790                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_BACKUP_DATE_306", 306);
1791
1792    /**
1793     * Is Incremental:     %s
1794     */
1795    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_INCREMENTAL =
1796                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_INCREMENTAL_307", 307);
1797
1798    /**
1799     * Is Compressed:      %s
1800     */
1801    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_COMPRESSED =
1802                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_COMPRESSED_308", 308);
1803
1804    /**
1805     * Is Encrypted:       %s
1806     */
1807    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_ENCRYPTED =
1808                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_ENCRYPTED_309", 309);
1809
1810    /**
1811     * Has Unsigned Hash:  %s
1812     */
1813    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_HASHED =
1814                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_HASHED_310", 310);
1815
1816    /**
1817     * Has Signed Hash:    %s
1818     */
1819    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_SIGNED =
1820                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_SIGNED_311", 311);
1821
1822    /**
1823     * Dependent Upon:     %s
1824     */
1825    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_RESTOREDB_LIST_DEPENDENCIES =
1826                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_LIST_DEPENDENCIES_312", 312);
1827
1828    /**
1829     * The requested backup ID %s does not exist in %s
1830     */
1831    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESTOREDB_INVALID_BACKUP_ID =
1832                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_INVALID_BACKUP_ID_313", 313);
1833
1834    /**
1835     * There are no Directory Server backups contained in %s
1836     */
1837    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY =
1838                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY_314", 314);
1839
1840    /**
1841     * The backups contained in directory %s were taken from a Directory Server backend defined in configuration entry %s but no such backend is available
1842     */
1843    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESTOREDB_NO_BACKENDS_FOR_DN =
1844                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_NO_BACKENDS_FOR_DN_315", 315);
1845
1846    /**
1847     * The Directory Server backend configured with backend ID %s does not provide a mechanism for restoring backups
1848     */
1849    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RESTOREDB_CANNOT_RESTORE =
1850                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_CANNOT_RESTORE_316", 316);
1851
1852    /**
1853     * An unexpected error occurred while attempting to restore backup %s from %s:  %s
1854     */
1855    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_RESTOREDB_ERROR_DURING_BACKUP =
1856                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_ERROR_DURING_BACKUP_317", 317);
1857
1858    /**
1859     * Restoring an encrypted or signed backup requires a connection to an online server
1860     */
1861    public static final LocalizableMessageDescriptor.Arg0 ERR_RESTOREDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE =
1862                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE_318", 318);
1863
1864    /**
1865     * The use of the %s argument or the %s argument requires a connection to an online server instance
1866     */
1867    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE =
1868                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE_325", 325);
1869
1870    /**
1871     * The use of the %s argument requires that the %s argument is also provided
1872     */
1873    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_SIGN_REQUIRES_HASH =
1874                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_SIGN_REQUIRES_HASH_326", 326);
1875
1876    /**
1877     * Show what would be done but do not perform any operation
1878     */
1879    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_NOOP =
1880                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_NOOP_327", 327);
1881
1882    /**
1883     * An error occurred while attempting to acquire a shared lock for backend %s:  %s.  This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import).  This backend will not be archived
1884     */
1885    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUPDB_CANNOT_LOCK_BACKEND =
1886                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_LOCK_BACKEND_328", 328);
1887
1888    /**
1889     * An error occurred while attempting to release the shared lock for backend %s:  %s.  This lock should automatically be cleared when the backup process exits, so no further action should be required
1890     */
1891    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_BACKUPDB_CANNOT_UNLOCK_BACKEND =
1892                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_BACKUPDB_CANNOT_UNLOCK_BACKEND_329", 329);
1893
1894    /**
1895     * An error occurred while attempting to acquire an exclusive lock for backend %s:  %s.  This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress).  The restore cannot continue
1896     */
1897    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESTOREDB_CANNOT_LOCK_BACKEND =
1898                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_RESTOREDB_CANNOT_LOCK_BACKEND_330", 330);
1899
1900    /**
1901     * An error occurred while attempting to release the exclusive lock for backend %s:  %s.  This lock should automatically be cleared when the restore process exits, so no further action should be required
1902     */
1903    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_RESTOREDB_CANNOT_UNLOCK_BACKEND =
1904                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_RESTOREDB_CANNOT_UNLOCK_BACKEND_331", 331);
1905
1906    /**
1907     * An error occurred while attempting to acquire an exclusive lock for backend %s:  %s.  This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress).  The LDIF import cannot continue
1908     */
1909    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND =
1910                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND_332", 332);
1911
1912    /**
1913     * An error occurred while attempting to release the exclusive lock for backend %s:  %s.  This lock should automatically be cleared when the import process exits, so no further action should be required
1914     */
1915    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND =
1916                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND_333", 333);
1917
1918    /**
1919     * An error occurred while attempting to acquire a shared lock for backend %s:  %s.  This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore).  The LDIF export cannot continue
1920     */
1921    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND =
1922                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND_334", 334);
1923
1924    /**
1925     * An error occurred while attempting to release the shared lock for backend %s:  %s.  This lock should automatically be cleared when the export process exits, so no further action should be required
1926     */
1927    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND =
1928                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND_335", 335);
1929
1930    /**
1931     * An error occurred while attempting to acquire a shared lock for backend %s:  %s.  This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore).  The index verification cannot continue
1932     */
1933    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND =
1934                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND_336", 336);
1935
1936    /**
1937     * An error occurred while attempting to release the shared lock for backend %s:  %s.  This lock should automatically be cleared when the verification process exits, so no further action should be required
1938     */
1939    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND =
1940                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND_337", 337);
1941
1942    /**
1943     * Only retrieve attribute names but not their values
1944     */
1945    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TYPES_ONLY =
1946                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TYPES_ONLY_338", 338);
1947
1948    /**
1949     * Skip schema validation during the LDIF import
1950     */
1951    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION =
1952                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION_339", 339);
1953
1954    /**
1955     * Use the LDAP assertion control with the provided filter
1956     */
1957    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_ASSERTION_FILTER =
1958                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_ASSERTION_FILTER_342", 342);
1959
1960    /**
1961     * The search filter provided for the LDAP assertion control was invalid:  %s
1962     */
1963    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_ASSERTION_INVALID_FILTER =
1964                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_ASSERTION_INVALID_FILTER_343", 343);
1965
1966    /**
1967     * Use the LDAP ReadEntry pre-read control
1968     */
1969    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PREREAD_ATTRS =
1970                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PREREAD_ATTRS_346", 346);
1971
1972    /**
1973     * Use the LDAP ReadEntry post-read control
1974     */
1975    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_POSTREAD_ATTRS =
1976                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_POSTREAD_ATTRS_347", 347);
1977
1978    /**
1979     * An error occurred while trying to decode the entry contained in the value of the pre-read response control:  %s
1980     */
1981    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE =
1982                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE_349", 349);
1983
1984    /**
1985     * Target entry before the operation:
1986     */
1987    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPMODIFY_PREREAD_ENTRY =
1988                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPMODIFY_PREREAD_ENTRY_350", 350);
1989
1990    /**
1991     * An error occurred while trying to decode the entry contained in the value of the post-read response control:  %s
1992     */
1993    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE =
1994                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE_352", 352);
1995
1996    /**
1997     * Target entry after the operation:
1998     */
1999    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPMODIFY_POSTREAD_ENTRY =
2000                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPMODIFY_POSTREAD_ENTRY_353", 353);
2001
2002    /**
2003     * Use the proxied authorization control with the given authorization ID
2004     */
2005    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PROXY_AUTHZID =
2006                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PROXY_AUTHZID_354", 354);
2007
2008    /**
2009     * Use the persistent search control
2010     */
2011    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PSEARCH_INFO =
2012                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PSEARCH_INFO_355", 355);
2013
2014    /**
2015     * The request to use the persistent search control did not include a descriptor that indicates the options to use with that control
2016     */
2017    public static final LocalizableMessageDescriptor.Arg0 ERR_PSEARCH_MISSING_DESCRIPTOR =
2018                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PSEARCH_MISSING_DESCRIPTOR_356", 356);
2019
2020    /**
2021     * The persistent search descriptor %s did not start with the required 'ps' string
2022     */
2023    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PSEARCH_DOESNT_START_WITH_PS =
2024                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PSEARCH_DOESNT_START_WITH_PS_357", 357);
2025
2026    /**
2027     * The provided change type value %s is invalid.  The recognized change types are add, delete, modify, modifydn, and any
2028     */
2029    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PSEARCH_INVALID_CHANGE_TYPE =
2030                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PSEARCH_INVALID_CHANGE_TYPE_358", 358);
2031
2032    /**
2033     * The provided changesOnly value %s is invalid.  Allowed values are 1 to only return matching entries that have changed since the beginning of the search, or 0 to also include existing entries that match the search criteria
2034     */
2035    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PSEARCH_INVALID_CHANGESONLY =
2036                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PSEARCH_INVALID_CHANGESONLY_359", 359);
2037
2038    /**
2039     * The provided returnECs value %s is invalid.  Allowed values are 1 to request that the entry change notification control be included in updated entries, or 0 to exclude the control from matching entries
2040     */
2041    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PSEARCH_INVALID_RETURN_ECS =
2042                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PSEARCH_INVALID_RETURN_ECS_360", 360);
2043
2044    /**
2045     * Use the authorization identity control
2046     */
2047    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_REPORT_AUTHZID =
2048                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_REPORT_AUTHZID_361", 361);
2049
2050    /**
2051     * # Bound with authorization ID %s
2052     */
2053    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_BIND_AUTHZID_RETURNED =
2054                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_BIND_AUTHZID_RETURNED_362", 362);
2055
2056    /**
2057     * File containing a list of search filter strings
2058     */
2059    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_DESCRIPTION_FILENAME =
2060                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_DESCRIPTION_FILENAME_363", 363);
2061
2062    /**
2063     * Use the LDAP matched values control with the provided filter
2064     */
2065    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_MATCHED_VALUES_FILTER =
2066                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_MATCHED_VALUES_FILTER_364", 364);
2067
2068    /**
2069     * The provided matched values filter was invalid:  %s
2070     */
2071    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_MATCHEDVALUES_INVALID_FILTER =
2072                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_MATCHEDVALUES_INVALID_FILTER_365", 365);
2073
2074    /**
2075     * An error occurred while attempting to open the LDIF file %s for reading:  %s
2076     */
2077    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ =
2078                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ_366", 366);
2079
2080    /**
2081     * An error occurred while attempting to read the contents of LDIF file %s:  %s
2082     */
2083    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_FILE_READ_ERROR =
2084                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIF_FILE_READ_ERROR_367", 367);
2085
2086    /**
2087     * Error at or near line %d in LDIF file %s:  %s
2088     */
2089    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> ERR_LDIF_FILE_INVALID_LDIF_ENTRY =
2090                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIF_FILE_INVALID_LDIF_ENTRY_368", 368);
2091
2092    /**
2093     * Use the authentication password syntax rather than the user password syntax
2094     */
2095    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_AUTHPW =
2096                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_AUTHPW_369", 369);
2097
2098    /**
2099     * Authentication password storage scheme "%s" is not configured for use in the Directory Server
2100     */
2101    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_NO_SUCH_AUTH_SCHEME =
2102                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_NO_SUCH_AUTH_SCHEME_371", 371);
2103
2104    /**
2105     * The provided password is not a valid encoded authentication password value:  %s
2106     */
2107    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_INVALID_ENCODED_AUTHPW =
2108                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_INVALID_ENCODED_AUTHPW_372", 372);
2109
2110    /**
2111     * An error occurred while attempting to initialize the password policy components:  %s
2112     */
2113    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_PWPOLICY =
2114                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_PWPOLICY_373", 373);
2115
2116    /**
2117     * Directory server hostname or IP address
2118     */
2119    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_HOST =
2120                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_HOST_374", 374);
2121
2122    /**
2123     * Directory server administration port number
2124     */
2125    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_PORT =
2126                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_PORT_375", 375);
2127
2128    /**
2129     * DN to use to bind to the server
2130     */
2131    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_BINDDN =
2132                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_BINDDN_378", 378);
2133
2134    /**
2135     * Password to use to bind to the server
2136     */
2137    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_BINDPW =
2138                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_BINDPW_379", 379);
2139
2140    /**
2141     * Bind password file
2142     */
2143    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_BINDPWFILE =
2144                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_BINDPWFILE_380", 380);
2145
2146    /**
2147     * SASL bind options
2148     */
2149    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_SASLOPTIONS =
2150                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_SASLOPTIONS_381", 381);
2151
2152    /**
2153     * Use the proxied authorization control with the given authorization ID
2154     */
2155    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_PROXYAUTHZID =
2156                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_PROXYAUTHZID_382", 382);
2157
2158    /**
2159     * Reason the server is being stopped or restarted
2160     */
2161    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_STOP_REASON =
2162                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_STOP_REASON_383", 383);
2163
2164    /**
2165     * Indicates the date/time at which the shutdown operation will begin as a server task expressed in format YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time.  A value of '0' will cause the shutdown to be scheduled for immediate execution.  When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately
2166     */
2167    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_STOP_TIME =
2168                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_STOP_TIME_384", 384);
2169
2170    /**
2171     * Certificate key store path
2172     */
2173    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_KSFILE =
2174                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_KSFILE_386", 386);
2175
2176    /**
2177     * Certificate key store PIN
2178     */
2179    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_KSPW =
2180                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_KSPW_387", 387);
2181
2182    /**
2183     * Certificate key store PIN file
2184     */
2185    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_KSPWFILE =
2186                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_KSPWFILE_388", 388);
2187
2188    /**
2189     * Certificate trust store path
2190     */
2191    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_TSFILE =
2192                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_TSFILE_389", 389);
2193
2194    /**
2195     * Certificate trust store PIN
2196     */
2197    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_TSPW =
2198                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_TSPW_390", 390);
2199
2200    /**
2201     * Certificate trust store PIN file
2202     */
2203    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_TSPWFILE =
2204                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_TSPWFILE_391", 391);
2205
2206    /**
2207     * ERROR:  You may not provide both the %s and the %s arguments
2208     */
2209    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STOPDS_MUTUALLY_EXCLUSIVE_ARGUMENTS =
2210                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_MUTUALLY_EXCLUSIVE_ARGUMENTS_395", 395);
2211
2212    /**
2213     * ERROR:  Unable to decode the provided stop time.  It should be in the form YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time
2214     */
2215    public static final LocalizableMessageDescriptor.Arg0 ERR_STOPDS_CANNOT_DECODE_STOP_TIME =
2216                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_DECODE_STOP_TIME_396", 396);
2217
2218    /**
2219     * ERROR:  Unable to perform SSL initialization:  %s
2220     */
2221    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_CANNOT_INITIALIZE_SSL =
2222                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_INITIALIZE_SSL_397", 397);
2223
2224    /**
2225     * ERROR:  The provided SASL option string "%s" could not be parsed in the form "name=value"
2226     */
2227    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_CANNOT_PARSE_SASL_OPTION =
2228                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_PARSE_SASL_OPTION_398", 398);
2229
2230    /**
2231     * ERROR:  One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
2232     */
2233    public static final LocalizableMessageDescriptor.Arg0 ERR_STOPDS_NO_SASL_MECHANISM =
2234                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_STOPDS_NO_SASL_MECHANISM_399", 399);
2235
2236    /**
2237     * ERROR:  Cannot parse the value of the %s argument as an integer value between 1 and 65535:  %s
2238     */
2239    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STOPDS_CANNOT_DETERMINE_PORT =
2240                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_DETERMINE_PORT_400", 400);
2241
2242    /**
2243     * ERROR:  Cannot establish a connection to the Directory Server %s.  Verify that the server is running and that the provided credentials are valid.  Details:  %s
2244     */
2245    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STOPDS_CANNOT_CONNECT =
2246                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_CONNECT_401", 401);
2247
2248    /**
2249     * NOTICE:  The connection to the Directory Server was closed while waiting for a response to the shutdown request.  This likely means that the server has started the shutdown process
2250     */
2251    public static final LocalizableMessageDescriptor.Arg0 ERR_STOPDS_UNEXPECTED_CONNECTION_CLOSURE =
2252                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_STOPDS_UNEXPECTED_CONNECTION_CLOSURE_402", 402);
2253
2254    /**
2255     * ERROR:  An I/O error occurred while attempting to communicate with the Directory Server:  %s
2256     */
2257    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_IO_ERROR =
2258                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_IO_ERROR_403", 403);
2259
2260    /**
2261     * ERROR:  An error occurred while trying to decode the response from the server:  %s
2262     */
2263    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_DECODE_ERROR =
2264                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_DECODE_ERROR_404", 404);
2265
2266    /**
2267     * ERROR:  Expected an add response message but got a %s message instead
2268     */
2269    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_INVALID_RESPONSE_TYPE =
2270                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_INVALID_RESPONSE_TYPE_405", 405);
2271
2272    /**
2273     * # Your password has expired
2274     */
2275    public static final LocalizableMessageDescriptor.Arg0 INFO_BIND_PASSWORD_EXPIRED =
2276                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BIND_PASSWORD_EXPIRED_406", 406);
2277
2278    /**
2279     * # Your password will expire in %s
2280     */
2281    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_BIND_PASSWORD_EXPIRING =
2282                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_BIND_PASSWORD_EXPIRING_407", 407);
2283
2284    /**
2285     * # Your account has been locked
2286     */
2287    public static final LocalizableMessageDescriptor.Arg0 INFO_BIND_ACCOUNT_LOCKED =
2288                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BIND_ACCOUNT_LOCKED_408", 408);
2289
2290    /**
2291     * # You must change your password before any other operations will be allowed
2292     */
2293    public static final LocalizableMessageDescriptor.Arg0 INFO_BIND_MUST_CHANGE_PASSWORD =
2294                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BIND_MUST_CHANGE_PASSWORD_409", 409);
2295
2296    /**
2297     * # You have %d grace logins remaining
2298     */
2299    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_BIND_GRACE_LOGINS_REMAINING =
2300                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_BIND_GRACE_LOGINS_REMAINING_410", 410);
2301
2302    /**
2303     * Use the password policy request control
2304     */
2305    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_USE_PWP_CONTROL =
2306                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_USE_PWP_CONTROL_411", 411);
2307
2308    /**
2309     * File containing the DNs of the entries to compare
2310     */
2311    public static final LocalizableMessageDescriptor.Arg0 INFO_COMPARE_DESCRIPTION_FILENAME =
2312                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_COMPARE_DESCRIPTION_FILENAME_413", 413);
2313
2314    /**
2315     * LDIF file containing the data to search.  Multiple files may be specified by providing the option multiple times.  If no files are provided, the data will be read from standard input
2316     */
2317    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE =
2318                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE_414", 414);
2319
2320    /**
2321     * The base DN for the search.  Multiple base DNs may be specified by providing the option multiple times.  If no base DN is provided, then the root DSE will be used
2322     */
2323    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_BASEDN =
2324                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_BASEDN_415", 415);
2325
2326    /**
2327     * The scope for the search.  It must be one of 'base', 'one', 'sub', or 'subordinate'.  If it is not provided, then 'sub' will be used
2328     */
2329    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_SCOPE =
2330                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_SCOPE_416", 416);
2331
2332    /**
2333     * The path to the file containing the search filter(s) to use.  If this is not provided, then the filter must be provided on the command line after all configuration options
2334     */
2335    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_FILTER_FILE =
2336                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_FILTER_FILE_419", 419);
2337
2338    /**
2339     * The path to the output file to which the matching entries should be written.  If this is not provided, then the data will be written to standard output
2340     */
2341    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILE =
2342                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILE_420", 420);
2343
2344    /**
2345     * Any existing output file should be overwritten rather than appending to it
2346     */
2347    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_OVERWRITE_EXISTING =
2348                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_OVERWRITE_EXISTING_421", 421);
2349
2350    /**
2351     * Long lines should not be wrapped
2352     */
2353    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP =
2354                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP_422", 422);
2355
2356    /**
2357     * Maximum number of matching entries to return
2358     */
2359    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT =
2360                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT_423", 423);
2361
2362    /**
2363     * Maximum length of time (in seconds) to spend processing
2364     */
2365    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT =
2366                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT_424", 424);
2367
2368    /**
2369     * No search filter was specified.  Either a filter file or an individual search filter must be provided
2370     */
2371    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIFSEARCH_NO_FILTER =
2372                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_NO_FILTER_428", 428);
2373
2374    /**
2375     * An error occurred while attempting to process the Directory Server configuration file %s:  %s
2376     */
2377    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFSEARCH_CANNOT_INITIALIZE_CONFIG =
2378                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_INITIALIZE_CONFIG_429", 429);
2379
2380    /**
2381     * An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s:  %s
2382     */
2383    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFSEARCH_CANNOT_INITIALIZE_SCHEMA =
2384                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_INITIALIZE_SCHEMA_430", 430);
2385
2386    /**
2387     * An error occurred while attempting to parse search filter '%s':  %s
2388     */
2389    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFSEARCH_CANNOT_PARSE_FILTER =
2390                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_PARSE_FILTER_431", 431);
2391
2392    /**
2393     * An error occurred while attempting to parse base DN '%s':  %s
2394     */
2395    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFSEARCH_CANNOT_PARSE_BASE_DN =
2396                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_PARSE_BASE_DN_432", 432);
2397
2398    /**
2399     * An error occurred while attempting to parse the time limit as an integer:  %s
2400     */
2401    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT =
2402                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT_433", 433);
2403
2404    /**
2405     * An error occurred while attempting to parse the size limit as an integer:  %s
2406     */
2407    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT =
2408                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT_434", 434);
2409
2410    /**
2411     * An error occurred while attempting to create the LDIF reader:  %s
2412     */
2413    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_CREATE_READER =
2414                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_CREATE_READER_435", 435);
2415
2416    /**
2417     * An error occurred while attempting to create the LDIF writer used to return matching entries:  %s
2418     */
2419    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_CREATE_WRITER =
2420                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_CREATE_WRITER_436", 436);
2421
2422    /**
2423     * The specified time limit has been exceeded during search processing
2424     */
2425    public static final LocalizableMessageDescriptor.Arg0 WARN_LDIFSEARCH_TIME_LIMIT_EXCEEDED =
2426                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "WARN_LDIFSEARCH_TIME_LIMIT_EXCEEDED_437", 437);
2427
2428    /**
2429     * The specified size limit has been exceeded during search processing
2430     */
2431    public static final LocalizableMessageDescriptor.Arg0 WARN_LDIFSEARCH_SIZE_LIMIT_EXCEEDED =
2432                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "WARN_LDIFSEARCH_SIZE_LIMIT_EXCEEDED_438", 438);
2433
2434    /**
2435     * An error occurred while attempting to read an entry from the LDIF content:  %s.  Skipping this entry and continuing processing
2436     */
2437    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE =
2438                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE_439", 439);
2439
2440    /**
2441     * An error occurred while attempting to read an entry from the LDIF content:  %s.  Unable to continue processing
2442     */
2443    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL =
2444                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL_440", 440);
2445
2446    /**
2447     * An unexpected error occurred during search processing:  %s
2448     */
2449    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFSEARCH_ERROR_DURING_PROCESSING =
2450                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_ERROR_DURING_PROCESSING_441", 441);
2451
2452    /**
2453     * An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s:  %s
2454     */
2455    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX =
2456                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX_442", 442);
2457
2458    /**
2459     * LDIF file to use as the source data
2460     */
2461    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_SOURCE_LDIF =
2462                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_SOURCE_LDIF_443", 443);
2463
2464    /**
2465     * LDIF file to use as the target data
2466     */
2467    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF =
2468                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF_444", 444);
2469
2470    /**
2471     * File to which the output should be written
2472     */
2473    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF =
2474                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF_445", 445);
2475
2476    /**
2477     * Any existing output file should be overwritten rather than appending to it
2478     */
2479    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING =
2480                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING_446", 446);
2481
2482    /**
2483     * An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s:  %s
2484     */
2485    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX =
2486                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX_452", 452);
2487
2488    /**
2489     * An error occurred while attempting to process the Directory Server configuration file %s:  %s
2490     */
2491    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_INITIALIZE_CONFIG =
2492                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_INITIALIZE_CONFIG_453", 453);
2493
2494    /**
2495     * An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s:  %s
2496     */
2497    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_INITIALIZE_SCHEMA =
2498                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_INITIALIZE_SCHEMA_454", 454);
2499
2500    /**
2501     * An error occurred while attempting to open source LDIF %s:  %s
2502     */
2503    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_OPEN_SOURCE_LDIF =
2504                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_OPEN_SOURCE_LDIF_455", 455);
2505
2506    /**
2507     * An error occurred while reading the contents of source LDIF %s:  %s
2508     */
2509    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_ERROR_READING_SOURCE_LDIF =
2510                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_ERROR_READING_SOURCE_LDIF_456", 456);
2511
2512    /**
2513     * An error occurred while attempting to open target LDIF %s:  %s
2514     */
2515    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_OPEN_TARGET_LDIF =
2516                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_OPEN_TARGET_LDIF_457", 457);
2517
2518    /**
2519     * An error occurred while reading the contents of target LDIF %s:  %s
2520     */
2521    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_ERROR_READING_TARGET_LDIF =
2522                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_ERROR_READING_TARGET_LDIF_458", 458);
2523
2524    /**
2525     * An error occurred while attempting to open the LDIF writer for the diff output:  %s
2526     */
2527    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT =
2528                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT_459", 459);
2529
2530    /**
2531     * No differences were detected between the source and target LDIF files
2532     */
2533    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_NO_DIFFERENCES =
2534                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_NO_DIFFERENCES_460", 460);
2535
2536    /**
2537     * An error occurred while attempting to write the diff output:  %s
2538     */
2539    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFDIFF_ERROR_WRITING_OUTPUT =
2540                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_ERROR_WRITING_OUTPUT_461", 461);
2541
2542    /**
2543     * Port on which the Directory Server should listen for LDAP communication
2544     */
2545    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_LDAP_PORT =
2546                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_LDAP_PORT_464", 464);
2547
2548    /**
2549     * Base DN for user information in the Directory Server.  Multiple base DNs may be provided by using this option multiple times
2550     */
2551    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_BASE_DN =
2552                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_BASE_DN_465", 465);
2553
2554    /**
2555     * DN for the initial root user for the Directory Server
2556     */
2557    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_ROOT_DN =
2558                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_ROOT_DN_466", 466);
2559
2560    /**
2561     * Password for the initial root user for the Directory Server
2562     */
2563    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_ROOT_PW =
2564                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_ROOT_PW_467", 467);
2565
2566    /**
2567     * Path to a file containing the password for the initial root user for the Directory Server
2568     */
2569    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE =
2570                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE_468", 468);
2571
2572    /**
2573     * An error occurred while attempting to acquire the server-wide lock file %s:  %s.  This generally means that the Directory Server is running, or another tool that requires exclusive access to the server is in use
2574     */
2575    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK =
2576                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK_472", 472);
2577
2578    /**
2579     * An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s:  %s
2580     */
2581    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_INITIALIZE_JMX =
2582                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_INITIALIZE_JMX_473", 473);
2583
2584    /**
2585     * An error occurred while attempting to process the Directory Server configuration file %s:  %s
2586     */
2587    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_INITIALIZE_CONFIG =
2588                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_INITIALIZE_CONFIG_474", 474);
2589
2590    /**
2591     * An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s:  %s
2592     */
2593    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_INITIALIZE_SCHEMA =
2594                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_INITIALIZE_SCHEMA_475", 475);
2595
2596    /**
2597     * An error occurred while attempting to parse base DN value "%s" as a DN:  %s
2598     */
2599    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_PARSE_BASE_DN =
2600                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_PARSE_BASE_DN_476", 476);
2601
2602    /**
2603     * An error occurred while attempting to parse root DN value "%s" as a DN:  %s
2604     */
2605    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_PARSE_ROOT_DN =
2606                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_PARSE_ROOT_DN_477", 477);
2607
2608    /**
2609     * The DN for the initial root user was provided, but no corresponding password was given.  If the root DN is specified then the password must also be provided
2610     */
2611    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIGDS_NO_ROOT_PW =
2612                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_NO_ROOT_PW_478", 478);
2613
2614    /**
2615     * An error occurred while attempting to update the port on which to listen for LDAP communication:  %s
2616     */
2617    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT =
2618                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT_480", 480);
2619
2620    /**
2621     * An error occurred while attempting to update the entry for the initial Directory Server root user: %s
2622     */
2623    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER =
2624                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER_481", 481);
2625
2626    /**
2627     * An error occurred while writing the updated Directory Server configuration:  %s
2628     */
2629    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG =
2630                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG_482", 482);
2631
2632    /**
2633     * ERROR:  No configuration changes were specified
2634     */
2635    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIGDS_NO_CONFIG_CHANGES =
2636                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_NO_CONFIG_CHANGES_483", 483);
2637
2638    /**
2639     * Successfully wrote the updated Directory Server configuration
2640     */
2641    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_WROTE_UPDATED_CONFIG =
2642                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_WROTE_UPDATED_CONFIG_484", 484);
2643
2644    /**
2645     * The setup command used to invoke this program
2646     */
2647    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_PROGNAME =
2648                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_PROGNAME_486", 486);
2649
2650    /**
2651     * Base DN for user information in the Directory Server.  Multiple base DNs may be provided by using this option multiple times
2652     */
2653    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_BASEDN =
2654                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_BASEDN_490", 490);
2655
2656    /**
2657     * Indicates whether to create the base entry in the Directory Server database
2658     */
2659    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ADDBASE =
2660                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ADDBASE_491", 491);
2661
2662    /**
2663     * Path to an LDIF file containing data that should be added to the Directory Server database. Multiple LDIF files may be provided by using this option multiple times
2664     */
2665    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF =
2666                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF_492", 492);
2667
2668    /**
2669     * Port on which the Directory Server should listen for LDAP communication
2670     */
2671    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_LDAPPORT =
2672                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_LDAPPORT_493", 493);
2673
2674    /**
2675     * Skip the check to determine whether the specified ports are usable
2676     */
2677    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_SKIPPORT =
2678                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_SKIPPORT_494", 494);
2679
2680    /**
2681     * DN for the initial root user for the Directory Server
2682     */
2683    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ROOTDN =
2684                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ROOTDN_495", 495);
2685
2686    /**
2687     * Password for the initial root user for the Directory Server
2688     */
2689    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ROOTPW =
2690                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ROOTPW_496", 496);
2691
2692    /**
2693     * Path to a file containing the password for the initial root user for the Directory Server
2694     */
2695    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE =
2696                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE_497", 497);
2697
2698    /**
2699     * An error occurred while attempting to parse the string "%s" as a valid DN:  %s
2700     */
2701    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INSTALLDS_CANNOT_PARSE_DN =
2702                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CANNOT_PARSE_DN_503", 503);
2703
2704    /**
2705     * Provide the base DN for the directory data:
2706     */
2707    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_BASEDN =
2708                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_BASEDN_504", 504);
2709
2710    /**
2711     * Please specify the path to the LDIF file containing the data to import:
2712     */
2713    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_IMPORT_FILE =
2714                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_IMPORT_FILE_506", 506);
2715
2716    /**
2717     * On which port would you like the Directory Server to accept connections from LDAP clients?
2718     */
2719    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_LDAPPORT =
2720                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_LDAPPORT_509", 509);
2721
2722    /**
2723     * ERROR:  Unable to bind to port %d.  This port may already be in use, or you may not have permission to bind to it.  On UNIX-based operating systems, non-root users may not be allowed to bind to ports 1 through 1024
2724     */
2725    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT =
2726                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT_510", 510);
2727
2728    /**
2729     * ERROR:  Unable to bind to port %d.  This port may already be in use, or you may not have permission to bind to it
2730     */
2731    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INSTALLDS_CANNOT_BIND_TO_PORT =
2732                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CANNOT_BIND_TO_PORT_511", 511);
2733
2734    /**
2735     * What would you like to use as the initial root user DN for the Directory Server?
2736     */
2737    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_ROOT_DN =
2738                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_ROOT_DN_512", 512);
2739
2740    /**
2741     * ERROR:  No password was provided for the initial root user.  When performing a non-interactive installation, this must be provided using either the %s or the %s argument
2742     */
2743    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INSTALLDS_NO_ROOT_PASSWORD =
2744                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_NO_ROOT_PASSWORD_513", 513);
2745
2746    /**
2747     * Please provide the password to use for the initial root user:
2748     */
2749    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_ROOT_PASSWORD =
2750                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_ROOT_PASSWORD_514", 514);
2751
2752    /**
2753     * Please re-enter the password for confirmation:
2754     */
2755    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_CONFIRM_ROOT_PASSWORD =
2756                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_CONFIRM_ROOT_PASSWORD_515", 515);
2757
2758    /**
2759     * ERROR:  The provided response could not be interpreted as an integer.  Please provide the response as an integer value
2760     */
2761    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_INVALID_INTEGER_RESPONSE =
2762                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_INVALID_INTEGER_RESPONSE_524", 524);
2763
2764    /**
2765     * ERROR:  The provided value is less than the lowest allowed value of %d
2766     */
2767    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND =
2768                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND_525", 525);
2769
2770    /**
2771     * ERROR:  The provided value is greater than the largest allowed value of %d
2772     */
2773    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND =
2774                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND_526", 526);
2775
2776    /**
2777     * ERROR:  The provided response could not be interpreted as an LDAP DN
2778     */
2779    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_INVALID_DN_RESPONSE =
2780                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_INVALID_DN_RESPONSE_527", 527);
2781
2782    /**
2783     * ERROR:  The provided password values do not match
2784     */
2785    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_PASSWORDS_DONT_MATCH =
2786                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_PASSWORDS_DONT_MATCH_530", 530);
2787
2788    /**
2789     * Use quiet mode (no output)
2790     */
2791    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_QUIET =
2792                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_QUIET_532", 532);
2793
2794    /**
2795     * Invalid number of arguments provided for tag %s on line number %d of the template file:  expected %d, got %d
2796     */
2797    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number> ERR_MAKELDIF_TAG_INVALID_ARGUMENT_COUNT =
2798                    new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INVALID_ARGUMENT_COUNT_535", 535);
2799
2800    /**
2801     * Invalid number of arguments provided for tag %s on line number %d of the template file: expected between %d and %d, got %d
2802     */
2803    public static final LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number> ERR_MAKELDIF_TAG_INVALID_ARGUMENT_RANGE_COUNT =
2804                    new LocalizableMessageDescriptor.Arg5<Object, Number, Number, Number, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INVALID_ARGUMENT_RANGE_COUNT_536", 536);
2805
2806    /**
2807     * Undefined attribute %s referenced on line %d of the template file
2808     */
2809    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE =
2810                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE_537", 537);
2811
2812    /**
2813     * Value %d is below the lowest allowed value of %d for tag %s on line %d of the template file
2814     */
2815    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Object, Number> ERR_MAKELDIF_TAG_INTEGER_BELOW_LOWER_BOUND =
2816                    new LocalizableMessageDescriptor.Arg4<Number, Number, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INTEGER_BELOW_LOWER_BOUND_538", 538);
2817
2818    /**
2819     * Cannot parse value "%s" as an integer for tag %s on line %d of the template file
2820     */
2821    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_INTEGER =
2822                    new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_INTEGER_539", 539);
2823
2824    /**
2825     * Value %d is above the largest allowed value of %d for tag %s on line %d of the template file
2826     */
2827    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Object, Number> ERR_MAKELDIF_TAG_INTEGER_ABOVE_UPPER_BOUND =
2828                    new LocalizableMessageDescriptor.Arg4<Number, Number, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INTEGER_ABOVE_UPPER_BOUND_540", 540);
2829
2830    /**
2831     * Cannot parse value "%s" as a Boolean value for tag %s on line %d of the template file.  The value must be either 'true' or 'false'
2832     */
2833    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_BOOLEAN =
2834                    new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_BOOLEAN_542", 542);
2835
2836    /**
2837     * The branch with entry DN '%s' references a subordinate template named '%s' which is not defined in the template file
2838     */
2839    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE =
2840                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE_543", 543);
2841
2842    /**
2843     * Unable to load class %s for use as a MakeLDIF tag
2844     */
2845    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS =
2846                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS_544", 544);
2847
2848    /**
2849     * Cannot instantiate class %s as a MakeLDIF tag
2850     */
2851    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG =
2852                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG_545", 545);
2853
2854    /**
2855     * Cannot register the tag defined in class %s because the tag name %s conflicts with the name of another tag that has already been registered
2856     */
2857    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_CONFLICTING_TAG_NAME =
2858                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CONFLICTING_TAG_NAME_546", 546);
2859
2860    /**
2861     * Possible reference to an undefined constant %s on line %d
2862     */
2863    public static final LocalizableMessageDescriptor.Arg2<Object, Number> WARN_MAKELDIF_WARNING_UNDEFINED_CONSTANT =
2864                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_WARNING_UNDEFINED_CONSTANT_547", 547);
2865
2866    /**
2867     * The constant definition on line %d is missing an equal sign to delimit the constant name from the value
2868     */
2869    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_MAKELDIF_DEFINE_MISSING_EQUALS =
2870                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_DEFINE_MISSING_EQUALS_548", 548);
2871
2872    /**
2873     * The constant definition on line %d does not include a name for the constant
2874     */
2875    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_MAKELDIF_DEFINE_NAME_EMPTY =
2876                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_DEFINE_NAME_EMPTY_549", 549);
2877
2878    /**
2879     * The definition for constant %s on line %d conflicts with an earlier constant definition included in the template
2880     */
2881    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_CONFLICTING_CONSTANT_NAME =
2882                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CONFLICTING_CONSTANT_NAME_550", 550);
2883
2884    /**
2885     * Constant %s defined on line %d has not been assigned a value
2886     */
2887    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_WARNING_DEFINE_VALUE_EMPTY =
2888                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_WARNING_DEFINE_VALUE_EMPTY_551", 551);
2889
2890    /**
2891     * The branch definition %s starting on line %d conflicts with an earlier branch definition contained in the template file
2892     */
2893    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_CONFLICTING_BRANCH_DN =
2894                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CONFLICTING_BRANCH_DN_552", 552);
2895
2896    /**
2897     * The template definition %s starting on line %d conflicts with an earlier template definition contained in the template file
2898     */
2899    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_CONFLICTING_TEMPLATE_NAME =
2900                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CONFLICTING_TEMPLATE_NAME_553", 553);
2901
2902    /**
2903     * Unexpected template line "%s" encountered on line %d of the template file
2904     */
2905    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_UNEXPECTED_TEMPLATE_FILE_LINE =
2906                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_UNEXPECTED_TEMPLATE_FILE_LINE_554", 554);
2907
2908    /**
2909     * The template named %s references a subordinate template named %s which is not defined in the template file
2910     */
2911    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_UNDEFINED_TEMPLATE_SUBORDINATE =
2912                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_UNDEFINED_TEMPLATE_SUBORDINATE_555", 555);
2913
2914    /**
2915     * Unable to decode branch DN "%s" on line %d of the template file
2916     */
2917    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_CANNOT_DECODE_BRANCH_DN =
2918                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_DECODE_BRANCH_DN_556", 556);
2919
2920    /**
2921     * Subordinate template definition on line %d for branch %s is missing a colon to separate the template name from the number of entries
2922     */
2923    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_BRANCH_SUBORDINATE_TEMPLATE_NO_COLON =
2924                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_BRANCH_SUBORDINATE_TEMPLATE_NO_COLON_557", 557);
2925
2926    /**
2927     * Subordinate template definition on line %d for branch %s specified invalid number of entries %d for template %s
2928     */
2929    public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> ERR_MAKELDIF_BRANCH_SUBORDINATE_INVALID_NUM_ENTRIES =
2930                    new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_BRANCH_SUBORDINATE_INVALID_NUM_ENTRIES_558", 558);
2931
2932    /**
2933     * Subordinate template definition on line %d for branch %s specifies that zero entries of type %s should be generated
2934     */
2935    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> WARN_MAKELDIF_BRANCH_SUBORDINATE_ZERO_ENTRIES =
2936                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_BRANCH_SUBORDINATE_ZERO_ENTRIES_559", 559);
2937
2938    /**
2939     * Unable to parse the number of entries for template %s as an integer for the subordinate template definition on line %d for branch %s
2940     */
2941    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_MAKELDIF_BRANCH_SUBORDINATE_CANT_PARSE_NUMENTRIES =
2942                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_BRANCH_SUBORDINATE_CANT_PARSE_NUMENTRIES_560", 560);
2943
2944    /**
2945     * Subordinate template definition on line %d for template %s is missing a colon to separate the template name from the number of entries
2946     */
2947    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_TEMPLATE_SUBORDINATE_TEMPLATE_NO_COLON =
2948                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TEMPLATE_SUBORDINATE_TEMPLATE_NO_COLON_561", 561);
2949
2950    /**
2951     * Subordinate template definition on line %d for template %s specified invalid number of entries %d for subordinate template %s
2952     */
2953    public static final LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object> ERR_MAKELDIF_TEMPLATE_SUBORDINATE_INVALID_NUM_ENTRIES =
2954                    new LocalizableMessageDescriptor.Arg4<Number, Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TEMPLATE_SUBORDINATE_INVALID_NUM_ENTRIES_562", 562);
2955
2956    /**
2957     * Subordinate template definition on line %d for template %s specifies that zero entries of type %s should be generated
2958     */
2959    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> WARN_MAKELDIF_TEMPLATE_SUBORDINATE_ZERO_ENTRIES =
2960                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_TEMPLATE_SUBORDINATE_ZERO_ENTRIES_563", 563);
2961
2962    /**
2963     * Unable to parse the number of entries for template %s as an integer for the subordinate template definition on line %d for template %s
2964     */
2965    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_MAKELDIF_TEMPLATE_SUBORDINATE_CANT_PARSE_NUMENTRIES =
2966                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TEMPLATE_SUBORDINATE_CANT_PARSE_NUMENTRIES_564", 564);
2967
2968    /**
2969     * The template named %s includes RDN attribute %s that is not assigned a value in that template
2970     */
2971    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_TEMPLATE_MISSING_RDN_ATTR =
2972                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TEMPLATE_MISSING_RDN_ATTR_565", 565);
2973
2974    /**
2975     * There is no colon to separate the attribute name from the value pattern on line %d of the template file in the definition for branch %s
2976     */
2977    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_NO_COLON_IN_BRANCH_EXTRA_LINE =
2978                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_COLON_IN_BRANCH_EXTRA_LINE_566", 566);
2979
2980    /**
2981     * There is no attribute name before the colon on line %d of the template file in the definition for branch %s
2982     */
2983    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_NO_ATTR_IN_BRANCH_EXTRA_LINE =
2984                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_ATTR_IN_BRANCH_EXTRA_LINE_567", 567);
2985
2986    /**
2987     * The value pattern for line %d of the template file in the definition for branch %s is empty
2988     */
2989    public static final LocalizableMessageDescriptor.Arg2<Number, Object> WARN_MAKELDIF_NO_VALUE_IN_BRANCH_EXTRA_LINE =
2990                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_NO_VALUE_IN_BRANCH_EXTRA_LINE_568", 568);
2991
2992    /**
2993     * There is no colon to separate the attribute name from the value pattern on line %d of the template file in the definition for template %s
2994     */
2995    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_NO_COLON_IN_TEMPLATE_LINE =
2996                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_COLON_IN_TEMPLATE_LINE_569", 569);
2997
2998    /**
2999     * There is no attribute name before the colon on line %d of the template file in the definition for template %s
3000     */
3001    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_NO_ATTR_IN_TEMPLATE_LINE =
3002                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_ATTR_IN_TEMPLATE_LINE_570", 570);
3003
3004    /**
3005     * The value pattern for line %d of the template file in the definition for template %s is empty
3006     */
3007    public static final LocalizableMessageDescriptor.Arg2<Number, Object> WARN_MAKELDIF_NO_VALUE_IN_TEMPLATE_LINE =
3008                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_NO_VALUE_IN_TEMPLATE_LINE_571", 571);
3009
3010    /**
3011     * An undefined tag %s is referenced on line %d of the template file
3012     */
3013    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_NO_SUCH_TAG =
3014                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_SUCH_TAG_572", 572);
3015
3016    /**
3017     * An unexpected error occurred while trying to create a new instance of tag %s referenced on line %d of the template file:  %s
3018     */
3019    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_MAKELDIF_CANNOT_INSTANTIATE_NEW_TAG =
3020                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_INSTANTIATE_NEW_TAG_573", 573);
3021
3022    /**
3023     * The path to the template file with information about the LDIF data to generate
3024     */
3025    public static final LocalizableMessageDescriptor.Arg0 INFO_MAKELDIF_DESCRIPTION_TEMPLATE =
3026                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_DESCRIPTION_TEMPLATE_576", 576);
3027
3028    /**
3029     * The path to the LDIF file to be written
3030     */
3031    public static final LocalizableMessageDescriptor.Arg0 INFO_MAKELDIF_DESCRIPTION_LDIF =
3032                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_DESCRIPTION_LDIF_577", 577);
3033
3034    /**
3035     * The seed to use to initialize the random number generator
3036     */
3037    public static final LocalizableMessageDescriptor.Arg0 INFO_MAKELDIF_DESCRIPTION_SEED =
3038                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_DESCRIPTION_SEED_578", 578);
3039
3040    /**
3041     * An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s:  %s
3042     */
3043    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_CANNOT_INITIALIZE_JMX =
3044                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_INITIALIZE_JMX_582", 582);
3045
3046    /**
3047     * An error occurred while attempting to process the Directory Server configuration file %s:  %s
3048     */
3049    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_CANNOT_INITIALIZE_CONFIG =
3050                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_INITIALIZE_CONFIG_583", 583);
3051
3052    /**
3053     * An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s:  %s
3054     */
3055    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_CANNOT_INITIALIZE_SCHEMA =
3056                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_INITIALIZE_SCHEMA_584", 584);
3057
3058    /**
3059     * An error occurred while attempting to read the template file:  %s
3060     */
3061    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_IOEXCEPTION_DURING_PARSE =
3062                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_IOEXCEPTION_DURING_PARSE_585", 585);
3063
3064    /**
3065     * An error occurred while attempting to parse the template file:  %s
3066     */
3067    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_EXCEPTION_DURING_PARSE =
3068                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_EXCEPTION_DURING_PARSE_586", 586);
3069
3070    /**
3071     * Cannot parse value "%s" as an valid format string for tag %s on line %d of the template file
3072     */
3073    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_MAKELDIF_TAG_INVALID_FORMAT_STRING =
3074                    new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INVALID_FORMAT_STRING_587", 587);
3075
3076    /**
3077     * The random tag on line %d of the template file does not include an argument to specify the type of random value that should be generated
3078     */
3079    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT =
3080                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT_588", 588);
3081
3082    /**
3083     * The value generated from the random tag on line %d of the template file will always be an empty string
3084     */
3085    public static final LocalizableMessageDescriptor.Arg1<Number> WARN_MAKELDIF_TAG_WARNING_EMPTY_VALUE =
3086                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_TAG_WARNING_EMPTY_VALUE_589", 589);
3087
3088    /**
3089     * The random tag on line %d of the template file references an unknown random type of %s
3090     */
3091    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE =
3092                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE_590", 590);
3093
3094    /**
3095     * Path to look for MakeLDIF resources (e.g., data files) not found in the current working directory or template directory path
3096     */
3097    public static final LocalizableMessageDescriptor.Arg0 INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH =
3098                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH_591", 591);
3099
3100    /**
3101     * Could not find template file %s
3102     */
3103    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE =
3104                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE_592", 592);
3105
3106    /**
3107     * The specified resource directory %s could not be found
3108     */
3109    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_NO_SUCH_RESOURCE_DIRECTORY =
3110                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_NO_SUCH_RESOURCE_DIRECTORY_593", 593);
3111
3112    /**
3113     * Cannot find file %s referenced by tag %s on line %d of the template file
3114     */
3115    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_MAKELDIF_TAG_CANNOT_FIND_FILE =
3116                    new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_CANNOT_FIND_FILE_595", 595);
3117
3118    /**
3119     * Invalid file access mode %s for tag %s on line %d of the template file.  It must be either "sequential" or "random"
3120     */
3121    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_MAKELDIF_TAG_INVALID_FILE_ACCESS_MODE =
3122                    new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_INVALID_FILE_ACCESS_MODE_596", 596);
3123
3124    /**
3125     * An error occurred while trying to read file %s referenced by tag %s on line %d of the template file:  %s
3126     */
3127    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Object> ERR_MAKELDIF_TAG_CANNOT_READ_FILE =
3128                    new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_CANNOT_READ_FILE_597", 597);
3129
3130    /**
3131     * An error occurred while attempting to open LDIF file %s for writing:  %s
3132     */
3133    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF =
3134                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF_598", 598);
3135
3136    /**
3137     * An error occurred while writing data to LDIF file %s:  %s
3138     */
3139    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_ERROR_WRITING_LDIF =
3140                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_ERROR_WRITING_LDIF_599", 599);
3141
3142    /**
3143     * Processed %d entries
3144     */
3145    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_MAKELDIF_PROCESSED_N_ENTRIES =
3146                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_PROCESSED_N_ENTRIES_600", 600);
3147
3148    /**
3149     * An error occurred while attempting to write entry %s to LDIF:  %s
3150     */
3151    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MAKELDIF_CANNOT_WRITE_ENTRY =
3152                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_WRITE_ENTRY_601", 601);
3153
3154    /**
3155     * LDIF processing complete.  %d entries written
3156     */
3157    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_MAKELDIF_PROCESSING_COMPLETE =
3158                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_PROCESSING_COMPLETE_602", 602);
3159
3160    /**
3161     * Path to a MakeLDIF template to use to generate the import data
3162     */
3163    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_TEMPLATE_FILE =
3164                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_TEMPLATE_FILE_603", 603);
3165
3166    /**
3167     * Neither the %s or the %s argument was provided.  One of these arguments must be given to specify the source for the LDIF data to be imported
3168     */
3169    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT =
3170                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT_605", 605);
3171
3172    /**
3173     * Unable to parse the specified file %s as a MakeLDIF template file:  %s
3174     */
3175    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE =
3176                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE_606", 606);
3177
3178    /**
3179     * Line %d of the template file contains an incomplete tag that starts with either '<' or '{' but does get closed
3180     */
3181    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_MAKELDIF_INCOMPLETE_TAG =
3182                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_INCOMPLETE_TAG_607", 607);
3183
3184    /**
3185     * Tag %s referenced on line %d of the template file is not allowed for use in branch definitions
3186     */
3187    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_MAKELDIF_TAG_NOT_ALLOWED_IN_BRANCH =
3188                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_NOT_ALLOWED_IN_BRANCH_608", 608);
3189
3190    /**
3191     * Seed for the MakeLDIF random number generator
3192     */
3193    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_RANDOM_SEED =
3194                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_RANDOM_SEED_609", 609);
3195
3196    /**
3197     * Entry %s is added twice in the set of changes to apply, which is not supported by the LDIF modify tool
3198     */
3199    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE =
3200                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE_610", 610);
3201
3202    /**
3203     * Entry %s cannot be deleted because it was previously added in the set of changes.  This is not supported by the LDIF modify tool
3204     */
3205    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD =
3206                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD_611", 611);
3207
3208    /**
3209     * Cannot modify entry %s because it was previously added or deleted in the set of changes.  This is not supported by the LDIF modify tool
3210     */
3211    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED =
3212                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED_612", 612);
3213
3214    /**
3215     * The modify DN operation targeted at entry %s cannot be processed because modify DN operations are not supported by the LDIF modify tool
3216     */
3217    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED =
3218                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED_613", 613);
3219
3220    /**
3221     * Entry %s has an unknown changetype of %s
3222     */
3223    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_UNKNOWN_CHANGETYPE =
3224                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_UNKNOWN_CHANGETYPE_614", 614);
3225
3226    /**
3227     * Unable to add entry %s because it already exists in the data set
3228     */
3229    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_ADD_ALREADY_EXISTS =
3230                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_ADD_ALREADY_EXISTS_615", 615);
3231
3232    /**
3233     * Unable to delete entry %s because it does not exist in the data set
3234     */
3235    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY =
3236                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY_616", 616);
3237
3238    /**
3239     * Unable to modify entry %s because it does not exist in the data set
3240     */
3241    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY =
3242                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY_617", 617);
3243
3244    /**
3245     * LDIF file containing the data to be updated
3246     */
3247    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFMODIFY_DESCRIPTION_SOURCE =
3248                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFMODIFY_DESCRIPTION_SOURCE_620", 620);
3249
3250    /**
3251     * LDIF file containing the changes to apply
3252     */
3253    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFMODIFY_DESCRIPTION_CHANGES =
3254                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFMODIFY_DESCRIPTION_CHANGES_621", 621);
3255
3256    /**
3257     * File to which the updated data should be written
3258     */
3259    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFMODIFY_DESCRIPTION_TARGET =
3260                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFMODIFY_DESCRIPTION_TARGET_622", 622);
3261
3262    /**
3263     * An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s:  %s
3264     */
3265    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX =
3266                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX_626", 626);
3267
3268    /**
3269     * An error occurred while attempting to process the Directory Server configuration file %s:  %s
3270     */
3271    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_INITIALIZE_CONFIG =
3272                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_INITIALIZE_CONFIG_627", 627);
3273
3274    /**
3275     * An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s:  %s
3276     */
3277    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_INITIALIZE_SCHEMA =
3278                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_INITIALIZE_SCHEMA_628", 628);
3279
3280    /**
3281     * The source LDIF file %s does not exist
3282     */
3283    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST =
3284                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST_629", 629);
3285
3286    /**
3287     * Unable to open the source LDIF file %s:  %s
3288     */
3289    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_OPEN_SOURCE =
3290                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_OPEN_SOURCE_630", 630);
3291
3292    /**
3293     * The changes LDIF file %s does not exist
3294     */
3295    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST =
3296                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST_631", 631);
3297
3298    /**
3299     * Unable to open the changes LDIF file %s:  %s
3300     */
3301    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_OPEN_CHANGES =
3302                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_OPEN_CHANGES_632", 632);
3303
3304    /**
3305     * Unable to open the target LDIF file %s for writing:  %s
3306     */
3307    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFMODIFY_CANNOT_OPEN_TARGET =
3308                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_CANNOT_OPEN_TARGET_633", 633);
3309
3310    /**
3311     * An error occurred while processing the requested changes:  %s
3312     */
3313    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF =
3314                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF_634", 634);
3315
3316    /**
3317     * Address of the Directory Server system
3318     */
3319    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_HOST =
3320                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_HOST_635", 635);
3321
3322    /**
3323     * Port on which the Directory Server listens for LDAP client connections
3324     */
3325    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_PORT =
3326                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_PORT_636", 636);
3327
3328    /**
3329     * DN to use to bind to the server
3330     */
3331    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_BIND_DN =
3332                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_BIND_DN_637", 637);
3333
3334    /**
3335     * Password to use to bind to the server
3336     */
3337    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_BIND_PW =
3338                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_638", 638);
3339
3340    /**
3341     * Path to a file containing the password to use to bind to the server
3342     */
3343    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE =
3344                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE_639", 639);
3345
3346    /**
3347     * Authorization ID for the user entry whose password should be changed. The authorization ID is a string having either the prefix "dn:" followed by the user's distinguished name, or the prefix "u:" followed by a user identifier that depends on the identity mapping used to match the user identifier to an entry in the directory. Examples include "dn:uid=bjensen,ou=People,dc=example,dc=com", and, if we assume that "bjensen" is mapped to Barbara Jensen's entry, "u:bjensen"
3348     */
3349    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_AUTHZID =
3350                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_AUTHZID_640", 640);
3351
3352    /**
3353     * Use the bind DN as the authorization ID for the password modify operation
3354     */
3355    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID =
3356                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID_641", 641);
3357
3358    /**
3359     * New password to provide for the target user
3360     */
3361    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_NEWPW =
3362                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_NEWPW_642", 642);
3363
3364    /**
3365     * Path to a file containing the new password to provide for the target user
3366     */
3367    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE =
3368                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE_643", 643);
3369
3370    /**
3371     * Current password for the target user
3372     */
3373    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW =
3374                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW_644", 644);
3375
3376    /**
3377     * Path to a file containing the current password for the target user
3378     */
3379    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE =
3380                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE_645", 645);
3381
3382    /**
3383     * Use SSL to secure the communication with the Directory Server
3384     */
3385    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_USE_SSL =
3386                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_USE_SSL_646", 646);
3387
3388    /**
3389     * Use StartTLS to secure the communication with the Directory Server
3390     */
3391    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_USE_STARTTLS =
3392                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_USE_STARTTLS_647", 647);
3393
3394    /**
3395     * Path to the key store to use when establishing SSL/TLS communication with the server
3396     */
3397    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE =
3398                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_649", 649);
3399
3400    /**
3401     * Path to a file containing the PIN needed to access the contents of the key store
3402     */
3403    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE =
3404                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE_650", 650);
3405
3406    /**
3407     * Path to the trust store to use when establishing SSL/TLS communication with the server
3408     */
3409    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE =
3410                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_651", 651);
3411
3412    /**
3413     * Path to a file containing the PIN needed to access the contents of the trust store
3414     */
3415    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE =
3416                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE_652", 652);
3417
3418    /**
3419     * If either a bind DN or bind password is provided, then the other must be given as well
3420     */
3421    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPPWMOD_BIND_DN_AND_PW_MUST_BE_TOGETHER =
3422                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_BIND_DN_AND_PW_MUST_BE_TOGETHER_657", 657);
3423
3424    /**
3425     * If a bind DN and password are not provided, then an authorization ID and current password must be given
3426     */
3427    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPPWMOD_ANON_REQUIRES_AUTHZID_AND_CURRENTPW =
3428                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_ANON_REQUIRES_AUTHZID_AND_CURRENTPW_658", 658);
3429
3430    /**
3431     * If the %s argument is provided, then the  %s argument must also be given
3432     */
3433    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPPWMOD_DEPENDENT_ARGS =
3434                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_DEPENDENT_ARGS_659", 659);
3435
3436    /**
3437     * Unable to initialize SSL/TLS support:  %s
3438     */
3439    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL =
3440                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL_660", 660);
3441
3442    /**
3443     * An error occurred while attempting to connect to the Directory Server:  %s
3444     */
3445    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_CANNOT_CONNECT =
3446                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_CANNOT_CONNECT_661", 661);
3447
3448    /**
3449     * Unable to send the LDAP password modify request:  %s
3450     */
3451    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST =
3452                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST_662", 662);
3453
3454    /**
3455     * Unable to read the LDAP password modify response:  %s
3456     */
3457    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE =
3458                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE_663", 663);
3459
3460    /**
3461     * The LDAP password modify operation failed with result code %d
3462     */
3463    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_LDAPPWMOD_FAILED =
3464                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_FAILED_664", 664);
3465
3466    /**
3467     * Error Message:  %s
3468     */
3469    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE =
3470                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE_665", 665);
3471
3472    /**
3473     * Matched DN:  %s
3474     */
3475    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_FAILURE_MATCHED_DN =
3476                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_FAILURE_MATCHED_DN_666", 666);
3477
3478    /**
3479     * The LDAP password modify operation was successful
3480     */
3481    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_SUCCESSFUL =
3482                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_SUCCESSFUL_667", 667);
3483
3484    /**
3485     * Additional Info:  %s
3486     */
3487    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPPWMOD_ADDITIONAL_INFO =
3488                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_ADDITIONAL_INFO_668", 668);
3489
3490    /**
3491     * Generated Password:  %s
3492     */
3493    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPPWMOD_GENERATED_PASSWORD =
3494                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_GENERATED_PASSWORD_669", 669);
3495
3496    /**
3497     * Unable to decode the password modify response value because it contained an invalid element type of %s
3498     */
3499    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE =
3500                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE_670", 670);
3501
3502    /**
3503     * Unable to decode the password modify response value:  %s
3504     */
3505    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE =
3506                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE_671", 671);
3507
3508    /**
3509     * The assertion value was indicated to be base64-encoded, but an error occurred while trying to decode the value
3510     */
3511    public static final LocalizableMessageDescriptor.Arg0 INFO_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE =
3512                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE_673", 673);
3513
3514    /**
3515     * Unable to read the assertion value from the specified file:  %s
3516     */
3517    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE =
3518                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE_674", 674);
3519
3520    /**
3521     * Path to the file to watch for deletion
3522     */
3523    public static final LocalizableMessageDescriptor.Arg0 INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE =
3524                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE_675", 675);
3525
3526    /**
3527     * Path to a file containing log output to monitor
3528     */
3529    public static final LocalizableMessageDescriptor.Arg0 INFO_WAIT4DEL_DESCRIPTION_LOG_FILE =
3530                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WAIT4DEL_DESCRIPTION_LOG_FILE_676", 676);
3531
3532    /**
3533     * Maximum length of time in seconds to wait for the target file to be deleted before exiting
3534     */
3535    public static final LocalizableMessageDescriptor.Arg0 INFO_WAIT4DEL_DESCRIPTION_TIMEOUT =
3536                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WAIT4DEL_DESCRIPTION_TIMEOUT_677", 677);
3537
3538    /**
3539     * WARNING:  Unable to open log file %s for reading:  %s
3540     */
3541    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE =
3542                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE_681", 681);
3543
3544    /**
3545     * No entry DNs provided for the compare operation
3546     */
3547    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPCOMPARE_NO_DNS =
3548                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPCOMPARE_NO_DNS_682", 682);
3549
3550    /**
3551     * This utility can be used to back up one or more Directory Server backends
3552     */
3553    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDB_TOOL_DESCRIPTION =
3554                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDB_TOOL_DESCRIPTION_683", 683);
3555
3556    /**
3557     * This utility can be used to define a base configuration for the Directory Server
3558     */
3559    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_TOOL_DESCRIPTION =
3560                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_TOOL_DESCRIPTION_684", 684);
3561
3562    /**
3563     * This utility can be used to encode user passwords with a specified storage scheme, or to determine whether a given clear-text value matches a provided encoded password
3564     */
3565    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_TOOL_DESCRIPTION =
3566                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_TOOL_DESCRIPTION_685", 685);
3567
3568    /**
3569     * This utility can be used to export data from a Directory Server backend in LDIF form
3570     */
3571    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_TOOL_DESCRIPTION =
3572                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_TOOL_DESCRIPTION_686", 686);
3573
3574    /**
3575     * This utility can be used to import LDIF data into a Directory Server backend, overwriting existing data. It cannot be used to append data to the backend database
3576     */
3577    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_TOOL_DESCRIPTION =
3578                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_TOOL_DESCRIPTION_687", 687);
3579
3580    /**
3581     * This utility can be used to setup the Directory Server
3582     */
3583    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_TOOL_DESCRIPTION =
3584                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_TOOL_DESCRIPTION_688", 688);
3585
3586    /**
3587     * This utility can be used to perform LDAP compare operations in the Directory Server
3588     */
3589    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPCOMPARE_TOOL_DESCRIPTION =
3590                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689", 689);
3591
3592    /**
3593     * This utility can be used to perform LDAP delete operations in the Directory Server
3594     */
3595    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPDELETE_TOOL_DESCRIPTION =
3596                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPDELETE_TOOL_DESCRIPTION_690", 690);
3597
3598    /**
3599     * This utility can be used to perform LDAP modify, add, delete, and modify DN operations in the Directory Server
3600     */
3601    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPMODIFY_TOOL_DESCRIPTION =
3602                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPMODIFY_TOOL_DESCRIPTION_691", 691);
3603
3604    /**
3605     * This utility can be used to perform LDAP password modify operations in the Directory Server
3606     */
3607    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_TOOL_DESCRIPTION =
3608                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_TOOL_DESCRIPTION_692", 692);
3609
3610    /**
3611     * This utility can be used to perform LDAP search operations in the Directory Server
3612     */
3613    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_TOOL_DESCRIPTION =
3614                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_TOOL_DESCRIPTION_693", 693);
3615
3616    /**
3617     * This utility can be used to compare two LDIF files and report the differences in LDIF format
3618     */
3619    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_TOOL_DESCRIPTION =
3620                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_TOOL_DESCRIPTION_694", 694);
3621
3622    /**
3623     * This utility can be used to apply a set of modify, add, and delete operations against data in an LDIF file
3624     */
3625    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFMODIFY_TOOL_DESCRIPTION =
3626                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFMODIFY_TOOL_DESCRIPTION_695", 695);
3627
3628    /**
3629     * This utility can be used to perform search operations against data in an LDIF file
3630     */
3631    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFSEARCH_TOOL_DESCRIPTION =
3632                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFSEARCH_TOOL_DESCRIPTION_696", 696);
3633
3634    /**
3635     * This utility can be used to generate LDIF data based on a definition in a template file
3636     */
3637    public static final LocalizableMessageDescriptor.Arg0 INFO_MAKELDIF_TOOL_DESCRIPTION =
3638                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAKELDIF_TOOL_DESCRIPTION_697", 697);
3639
3640    /**
3641     * This utility can be used to restore a backup of a Directory Server backend
3642     */
3643    public static final LocalizableMessageDescriptor.Arg0 INFO_RESTOREDB_TOOL_DESCRIPTION =
3644                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RESTOREDB_TOOL_DESCRIPTION_698", 698);
3645
3646    /**
3647     * This utility can be used to request that the Directory Server stop running or perform a restart. When run without connection options, this utility sends a signal to the OpenDJ process to stop the server. When run with connection options, this utility connects to the OpenDJ administration port and creates a shutdown task to stop the server
3648     */
3649    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_TOOL_DESCRIPTION =
3650                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_TOOL_DESCRIPTION_699", 699);
3651
3652    /**
3653     * This utility can be used to ensure that index data is consistent within an indexed backend database
3654     */
3655    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFYINDEX_TOOL_DESCRIPTION =
3656                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VERIFYINDEX_TOOL_DESCRIPTION_700", 700);
3657
3658    /**
3659     * This utility can be used to wait for a file to be removed from the filesystem
3660     */
3661    public static final LocalizableMessageDescriptor.Arg0 INFO_WAIT4DEL_TOOL_DESCRIPTION =
3662                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WAIT4DEL_TOOL_DESCRIPTION_701", 701);
3663
3664    /**
3665     * No attribute was specified to use as the target for the comparison
3666     */
3667    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPCOMPARE_NO_ATTR =
3668                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPCOMPARE_NO_ATTR_703", 703);
3669
3670    /**
3671     * Invalid attribute string '%s'. The attribute string must be in one of the following forms: 'attribute:value', 'attribute::base64value', or 'attribute:<valueFilePath'
3672     */
3673    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPCOMPARE_INVALID_ATTR_STRING =
3674                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPCOMPARE_INVALID_ATTR_STRING_704", 704);
3675
3676    /**
3677     * Invalid control specification '%s'
3678     */
3679    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOL_INVALID_CONTROL_STRING =
3680                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOL_INVALID_CONTROL_STRING_705", 705);
3681
3682    /**
3683     * SASL EXTERNAL authentication may only be requested if SSL or StartTLS is used
3684     */
3685    public static final LocalizableMessageDescriptor.Arg0 ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS =
3686                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS_706", 706);
3687
3688    /**
3689     * SASL EXTERNAL authentication may only be used if a client certificate key store is specified
3690     */
3691    public static final LocalizableMessageDescriptor.Arg0 ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE =
3692                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE_707", 707);
3693
3694    /**
3695     * # Persistent search change type:  %s
3696     */
3697    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPSEARCH_PSEARCH_CHANGE_TYPE =
3698                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_PSEARCH_CHANGE_TYPE_708", 708);
3699
3700    /**
3701     * # Persistent search previous entry DN:  %s
3702     */
3703    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPSEARCH_PSEARCH_PREVIOUS_DN =
3704                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_PSEARCH_PREVIOUS_DN_709", 709);
3705
3706    /**
3707     * # Account Usability Response Control
3708     */
3709    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_HEADER =
3710                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_HEADER_710", 710);
3711
3712    /**
3713     * #   The account is usable
3714     */
3715    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_IS_USABLE =
3716                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_IS_USABLE_711", 711);
3717
3718    /**
3719     * #   Time until password expiration:  %s
3720     */
3721    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_EXPIRATION =
3722                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_EXPIRATION_712", 712);
3723
3724    /**
3725     * #   The account is not usable
3726     */
3727    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_NOT_USABLE =
3728                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_NOT_USABLE_713", 713);
3729
3730    /**
3731     * #   The account has been deactivated
3732     */
3733    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_ACCT_INACTIVE =
3734                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_ACCT_INACTIVE_714", 714);
3735
3736    /**
3737     * #   The password has been reset
3738     */
3739    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_PW_RESET =
3740                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_PW_RESET_715", 715);
3741
3742    /**
3743     * #   The password has expired
3744     */
3745    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_PW_EXPIRED =
3746                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_PW_EXPIRED_716", 716);
3747
3748    /**
3749     * #   Number of grace logins remaining:  %d
3750     */
3751    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAPSEARCH_ACCTUSABLE_REMAINING_GRACE =
3752                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_REMAINING_GRACE_717", 717);
3753
3754    /**
3755     * #   The account is locked
3756     */
3757    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPSEARCH_ACCTUSABLE_LOCKED =
3758                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_LOCKED_718", 718);
3759
3760    /**
3761     * #   Time until the account is unlocked:  %s
3762     */
3763    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_UNLOCK =
3764                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_UNLOCK_719", 719);
3765
3766    /**
3767     * Certificate key store PIN file
3768     */
3769    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_KEYSTOREPASSWORD_FILE =
3770                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_KEYSTOREPASSWORD_FILE_720", 720);
3771
3772    /**
3773     * Certificate trust store PIN
3774     */
3775    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TRUSTSTOREPASSWORD =
3776                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TRUSTSTOREPASSWORD_721", 721);
3777
3778    /**
3779     * Certificate trust store PIN file
3780     */
3781    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE =
3782                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE_722", 722);
3783
3784    /**
3785     * This utility can be used to list the backends and base DNs configured in the Directory Server
3786     */
3787    public static final LocalizableMessageDescriptor.Arg0 INFO_LISTBACKENDS_TOOL_DESCRIPTION =
3788                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_TOOL_DESCRIPTION_723", 723);
3789
3790    /**
3791     * Backend ID of the backend for which to list the base DNs
3792     */
3793    public static final LocalizableMessageDescriptor.Arg0 INFO_LISTBACKENDS_DESCRIPTION_BACKEND_ID =
3794                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_DESCRIPTION_BACKEND_ID_726", 726);
3795
3796    /**
3797     * Base DN for which to list the backend ID
3798     */
3799    public static final LocalizableMessageDescriptor.Arg0 INFO_LISTBACKENDS_DESCRIPTION_BASE_DN =
3800                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_DESCRIPTION_BASE_DN_727", 727);
3801
3802    /**
3803     * An error occurred while trying to read backend information from the server configuration:  %s
3804     */
3805    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LISTBACKENDS_CANNOT_GET_BACKENDS =
3806                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LISTBACKENDS_CANNOT_GET_BACKENDS_734", 734);
3807
3808    /**
3809     * The provided base DN value '%s' could not be parsed as a valid DN:  %s
3810     */
3811    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LISTBACKENDS_INVALID_DN =
3812                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LISTBACKENDS_INVALID_DN_735", 735);
3813
3814    /**
3815     * The provided DN '%s' is not a base DN for any backend configured in the Directory Server
3816     */
3817    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LISTBACKENDS_NOT_BASE_DN =
3818                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_NOT_BASE_DN_736", 736);
3819
3820    /**
3821     * The provided DN '%s' is not below any base DN for any of the backends configured in the Directory Server
3822     */
3823    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LISTBACKENDS_NO_BACKEND_FOR_DN =
3824                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_NO_BACKEND_FOR_DN_737", 737);
3825
3826    /**
3827     * The provided DN '%s' is below '%s' which is configured as a base DN for backend '%s'
3828     */
3829    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_LISTBACKENDS_DN_BELOW_BASE =
3830                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_DN_BELOW_BASE_738", 738);
3831
3832    /**
3833     * The provided DN '%s' is a base DN for backend '%s'
3834     */
3835    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LISTBACKENDS_BASE_FOR_ID =
3836                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_BASE_FOR_ID_739", 739);
3837
3838    /**
3839     * Backend ID
3840     */
3841    public static final LocalizableMessageDescriptor.Arg0 INFO_LISTBACKENDS_LABEL_BACKEND_ID =
3842                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_LABEL_BACKEND_ID_740", 740);
3843
3844    /**
3845     * Base DN
3846     */
3847    public static final LocalizableMessageDescriptor.Arg0 INFO_LISTBACKENDS_LABEL_BASE_DN =
3848                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LISTBACKENDS_LABEL_BASE_DN_741", 741);
3849
3850    /**
3851     * There is no backend with ID '%s' in the server configuration
3852     */
3853    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LISTBACKENDS_NO_SUCH_BACKEND =
3854                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LISTBACKENDS_NO_SUCH_BACKEND_742", 742);
3855
3856    /**
3857     * None of the provided backend IDs exist in the server configuration
3858     */
3859    public static final LocalizableMessageDescriptor.Arg0 ERR_LISTBACKENDS_NO_VALID_BACKENDS =
3860                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LISTBACKENDS_NO_VALID_BACKENDS_743", 743);
3861
3862    /**
3863     * The provided password is not a valid encoded user password value:  %s
3864     */
3865    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_INVALID_ENCODED_USERPW =
3866                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_INVALID_ENCODED_USERPW_748", 748);
3867
3868    /**
3869     * Use the LDAP compare result as an exit code for the password comparison
3870     */
3871    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_USE_COMPARE_RESULT =
3872                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_USE_COMPARE_RESULT_749", 749);
3873
3874    /**
3875     * Count the number of entries returned by the server
3876     */
3877    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_COUNT_ENTRIES =
3878                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_COUNT_ENTRIES_750", 750);
3879
3880    /**
3881     * # Total number of matching entries: %d
3882     */
3883    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT =
3884                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT_751", 751);
3885
3886    /**
3887     * Specifies that the database should be populated with the specified number of sample entries
3888     */
3889    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_SAMPLE_DATA =
3890                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_SAMPLE_DATA_753", 753);
3891
3892    /**
3893     * Options for populating the database:
3894     */
3895    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_HEADER_POPULATE_TYPE =
3896                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_HEADER_POPULATE_TYPE_754", 754);
3897
3898    /**
3899     * Only create the base entry
3900     */
3901    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_POPULATE_OPTION_BASE_ONLY =
3902                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_POPULATE_OPTION_BASE_ONLY_755", 755);
3903
3904    /**
3905     * Leave the database empty
3906     */
3907    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_POPULATE_OPTION_LEAVE_EMPTY =
3908                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_POPULATE_OPTION_LEAVE_EMPTY_756", 756);
3909
3910    /**
3911     * Import data from an LDIF file
3912     */
3913    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_POPULATE_OPTION_IMPORT_LDIF =
3914                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_POPULATE_OPTION_IMPORT_LDIF_757", 757);
3915
3916    /**
3917     * Load automatically-generated sample data
3918     */
3919    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_POPULATE_OPTION_GENERATE_SAMPLE =
3920                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_POPULATE_OPTION_GENERATE_SAMPLE_758", 758);
3921
3922    /**
3923     * ERROR:  The specified LDIF file %s does not exist
3924     */
3925    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_NO_SUCH_LDIF_FILE =
3926                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_NO_SUCH_LDIF_FILE_780", 780);
3927
3928    /**
3929     * Please specify the number of user entries to generate:
3930     */
3931    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_NUM_ENTRIES =
3932                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_NUM_ENTRIES_781", 781);
3933
3934    /**
3935     * The PIN needed to access the contents of the key store
3936     */
3937    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PIN =
3938                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PIN_783", 783);
3939
3940    /**
3941     * The PIN needed to access the contents of the trust store
3942     */
3943    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PIN =
3944                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PIN_784", 784);
3945
3946    /**
3947     * Exclude operational attributes from the LDIF export
3948     */
3949    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL =
3950                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL_785", 785);
3951
3952    /**
3953     * Password Policy Warning:  %s = %d
3954     */
3955    public static final LocalizableMessageDescriptor.Arg2<Object, Number> INFO_LDAPPWMOD_PWPOLICY_WARNING =
3956                    new LocalizableMessageDescriptor.Arg2<Object, Number>(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_PWPOLICY_WARNING_786", 786);
3957
3958    /**
3959     * Password Policy Error:  %s
3960     */
3961    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAPPWMOD_PWPOLICY_ERROR =
3962                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDAPPWMOD_PWPOLICY_ERROR_787", 787);
3963
3964    /**
3965     * Unable to decode the password policy response control:  %s
3966     */
3967    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPPWMOD_CANNOT_DECODE_PWPOLICY_CONTROL =
3968                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAPPWMOD_CANNOT_DECODE_PWPOLICY_CONTROL_788", 788);
3969
3970    /**
3971     * The connection to the Directory Server was closed before the bind response could be read
3972     */
3973    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPAUTH_CONNECTION_CLOSED_WITHOUT_BIND_RESPONSE =
3974                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPAUTH_CONNECTION_CLOSED_WITHOUT_BIND_RESPONSE_789", 789);
3975
3976    /**
3977     * Use the simple paged results control with the given page size
3978     */
3979    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_SIMPLE_PAGE_SIZE =
3980                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_SIMPLE_PAGE_SIZE_790", 790);
3981
3982    /**
3983     * The simple paged results control may only be used with a single search filter
3984     */
3985    public static final LocalizableMessageDescriptor.Arg0 ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER =
3986                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER_791", 791);
3987
3988    /**
3989     * Unable to decode the simple paged results control from the search response:  %s
3990     */
3991    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PAGED_RESULTS_CANNOT_DECODE =
3992                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PAGED_RESULTS_CANNOT_DECODE_792", 792);
3993
3994    /**
3995     * The simple paged results response control was not found in the search result done message from the server
3996     */
3997    public static final LocalizableMessageDescriptor.Arg0 ERR_PAGED_RESULTS_RESPONSE_NOT_FOUND =
3998                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PAGED_RESULTS_RESPONSE_NOT_FOUND_793", 793);
3999
4000    /**
4001     * Each attribute-level change should be written as a separate modification per attribute value rather than one modification per entry
4002     */
4003    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_SINGLE_VALUE_CHANGES =
4004                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_SINGLE_VALUE_CHANGES_794", 794);
4005
4006    /**
4007     * Rejecting client certificate chain because the prompt trust manager may only be used to trust server certificates
4008     */
4009    public static final LocalizableMessageDescriptor.Arg0 ERR_PROMPTTM_REJECTING_CLIENT_CERT =
4010                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PROMPTTM_REJECTING_CLIENT_CERT_795", 795);
4011
4012    /**
4013     * WARNING:  The server did not present a certificate chain.  Do you still wish to attempt connecting to the target server?
4014     */
4015    public static final LocalizableMessageDescriptor.Arg0 WARN_PROMPTTM_NO_SERVER_CERT_CHAIN =
4016                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "WARN_PROMPTTM_NO_SERVER_CERT_CHAIN_796", 796);
4017
4018    /**
4019     * WARNING:  The server certificate is expired (expiration time:  %s)
4020     */
4021    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_PROMPTTM_CERT_EXPIRED =
4022                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_PROMPTTM_CERT_EXPIRED_797", 797);
4023
4024    /**
4025     * WARNING:  The server certificate will not be valid until %s
4026     */
4027    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_PROMPTTM_CERT_NOT_YET_VALID =
4028                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_PROMPTTM_CERT_NOT_YET_VALID_798", 798);
4029
4030    /**
4031     * The server is using the following certificate: 
4032     *     Subject DN:  %s
4033     *     Issuer DN:  %s
4034     *     Validity:  %s through %s
4035     * Do you wish to trust this certificate and continue connecting to the server?
4036     */
4037    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> INFO_PROMPTTM_SERVER_CERT =
4038                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_PROMPTTM_SERVER_CERT_799", 799);
4039
4040    /**
4041     * Please enter "yes" or "no":
4042     */
4043    public static final LocalizableMessageDescriptor.Arg0 INFO_PROMPTTM_YESNO_PROMPT =
4044                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROMPTTM_YESNO_PROMPT_800", 800);
4045
4046    /**
4047     * The server certificate has been rejected by the user
4048     */
4049    public static final LocalizableMessageDescriptor.Arg0 ERR_PROMPTTM_USER_REJECTED =
4050                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PROMPTTM_USER_REJECTED_801", 801);
4051
4052    /**
4053     * Server already stopped
4054     */
4055    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_SERVER_ALREADY_STOPPED =
4056                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_SERVER_ALREADY_STOPPED_802", 802);
4057
4058    /**
4059     * Stopping Server...
4060     */
4061    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_GOING_TO_STOP =
4062                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_GOING_TO_STOP_803", 803);
4063
4064    /**
4065     * Used to determine whether the server can be stopped or not and the mode to be used to stop it
4066     */
4067    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_CHECK_STOPPABILITY =
4068                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_CHECK_STOPPABILITY_804", 804);
4069
4070    /**
4071     * Nickname of certificate for SSL client authentication
4072     */
4073    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CERT_NICKNAME =
4074                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CERT_NICKNAME_805", 805);
4075
4076    /**
4077     * Port on which the Directory Server should listen for JMX communication
4078     */
4079    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_JMX_PORT =
4080                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_JMX_PORT_806", 806);
4081
4082    /**
4083     * An error occurred while attempting to update the port on which to listen for JMX communication:  %s
4084     */
4085    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT =
4086                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT_807", 807);
4087
4088    /**
4089     * Port on which the Directory Server should listen for JMX communication
4090     */
4091    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_JMXPORT =
4092                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_JMXPORT_808", 808);
4093
4094    /**
4095     * On which port would you like the Directory Server to accept connections from JMX clients?
4096     */
4097    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_JMXPORT =
4098                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_JMXPORT_809", 809);
4099
4100    /**
4101     * Result Code:  %d (%s)
4102     */
4103    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_TOOL_RESULT_CODE =
4104                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_TOOL_RESULT_CODE_810", 810);
4105
4106    /**
4107     * Additional Information:  %s
4108     */
4109    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOL_ERROR_MESSAGE =
4110                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOL_ERROR_MESSAGE_811", 811);
4111
4112    /**
4113     * Matched DN:  %s
4114     */
4115    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TOOL_MATCHED_DN =
4116                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TOOL_MATCHED_DN_812", 812);
4117
4118    /**
4119     * Could not find the service name for the server
4120     */
4121    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_NOT_FOUND =
4122                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_NOT_FOUND_813", 813);
4123
4124    /**
4125     * An unexpected error occurred starting the server as a windows service
4126     */
4127    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_START_ERROR =
4128                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_START_ERROR_814", 814);
4129
4130    /**
4131     * An unexpected error occurred stopping the server windows service
4132     */
4133    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_STOP_ERROR =
4134                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_STOP_ERROR_815", 815);
4135
4136    /**
4137     * This utility can be used to configure the server as a Windows service
4138     */
4139    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION =
4140                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION_816", 816);
4141
4142    /**
4143     * Enables the server as a Windows service
4144     */
4145    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_ENABLE =
4146                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_ENABLE_818", 818);
4147
4148    /**
4149     * Disables the server as a Windows service and stops the server
4150     */
4151    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_DISABLE =
4152                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_DISABLE_819", 819);
4153
4154    /**
4155     * Provides information about the state of the server as a Windows service
4156     */
4157    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_STATE =
4158                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_STATE_820", 820);
4159
4160    /**
4161     * You can only provide one of the following arguments:
4162     * enableService, disableService, serviceState or cleanupService
4163     */
4164    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIGURE_WINDOWS_SERVICE_TOO_MANY_ARGS =
4165                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_CONFIGURE_WINDOWS_SERVICE_TOO_MANY_ARGS_823", 823);
4166
4167    /**
4168     * You must provide at least one of the following arguments:
4169     * enableService, disableService or serviceState or cleanupService
4170     */
4171    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS =
4172                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS_824", 824);
4173
4174    /**
4175     * %s
4176     */
4177    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_WINDOWS_SERVICE_NAME =
4178                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_NAME_825", 825);
4179
4180    /**
4181     * Next Generation Directory Server.  Installation path: %s
4182     */
4183    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_WINDOWS_SERVICE_DESCRIPTION =
4184                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_DESCRIPTION_826", 826);
4185
4186    /**
4187     * The server was successfully enabled to run as a Windows service
4188     */
4189    public static final LocalizableMessageDescriptor.Arg0 INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED =
4190                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED_827", 827);
4191
4192    /**
4193     * The server was already enabled to run as a Windows service
4194     */
4195    public static final LocalizableMessageDescriptor.Arg0 INFO_WINDOWS_SERVICE_ALREADY_ENABLED =
4196                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_ALREADY_ENABLED_828", 828);
4197
4198    /**
4199     * The server could not be enabled to run as a Windows service.  The service name is already in use
4200     */
4201    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE =
4202                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE_829", 829);
4203
4204    /**
4205     * An unexpected error occurred trying to enable the server as a Windows service.%nCheck that you have administrator rights (only Administrators can enable the server to run as a Windows Service)
4206     */
4207    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_ENABLE_ERROR =
4208                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_ENABLE_ERROR_830", 830);
4209
4210    /**
4211     * The server was successfully disabled as a Windows service
4212     */
4213    public static final LocalizableMessageDescriptor.Arg0 INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED =
4214                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED_831", 831);
4215
4216    /**
4217     * The server was already disabled as a Windows service
4218     */
4219    public static final LocalizableMessageDescriptor.Arg0 INFO_WINDOWS_SERVICE_ALREADY_DISABLED =
4220                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_ALREADY_DISABLED_832", 832);
4221
4222    /**
4223     * The server has been marked for deletion as a Windows Service
4224     */
4225    public static final LocalizableMessageDescriptor.Arg0 WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION =
4226                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION_833", 833);
4227
4228    /**
4229     * An unexpected error occurred trying to disable the server as a Windows service%nCheck that you have administrator rights (only Administrators can disable the server as a Windows Service)
4230     */
4231    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_DISABLE_ERROR =
4232                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_DISABLE_ERROR_834", 834);
4233
4234    /**
4235     * The server is enabled as a Windows service.  The service name for the server is: %s
4236     */
4237    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_WINDOWS_SERVICE_ENABLED =
4238                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_ENABLED_835", 835);
4239
4240    /**
4241     * The server is disabled as a Windows service
4242     */
4243    public static final LocalizableMessageDescriptor.Arg0 INFO_WINDOWS_SERVICE_DISABLED =
4244                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_DISABLED_836", 836);
4245
4246    /**
4247     * An unexpected error occurred trying to retrieve the state of the server as a Windows service
4248     */
4249    public static final LocalizableMessageDescriptor.Arg0 ERR_WINDOWS_SERVICE_STATE_ERROR =
4250                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_STATE_ERROR_837", 837);
4251
4252    /**
4253     * Used by the window service code to inform that stop-ds is being called from the window services after a call to net stop
4254     */
4255    public static final LocalizableMessageDescriptor.Arg0 INFO_STOPDS_DESCRIPTION_WINDOWS_NET_STOP =
4256                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOPDS_DESCRIPTION_WINDOWS_NET_STOP_838", 838);
4257
4258    /**
4259     * Path to a file to which the command will write the output
4260     */
4261    public static final LocalizableMessageDescriptor.Arg0 INFO_WAIT4DEL_DESCRIPTION_OUTPUT_FILE =
4262                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WAIT4DEL_DESCRIPTION_OUTPUT_FILE_839", 839);
4263
4264    /**
4265     * WARNING:  Unable to open output file %s for writing:  %s
4266     */
4267    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE =
4268                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE_840", 840);
4269
4270    /**
4271     * Enable the server to run as a Windows Service?
4272     */
4273    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_ENABLE_SERVICE =
4274                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_ENABLE_SERVICE_842", 842);
4275
4276    /**
4277     * Enable the server to run as a Windows Service
4278     */
4279    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ENABLE_WINDOWS_SERVICE =
4280                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ENABLE_WINDOWS_SERVICE_843", 843);
4281
4282    /**
4283     * Allows to disable the server service and to clean up the windows registry information associated with the provided service name
4284     */
4285    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_CLEANUP =
4286                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_CLEANUP_844", 844);
4287
4288    /**
4289     * Clean up of service %s was successful
4290     */
4291    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_WINDOWS_SERVICE_CLEANUP_SUCCESS =
4292                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_WINDOWS_SERVICE_CLEANUP_SUCCESS_845", 845);
4293
4294    /**
4295     * Could not find the service with name %s
4296     */
4297    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND =
4298                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND_846", 846);
4299
4300    /**
4301     * Service %s has been marked for deletion
4302     */
4303    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_WINDOWS_SERVICE_CLEANUP_MARKED_FOR_DELETION =
4304                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_WINDOWS_SERVICE_CLEANUP_MARKED_FOR_DELETION_847", 847);
4305
4306    /**
4307     * An unexpected error occurred cleaning up the service %s
4308     */
4309    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_WINDOWS_SERVICE_CLEANUP_ERROR =
4310                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_CLEANUP_ERROR_848", 848);
4311
4312    /**
4313     * This utility can be used to rebuild index data within an indexed backend database
4314     */
4315    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_TOOL_DESCRIPTION =
4316                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_TOOL_DESCRIPTION_849", 849);
4317
4318    /**
4319     * Base DN of a backend supporting indexing. Rebuild is performed on indexes within the scope of the given base DN
4320     */
4321    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_BASE_DN =
4322                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_BASE_DN_850", 850);
4323
4324    /**
4325     * Names of index(es) to rebuild. For an attribute index this is simply an attribute name.  At least one index must be specified for rebuild. Cannot be used with the "--rebuildAll" option
4326     */
4327    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME =
4328                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME_851", 851);
4329
4330    /**
4331     * An error occurred while attempting to perform index rebuild:  %s
4332     */
4333    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REBUILDINDEX_ERROR_DURING_REBUILD =
4334                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_ERROR_DURING_REBUILD_852", 852);
4335
4336    /**
4337     * The backend does not support rebuilding of indexes
4338     */
4339    public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILDINDEX_WRONG_BACKEND_TYPE =
4340                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_WRONG_BACKEND_TYPE_853", 853);
4341
4342    /**
4343     * At least one index must be specified for the rebuild process
4344     */
4345    public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILDINDEX_REQUIRES_AT_LEAST_ONE_INDEX =
4346                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_REQUIRES_AT_LEAST_ONE_INDEX_854", 854);
4347
4348    /**
4349     * An error occurred while attempting to acquire a exclusive lock for backend %s:  %s.  This generally means that some other process has an lock on this backend or the server is running with this backend online. The rebuild process cannot continue
4350     */
4351    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND =
4352                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND_855", 855);
4353
4354    /**
4355     * An error occurred while attempting to release the shared lock for backend %s:  %s.  This lock should automatically be cleared when the rebuild process exits, so no further action should be required
4356     */
4357    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_REBUILDINDEX_CANNOT_UNLOCK_BACKEND =
4358                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_REBUILDINDEX_CANNOT_UNLOCK_BACKEND_856", 856);
4359
4360    /**
4361     * An error occurred while attempting to acquire a shared lock for backend %s:  %s.  This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The rebuild process cannot continue
4362     */
4363    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND =
4364                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND_857", 857);
4365
4366    /**
4367     * Port on which the Directory Server should listen for LDAPS communication
4368     */
4369    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_LDAPS_PORT =
4370                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_LDAPS_PORT_858", 858);
4371
4372    /**
4373     * An error occurred while attempting to update the port on which to listen for LDAPS communication:  %s
4374     */
4375    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT =
4376                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT_859", 859);
4377
4378    /**
4379     * Specifies whether to enable or not StartTLS
4380     */
4381    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_ENABLE_START_TLS =
4382                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_ENABLE_START_TLS_860", 860);
4383
4384    /**
4385     * DN of the key manager provider to use for SSL and/or StartTLS
4386     */
4387    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PROVIDER_DN =
4388                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PROVIDER_DN_861", 861);
4389
4390    /**
4391     * DN of the trust manager provider to use for SSL and/or StartTLS
4392     */
4393    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN =
4394                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_TRUSTMANAGER_PROVIDER_DN_862", 862);
4395
4396    /**
4397     * An error occurred while attempting to parse key manager provider DN value "%s" as a DN:  %s
4398     */
4399    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_PARSE_KEYMANAGER_PROVIDER_DN =
4400                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_PARSE_KEYMANAGER_PROVIDER_DN_863", 863);
4401
4402    /**
4403     * An error occurred while attempting to parse trust manager provider DN value "%s" as a DN:  %s
4404     */
4405    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_CANNOT_PARSE_TRUSTMANAGER_PROVIDER_DN =
4406                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_PARSE_TRUSTMANAGER_PROVIDER_DN_864", 864);
4407
4408    /**
4409     * An error occurred while attempting to enable StartTLS: %s
4410     */
4411    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_ENABLE_STARTTLS =
4412                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_ENABLE_STARTTLS_865", 865);
4413
4414    /**
4415     * An error occurred while attempting to enable key manager provider entry: %s
4416     */
4417    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_ENABLE_KEYMANAGER =
4418                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_ENABLE_KEYMANAGER_866", 866);
4419
4420    /**
4421     * An error occurred while attempting to enable trust manager provider entry: %s
4422     */
4423    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_ENABLE_TRUSTMANAGER =
4424                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_ENABLE_TRUSTMANAGER_867", 867);
4425
4426    /**
4427     * An error occurred while attempting to update the key manager provider DN used for LDAPS communication: %s
4428     */
4429    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_KEYMANAGER_REFERENCE =
4430                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_KEYMANAGER_REFERENCE_868", 868);
4431
4432    /**
4433     * An error occurred while attempting to update the trust manager provider DN used for LDAPS communication: %s
4434     */
4435    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE =
4436                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE_869", 869);
4437
4438    /**
4439     * Path of the key store to be used by the key manager provider
4440     */
4441    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PATH =
4442                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_KEYMANAGER_PATH_870", 870);
4443
4444    /**
4445     * Nickname of the certificate that the connection handler should use when accepting SSL-based connections or performing StartTLS negotiation
4446     */
4447    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGDS_DESCRIPTION_CERTNICKNAME =
4448                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGDS_DESCRIPTION_CERTNICKNAME_871", 871);
4449
4450    /**
4451     * ERROR:  You must provide the %s argument when providing the %s argument
4452     */
4453    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_KEYMANAGER_PROVIDER_DN_REQUIRED =
4454                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_KEYMANAGER_PROVIDER_DN_REQUIRED_872", 872);
4455
4456    /**
4457     * An error occurred while attempting to update the nickname of the certificate that the connection handler should use when accepting SSL-based connections or performing StartTLS negotiation: %s
4458     */
4459    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_CERT_NICKNAME =
4460                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_CERT_NICKNAME_873", 873);
4461
4462    /**
4463     * LDIF file containing the changes to apply
4464     */
4465    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPMODIFY_DESCRIPTION_FILENAME =
4466                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPMODIFY_DESCRIPTION_FILENAME_874", 874);
4467
4468    /**
4469     * The parent template %s referenced on line %d for template %s is invalid because the referenced parent template is not defined before the template that extends it
4470     */
4471    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_MAKELDIF_TEMPLATE_INVALID_PARENT_TEMPLATE =
4472                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TEMPLATE_INVALID_PARENT_TEMPLATE_875", 875);
4473
4474    /**
4475     * Sort the results using the provided sort order
4476     */
4477    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_SORT_ORDER =
4478                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_SORT_ORDER_876", 876);
4479
4480    /**
4481     * The provided sort order was invalid:  %s
4482     */
4483    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_SORTCONTROL_INVALID_ORDER =
4484                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_SORTCONTROL_INVALID_ORDER_877", 877);
4485
4486    /**
4487     * Use the virtual list view control to retrieve the specified results page
4488     */
4489    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_VLV =
4490                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_VLV_878", 878);
4491
4492    /**
4493     * If the --%s argument is provided, then the --%s argument must also be given
4494     */
4495    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPSEARCH_VLV_REQUIRES_SORT =
4496                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPSEARCH_VLV_REQUIRES_SORT_879", 879);
4497
4498    /**
4499     * The provided virtual list view descriptor was invalid.  It must be a value in the form 'beforeCount:afterCount:offset:contentCount' (where offset specifies the index of the target entry and contentCount specifies the estimated total number of results or zero if it is not known), or 'beforeCount:afterCount:assertionValue' (where the entry should be the first entry whose primary sort value is greater than or equal to the provided assertionValue).  In either case, beforeCount is the number of entries to return before the target value and afterCount is the number of entries to return after the target value
4500     */
4501    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR =
4502                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR_880", 880);
4503
4504    /**
4505     * # Server-side sort failed:  %s
4506     */
4507    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_LDAPSEARCH_SORT_ERROR =
4508                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_LDAPSEARCH_SORT_ERROR_881", 881);
4509
4510    /**
4511     * # Unable to decode the server-side sort response:  %s
4512     */
4513    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_LDAPSEARCH_CANNOT_DECODE_SORT_RESPONSE =
4514                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_LDAPSEARCH_CANNOT_DECODE_SORT_RESPONSE_882", 882);
4515
4516    /**
4517     * # VLV Target Offset:  %d
4518     */
4519    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAPSEARCH_VLV_TARGET_OFFSET =
4520                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_VLV_TARGET_OFFSET_883", 883);
4521
4522    /**
4523     * # VLV Content Count:  %d
4524     */
4525    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAPSEARCH_VLV_CONTENT_COUNT =
4526                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_VLV_CONTENT_COUNT_884", 884);
4527
4528    /**
4529     * # Virtual list view processing failed: %s
4530     */
4531    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_LDAPSEARCH_VLV_ERROR =
4532                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_LDAPSEARCH_VLV_ERROR_885", 885);
4533
4534    /**
4535     * # Unable to decode the virtual list view response:  %s
4536     */
4537    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_LDAPSEARCH_CANNOT_DECODE_VLV_RESPONSE =
4538                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_LDAPSEARCH_CANNOT_DECODE_VLV_RESPONSE_886", 886);
4539
4540    /**
4541     * The specified LDIF file %s cannot be read
4542     */
4543    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFIMPORT_CANNOT_READ_FILE =
4544                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_READ_FILE_887", 887);
4545
4546    /**
4547     * Use geteffectiverights control with the provided authzid
4548     */
4549    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_EFFECTIVERIGHTS_USER =
4550                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_EFFECTIVERIGHTS_USER_888", 888);
4551
4552    /**
4553     * Specifies geteffectiverights control specific attribute list
4554     */
4555    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_EFFECTIVERIGHTS_ATTR =
4556                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_EFFECTIVERIGHTS_ATTR_889", 889);
4557
4558    /**
4559     * The authorization ID "%s" contained in the geteffectiverights control is invalid because it does not start with "dn:" to indicate a user DN
4560     */
4561    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EFFECTIVERIGHTS_INVALID_AUTHZID =
4562                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_EFFECTIVERIGHTS_INVALID_AUTHZID_890", 890);
4563
4564    /**
4565     * Use script-friendly mode
4566     */
4567    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_SCRIPT_FRIENDLY =
4568                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_SCRIPT_FRIENDLY_1076", 1076);
4569
4570    /**
4571     * This utility can be used to retrieve and manipulate the values of password policy state variables
4572     */
4573    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_TOOL_DESCRIPTION =
4574                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_TOOL_DESCRIPTION_1094", 1094);
4575
4576    /**
4577     * Directory server hostname or IP address
4578     */
4579    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_HOST =
4580                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_HOST_1095", 1095);
4581
4582    /**
4583     * Directory server administration port number
4584     */
4585    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_PORT =
4586                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_PORT_1096", 1096);
4587
4588    /**
4589     * The DN to use to bind to the server
4590     */
4591    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_BINDDN =
4592                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_BINDDN_1099", 1099);
4593
4594    /**
4595     * The password to use to bind to the server
4596     */
4597    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_BINDPW =
4598                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_BINDPW_1100", 1100);
4599
4600    /**
4601     * The path to the file containing the bind password
4602     */
4603    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_BINDPWFILE =
4604                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_BINDPWFILE_1101", 1101);
4605
4606    /**
4607     * The DN of the user entry for which to get and set password policy state information
4608     */
4609    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_TARGETDN =
4610                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_TARGETDN_1102", 1102);
4611
4612    /**
4613     * SASL bind options
4614     */
4615    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_SASLOPTIONS =
4616                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_SASLOPTIONS_1103", 1103);
4617
4618    /**
4619     * Certificate key store path
4620     */
4621    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_KSFILE =
4622                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_KSFILE_1105", 1105);
4623
4624    /**
4625     * Certificate key store PIN
4626     */
4627    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_KSPW =
4628                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_KSPW_1106", 1106);
4629
4630    /**
4631     * Certificate key store PIN file
4632     */
4633    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_KSPWFILE =
4634                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_KSPWFILE_1107", 1107);
4635
4636    /**
4637     * Certificate trust store path
4638     */
4639    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_TSFILE =
4640                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_TSFILE_1108", 1108);
4641
4642    /**
4643     * Certificate trust store PIN
4644     */
4645    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_TSPW =
4646                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_TSPW_1109", 1109);
4647
4648    /**
4649     * Certificate trust store PIN file
4650     */
4651    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_DESCRIPTION_TSPWFILE =
4652                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_DESCRIPTION_TSPWFILE_1110", 1110);
4653
4654    /**
4655     * Display all password policy state information for the user
4656     */
4657    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_ALL =
4658                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_ALL_1112", 1112);
4659
4660    /**
4661     * Display the DN of the password policy for the user
4662     */
4663    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_POLICY_DN =
4664                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_POLICY_DN_1113", 1113);
4665
4666    /**
4667     * Display information about whether the user account has been administratively disabled
4668     */
4669    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_DISABLED_STATE =
4670                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_DISABLED_STATE_1114", 1114);
4671
4672    /**
4673     * Specify whether the user account has been administratively disabled
4674     */
4675    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_DISABLED_STATE =
4676                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_DISABLED_STATE_1115", 1115);
4677
4678    /**
4679     * 'true' to indicate that the account is disabled, or 'false' to indicate that it is not disabled
4680     */
4681    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_OPERATION_BOOLEAN_VALUE =
4682                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_OPERATION_BOOLEAN_VALUE_1116", 1116);
4683
4684    /**
4685     * Clear account disabled state information from the user account
4686     */
4687    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_DISABLED_STATE =
4688                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_DISABLED_STATE_1117", 1117);
4689
4690    /**
4691     * Display when the user account will expire
4692     */
4693    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_EXPIRATION_TIME =
4694                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_ACCOUNT_EXPIRATION_TIME_1118", 1118);
4695
4696    /**
4697     * Specify when the user account will expire
4698     */
4699    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_EXPIRATION_TIME =
4700                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_ACCOUNT_EXPIRATION_TIME_1119", 1119);
4701
4702    /**
4703     * A timestamp value using the generalized time syntax
4704     */
4705    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_OPERATION_TIME_VALUE =
4706                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_OPERATION_TIME_VALUE_1120", 1120);
4707
4708    /**
4709     * Clear account expiration time information from the user account
4710     */
4711    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_EXPIRATION_TIME =
4712                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_ACCOUNT_EXPIRATION_TIME_1121", 1121);
4713
4714    /**
4715     * Display the length of time in seconds until the user account expires
4716     */
4717    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_ACCOUNT_EXPIRATION =
4718                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_ACCOUNT_EXPIRATION_1122", 1122);
4719
4720    /**
4721     * Display the time that the user's password was last changed
4722     */
4723    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_CHANGED_TIME =
4724                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_CHANGED_TIME_1123", 1123);
4725
4726    /**
4727     * Specify the time that the user's password was last changed.  This should be used only for testing purposes
4728     */
4729    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_CHANGED_TIME =
4730                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_CHANGED_TIME_1124", 1124);
4731
4732    /**
4733     * Clear information about the time that the user's password was last changed.  This should be used only for testing purposes
4734     */
4735    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_CHANGED_TIME =
4736                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_CHANGED_TIME_1125", 1125);
4737
4738    /**
4739     * Display the time that the user first received an expiration warning notice
4740     */
4741    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_EXPIRATION_WARNED_TIME =
4742                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_EXPIRATION_WARNED_TIME_1126", 1126);
4743
4744    /**
4745     * Specify the time that the user first received an expiration warning notice.  This should be used only for testing purposes
4746     */
4747    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_EXPIRATION_WARNED_TIME =
4748                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_EXPIRATION_WARNED_TIME_1127", 1127);
4749
4750    /**
4751     * Clear information about the time that the user first received an expiration warning notice.  This should be used only for testing purposes
4752     */
4753    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_EXPIRATION_WARNED_TIME =
4754                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_EXPIRATION_WARNED_TIME_1128", 1128);
4755
4756    /**
4757     * Display length of time in seconds until the user's password expires
4758     */
4759    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP =
4760                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP_1129", 1129);
4761
4762    /**
4763     * Display the length of time in seconds until the user should start receiving password expiration warning notices
4764     */
4765    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP_WARNING =
4766                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_PASSWORD_EXP_WARNING_1130", 1130);
4767
4768    /**
4769     * Display the authentication failure times for the user
4770     */
4771    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_AUTH_FAILURE_TIMES =
4772                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_AUTH_FAILURE_TIMES_1131", 1131);
4773
4774    /**
4775     * Add an authentication failure time to the user account.  This should be used only for testing purposes
4776     */
4777    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_ADD_AUTH_FAILURE_TIME =
4778                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_ADD_AUTH_FAILURE_TIME_1132", 1132);
4779
4780    /**
4781     * Specify the authentication failure times for the user.  This should be used only for testing purposes
4782     */
4783    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_AUTH_FAILURE_TIMES =
4784                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_AUTH_FAILURE_TIMES_1133", 1133);
4785
4786    /**
4787     * A timestamp value using the generalized time syntax.  Multiple timestamp values may be given by providing this argument multiple times
4788     */
4789    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_OPERATION_TIME_VALUES =
4790                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_OPERATION_TIME_VALUES_1134", 1134);
4791
4792    /**
4793     * Clear authentication failure time information from the user's account.  This should be used only for testing purposes
4794     */
4795    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_AUTH_FAILURE_TIMES =
4796                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_AUTH_FAILURE_TIMES_1135", 1135);
4797
4798    /**
4799     * Display the length of time in seconds until the authentication failure lockout expires
4800     */
4801    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK =
4802                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK_1136", 1136);
4803
4804    /**
4805     * Display the number of remaining authentication failures until the user's account is locked
4806     */
4807    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_AUTH_FAILURE_COUNT =
4808                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_AUTH_FAILURE_COUNT_1137", 1137);
4809
4810    /**
4811     * Display the time that the user last authenticated to the server
4812     */
4813    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_LAST_LOGIN_TIME =
4814                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_LAST_LOGIN_TIME_1138", 1138);
4815
4816    /**
4817     * Specify the time that the user last authenticated to the server.  This should be used only for testing purposes
4818     */
4819    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_LAST_LOGIN_TIME =
4820                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_LAST_LOGIN_TIME_1139", 1139);
4821
4822    /**
4823     * Clear the time that the user last authenticated to the server.  This should be used only for testing purposes
4824     */
4825    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_LAST_LOGIN_TIME =
4826                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_LAST_LOGIN_TIME_1140", 1140);
4827
4828    /**
4829     * Display the length of time in seconds until user's account is locked because it has remained idle for too long
4830     */
4831    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_IDLE_LOCKOUT =
4832                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_IDLE_LOCKOUT_1141", 1141);
4833
4834    /**
4835     * Display information about whether the user will be required to change his or her password on the next successful authentication
4836     */
4837    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_RESET_STATE =
4838                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_RESET_STATE_1142", 1142);
4839
4840    /**
4841     * Specify whether the user will be required to change his or her password on the next successful authentication.  This should be used only for testing purposes
4842     */
4843    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_RESET_STATE =
4844                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_PASSWORD_RESET_STATE_1143", 1143);
4845
4846    /**
4847     * Clear information about whether the user will be required to change his or her password on the next successful authentication.  This should be used only for testing purposes
4848     */
4849    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_RESET_STATE =
4850                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_RESET_STATE_1144", 1144);
4851
4852    /**
4853     * Display the length of time in seconds until user's account is locked because the user failed to change the password in a timely manner after an administrative reset
4854     */
4855    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_RESET_LOCKOUT =
4856                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_RESET_LOCKOUT_1145", 1145);
4857
4858    /**
4859     * Display the grace login use times for the user
4860     */
4861    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_GRACE_LOGIN_USE_TIMES =
4862                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_GRACE_LOGIN_USE_TIMES_1146", 1146);
4863
4864    /**
4865     * Add a grace login use time to the user account.  This should be used only for testing purposes
4866     */
4867    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_ADD_GRACE_LOGIN_USE_TIME =
4868                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_ADD_GRACE_LOGIN_USE_TIME_1147", 1147);
4869
4870    /**
4871     * Specify the grace login use times for the user.  This should be used only for testing purposes
4872     */
4873    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_GRACE_LOGIN_USE_TIMES =
4874                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_GRACE_LOGIN_USE_TIMES_1148", 1148);
4875
4876    /**
4877     * Clear the set of grace login use times for the user.  This should be used only for testing purposes
4878     */
4879    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_GRACE_LOGIN_USE_TIMES =
4880                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_GRACE_LOGIN_USE_TIMES_1149", 1149);
4881
4882    /**
4883     * Display the number of grace logins remaining for the user
4884     */
4885    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_GRACE_LOGIN_COUNT =
4886                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_REMAINING_GRACE_LOGIN_COUNT_1150", 1150);
4887
4888    /**
4889     * Display the required password change time with which the user last complied
4890     */
4891    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PW_CHANGED_BY_REQUIRED_TIME =
4892                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PW_CHANGED_BY_REQUIRED_TIME_1151", 1151);
4893
4894    /**
4895     * Specify the required password change time with which the user last complied.  This should be used only for testing purposes
4896     */
4897    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_SET_PW_CHANGED_BY_REQUIRED_TIME =
4898                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_SET_PW_CHANGED_BY_REQUIRED_TIME_1152", 1152);
4899
4900    /**
4901     * Clear information about the required password change time with which the user last complied.  This should be used only for testing purposes
4902     */
4903    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_PW_CHANGED_BY_REQUIRED_TIME =
4904                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_PW_CHANGED_BY_REQUIRED_TIME_1153", 1153);
4905
4906    /**
4907     * Display the length of time in seconds that the user has remaining to change his or her password before the account becomes locked due to the required change time
4908     */
4909    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_REQUIRED_CHANGE_TIME =
4910                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_SECONDS_UNTIL_REQUIRED_CHANGE_TIME_1154", 1154);
4911
4912    /**
4913     * No subcommand was provided to indicate which password policy state operation should be performed
4914     */
4915    public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_NO_SUBCOMMAND =
4916                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_NO_SUBCOMMAND_1155", 1155);
4917
4918    /**
4919     * The provided value '%s' was invalid for the requested operation.  A Boolean value of either 'true' or 'false' was expected
4920     */
4921    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_INVALID_BOOLEAN_VALUE =
4922                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_INVALID_BOOLEAN_VALUE_1156", 1156);
4923
4924    /**
4925     * No value was specified, but the requested operation requires a Boolean value of either 'true' or 'false'
4926     */
4927    public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_NO_BOOLEAN_VALUE =
4928                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_NO_BOOLEAN_VALUE_1157", 1157);
4929
4930    /**
4931     * Unrecognized subcommand '%s'
4932     */
4933    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_INVALID_SUBCOMMAND =
4934                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_INVALID_SUBCOMMAND_1158", 1158);
4935
4936    /**
4937     * An error occurred while attempting to send the request to the server:  %s
4938     */
4939    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_CANNOT_SEND_REQUEST_EXTOP =
4940                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_SEND_REQUEST_EXTOP_1159", 1159);
4941
4942    /**
4943     * The Directory Server closed the connection before the response could be read
4944     */
4945    public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_CONNECTION_CLOSED_READING_RESPONSE =
4946                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CONNECTION_CLOSED_READING_RESPONSE_1160", 1160);
4947
4948    /**
4949     * The server was unable to process the request:  result code %d (%s), error message '%s'
4950     */
4951    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> ERR_PWPSTATE_REQUEST_FAILED =
4952                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_REQUEST_FAILED_1161", 1161);
4953
4954    /**
4955     * Unable to decode the response message from the server:  %s
4956     */
4957    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE =
4958                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE_1162", 1162);
4959
4960    /**
4961     * Unable to decode information about an operation contained in the response:  %s
4962     */
4963    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP =
4964                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP_1163", 1163);
4965
4966    /**
4967     * Password Policy DN
4968     */
4969    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_POLICY_DN =
4970                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_POLICY_DN_1164", 1164);
4971
4972    /**
4973     * Account Is Disabled
4974     */
4975    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_ACCOUNT_DISABLED_STATE =
4976                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_ACCOUNT_DISABLED_STATE_1165", 1165);
4977
4978    /**
4979     * Account Expiration Time
4980     */
4981    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_ACCOUNT_EXPIRATION_TIME =
4982                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_ACCOUNT_EXPIRATION_TIME_1166", 1166);
4983
4984    /**
4985     * Seconds Until Account Expiration
4986     */
4987    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_ACCOUNT_EXPIRATION =
4988                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_ACCOUNT_EXPIRATION_1167", 1167);
4989
4990    /**
4991     * Password Changed Time
4992     */
4993    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_TIME =
4994                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_TIME_1168", 1168);
4995
4996    /**
4997     * Password Expiration Warned Time
4998     */
4999    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_EXPIRATION_WARNED_TIME =
5000                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_EXPIRATION_WARNED_TIME_1169", 1169);
5001
5002    /**
5003     * Seconds Until Password Expiration
5004     */
5005    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION =
5006                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION_1170", 1170);
5007
5008    /**
5009     * Seconds Until Password Expiration Warning
5010     */
5011    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION_WARNING =
5012                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_EXPIRATION_WARNING_1171", 1171);
5013
5014    /**
5015     * Authentication Failure Times
5016     */
5017    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_AUTH_FAILURE_TIMES =
5018                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_AUTH_FAILURE_TIMES_1172", 1172);
5019
5020    /**
5021     * Seconds Until Authentication Failure Unlock
5022     */
5023    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK =
5024                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_AUTH_FAILURE_UNLOCK_1173", 1173);
5025
5026    /**
5027     * Remaining Authentication Failure Count
5028     */
5029    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_REMAINING_AUTH_FAILURE_COUNT =
5030                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_REMAINING_AUTH_FAILURE_COUNT_1174", 1174);
5031
5032    /**
5033     * Last Login Time
5034     */
5035    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_LAST_LOGIN_TIME =
5036                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_LAST_LOGIN_TIME_1175", 1175);
5037
5038    /**
5039     * Seconds Until Idle Account Lockout
5040     */
5041    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_IDLE_LOCKOUT =
5042                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_IDLE_LOCKOUT_1176", 1176);
5043
5044    /**
5045     * Password Is Reset
5046     */
5047    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_RESET_STATE =
5048                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_RESET_STATE_1177", 1177);
5049
5050    /**
5051     * Seconds Until Password Reset Lockout
5052     */
5053    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_RESET_LOCKOUT =
5054                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_PASSWORD_RESET_LOCKOUT_1178", 1178);
5055
5056    /**
5057     * Grace Login Use Times
5058     */
5059    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_GRACE_LOGIN_USE_TIMES =
5060                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_GRACE_LOGIN_USE_TIMES_1179", 1179);
5061
5062    /**
5063     * Remaining Grace Login Count
5064     */
5065    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_REMAINING_GRACE_LOGIN_COUNT =
5066                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_REMAINING_GRACE_LOGIN_COUNT_1180", 1180);
5067
5068    /**
5069     * Password Changed by Required Time
5070     */
5071    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_BY_REQUIRED_TIME =
5072                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_CHANGED_BY_REQUIRED_TIME_1181", 1181);
5073
5074    /**
5075     * Seconds Until Required Change Time
5076     */
5077    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_SECONDS_UNTIL_REQUIRED_CHANGE_TIME =
5078                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_SECONDS_UNTIL_REQUIRED_CHANGE_TIME_1182", 1182);
5079
5080    /**
5081     * Unrecognized or invalid operation type:  %s
5082     */
5083    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_INVALID_RESPONSE_OP_TYPE =
5084                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_INVALID_RESPONSE_OP_TYPE_1183", 1183);
5085
5086    /**
5087     * ERROR:  You may not provide both the %s and the %s arguments
5088     */
5089    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_MUTUALLY_EXCLUSIVE_ARGUMENTS =
5090                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_MUTUALLY_EXCLUSIVE_ARGUMENTS_1184", 1184);
5091
5092    /**
5093     * ERROR:  Unable to perform SSL initialization:  %s
5094     */
5095    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_CANNOT_INITIALIZE_SSL =
5096                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_INITIALIZE_SSL_1185", 1185);
5097
5098    /**
5099     * ERROR:  The provided SASL option string "%s" could not be parsed in the form "name=value"
5100     */
5101    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_CANNOT_PARSE_SASL_OPTION =
5102                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_PARSE_SASL_OPTION_1186", 1186);
5103
5104    /**
5105     * ERROR:  One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
5106     */
5107    public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_NO_SASL_MECHANISM =
5108                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_NO_SASL_MECHANISM_1187", 1187);
5109
5110    /**
5111     * ERROR:  Cannot parse the value of the %s argument as an integer value between 1 and 65535:  %s
5112     */
5113    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_CANNOT_DETERMINE_PORT =
5114                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_DETERMINE_PORT_1188", 1188);
5115
5116    /**
5117     * ERROR:  Cannot establish a connection to the Directory Server %s.  Verify that the server is running and that the provided credentials are valid.  Details:  %s
5118     */
5119    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_CANNOT_CONNECT =
5120                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_CONNECT_1189", 1189);
5121
5122    /**
5123     * Count the number of entries rejected by the server and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)
5124     */
5125    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS =
5126                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS_1195", 1195);
5127
5128    /**
5129     * Write skipped entries to the specified file
5130     */
5131    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_SKIP_FILE =
5132                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_SKIP_FILE_1197", 1197);
5133
5134    /**
5135     * An error occurred while trying to open the skip file %s for writing:  %s
5136     */
5137    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE =
5138                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE_1198", 1198);
5139
5140    /**
5141     * Count the number of errors found during the verification and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)
5142     */
5143    public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFYINDEX_DESCRIPTION_COUNT_ERRORS =
5144                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VERIFYINDEX_DESCRIPTION_COUNT_ERRORS_1199", 1199);
5145
5146    /**
5147     * Password History
5148     */
5149    public static final LocalizableMessageDescriptor.Arg0 INFO_PWPSTATE_LABEL_PASSWORD_HISTORY =
5150                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PWPSTATE_LABEL_PASSWORD_HISTORY_1201", 1201);
5151
5152    /**
5153     * Display password history state values for the user
5154     */
5155    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_HISTORY =
5156                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_HISTORY_1202", 1202);
5157
5158    /**
5159     * Clear password history state values for the user.  This should be used only for testing purposes
5160     */
5161    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_HISTORY =
5162                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_HISTORY_1203", 1203);
5163
5164    /**
5165     * ERROR:  You have specified the value %s for different ports
5166     */
5167    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_PORT_ALREADY_SPECIFIED =
5168                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_PORT_ALREADY_SPECIFIED_1211", 1211);
5169
5170    /**
5171     * Remove all entries for all base DNs in the backend before importing
5172     */
5173    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_CLEAR_BACKEND =
5174                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_CLEAR_BACKEND_1251", 1251);
5175
5176    /**
5177     * Neither the %s or the %s argument was provided.  One of these arguments must be given to specify the backend for the LDIF data to be imported to
5178     */
5179    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT =
5180                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT_1252", 1252);
5181
5182    /**
5183     * The list tag on line %d of the template file does not contain any arguments to specify the list values.  At least one list value must be provided
5184     */
5185    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS =
5186                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS_1291", 1291);
5187
5188    /**
5189     * The list tag on line %d of the template file contains item '%s' that includes a semicolon but that semicolon is not followed by an integer.  The semicolon will be assumed to be part of the value and not a delimiter to separate the value from its relative weight
5190     */
5191    public static final LocalizableMessageDescriptor.Arg2<Number, Object> WARN_MAKELDIF_TAG_LIST_INVALID_WEIGHT =
5192                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "WARN_MAKELDIF_TAG_LIST_INVALID_WEIGHT_1292", 1292);
5193
5194    /**
5195     * An unexpected error occurred attempting to set the server's root directory to %s: %s
5196     */
5197    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INITIALIZE_SERVER_ROOT =
5198                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INITIALIZE_SERVER_ROOT_1293", 1293);
5199
5200    /**
5201     * ERROR:  Unable to perform SSL initialization:  %s
5202     */
5203    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL =
5204                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL_1295", 1295);
5205
5206    /**
5207     * ERROR:  The provided SASL option string "%s" could not be parsed in the form "name=value"
5208     */
5209    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION =
5210                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION_1296", 1296);
5211
5212    /**
5213     * ERROR:  One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
5214     */
5215    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAP_CONN_NO_SASL_MECHANISM =
5216                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_NO_SASL_MECHANISM_1297", 1297);
5217
5218    /**
5219     * NOTICE:  The connection to the Directory Server was closed while waiting for a response to the shutdown request.  This likely means that the server has started the shutdown process
5220     */
5221    public static final LocalizableMessageDescriptor.Arg0 ERR_TASK_CLIENT_UNEXPECTED_CONNECTION_CLOSURE =
5222                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_TASK_CLIENT_UNEXPECTED_CONNECTION_CLOSURE_1315", 1315);
5223
5224    /**
5225     * ERROR:  An I/O error occurred while attempting to communicate with the Directory Server:  %s
5226     */
5227    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_TOOL_IO_ERROR =
5228                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_TOOL_IO_ERROR_1316", 1316);
5229
5230    /**
5231     * ERROR:  An error occurred while trying to decode the response from the server:  %s
5232     */
5233    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_TOOL_DECODE_ERROR =
5234                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_TOOL_DECODE_ERROR_1317", 1317);
5235
5236    /**
5237     * ERROR:  Expected an add response message but got a %s message instead
5238     */
5239    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE =
5240                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE_1318", 1318);
5241
5242    /**
5243     * %s task %s scheduled to start immediately
5244     */
5245    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_TASK_TOOL_TASK_SCHEDULED_NOW =
5246                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_TASK_TOOL_TASK_SCHEDULED_NOW_1319", 1319);
5247
5248    /**
5249     * ERROR:  argument %s is incompatible with use of this tool to interact with the directory as a client
5250     */
5251    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_INCOMPATIBLE_ARGS =
5252                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDAP_CONN_INCOMPATIBLE_ARGS_1320", 1320);
5253
5254    /**
5255     * This tool may only be used on UNIX-based systems
5256     */
5257    public static final LocalizableMessageDescriptor.Arg0 ERR_CREATERC_ONLY_RUNS_ON_UNIX =
5258                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_CREATERC_ONLY_RUNS_ON_UNIX_1321", 1321);
5259
5260    /**
5261     * Create an RC script that may be used to start, stop, and restart the Directory Server on UNIX-based systems
5262     */
5263    public static final LocalizableMessageDescriptor.Arg0 INFO_CREATERC_TOOL_DESCRIPTION =
5264                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CREATERC_TOOL_DESCRIPTION_1322", 1322);
5265
5266    /**
5267     * The path to the output file to create
5268     */
5269    public static final LocalizableMessageDescriptor.Arg0 INFO_CREATERC_OUTFILE_DESCRIPTION =
5270                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CREATERC_OUTFILE_DESCRIPTION_1323", 1323);
5271
5272    /**
5273     * Unable to determine the path to the server root directory.  Please ensure that the %s system property or the %s environment variable is set to the path of the server root directory
5274     */
5275    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT =
5276                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT_1324", 1324);
5277
5278    /**
5279     * An error occurred while attempting to generate the RC script:  %s
5280     */
5281    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATERC_CANNOT_WRITE =
5282                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CREATERC_CANNOT_WRITE_1325", 1325);
5283
5284    /**
5285     * List the base DNs in a backend
5286     */
5287    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_ENTRY_CONTAINERS =
5288                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_ENTRY_CONTAINERS_1329", 1329);
5289
5290    /**
5291     * The backend ID of the backend
5292     */
5293    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_BACKEND_ID =
5294                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_BACKEND_ID_1331", 1331);
5295
5296    /**
5297     * The base DN within the backend
5298     */
5299    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_BASE_DN =
5300                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_BASE_DN_1332", 1332);
5301
5302    /**
5303     * The name of the index
5304     */
5305    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_INDEX_NAME =
5306                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_INDEX_NAME_1333", 1333);
5307
5308    /**
5309     * Do not try to decode backend data to their appropriate types
5310     */
5311    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_SKIP_DECODE =
5312                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_SKIP_DECODE_1334", 1334);
5313
5314    /**
5315     * Shows the status of indexes for a backend base DN. This subcommand can take a long time to complete, as it reads all indexes for all backends
5316     */
5317    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_INDEX_STATUS =
5318                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_INDEX_STATUS_1336", 1336);
5319
5320    /**
5321     * Only show records with keys that should be ordered before the provided value using the comparator for the database container
5322     */
5323    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_MAX_KEY_VALUE =
5324                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_MAX_KEY_VALUE_1337", 1337);
5325
5326    /**
5327     * Only show records with keys that should be ordered after the provided value using the comparator for the database container
5328     */
5329    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_MIN_KEY_VALUE =
5330                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_MIN_KEY_VALUE_1338", 1338);
5331
5332    /**
5333     * Only show records whose data is no larger than the provided value
5334     */
5335    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_MAX_DATA_SIZE =
5336                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_MAX_DATA_SIZE_1339", 1339);
5337
5338    /**
5339     * Only show records whose data is no smaller than the provided value
5340     */
5341    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_MIN_DATA_SIZE =
5342                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_MIN_DATA_SIZE_1340", 1340);
5343
5344    /**
5345     * Backend ID
5346     */
5347    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_BACKEND_ID =
5348                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_BACKEND_ID_1342", 1342);
5349
5350    /**
5351     * Base DN
5352     */
5353    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_BASE_DN =
5354                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_BASE_DN_1344", 1344);
5355
5356    /**
5357     * None of the Directory Server backends are configured with the requested backend ID %s
5358     */
5359    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_DEBUG_NO_BACKENDS_FOR_ID =
5360                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_DEBUG_NO_BACKENDS_FOR_ID_1347", 1347);
5361
5362    /**
5363     * None of the entry containers are configured with the requested base DN %s in backend %s
5364     */
5365    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_DEBUG_NO_ENTRY_CONTAINERS_FOR_BASE_DN =
5366                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_DEBUG_NO_ENTRY_CONTAINERS_FOR_BASE_DN_1348", 1348);
5367
5368    /**
5369     * Unable to decode base DN string "%s" as a valid distinguished name:  %s
5370     */
5371    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_DEBUG_DECODE_BASE_DN =
5372                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_DEBUG_DECODE_BASE_DN_1352", 1352);
5373
5374    /**
5375     * Record Count
5376     */
5377    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_RECORD_COUNT =
5378                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_RECORD_COUNT_1356", 1356);
5379
5380    /**
5381     * Index Name
5382     */
5383    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_INDEX_NAME =
5384                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_INDEX_NAME_1357", 1357);
5385
5386    /**
5387     * Type
5388     */
5389    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_INDEX_TYPE =
5390                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_INDEX_TYPE_1358", 1358);
5391
5392    /**
5393     * Valid
5394     */
5395    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_INDEX_STATUS =
5396                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_INDEX_STATUS_1359", 1359);
5397
5398    /**
5399     * Confidential
5400     */
5401    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_DEBUG_INDEX_CONFIDENTIAL =
5402                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_DEBUG_INDEX_CONFIDENTIAL_1360", 1360);
5403
5404    /**
5405     * An error occurred while attempting to release the shared lock for backend %s:  %s.  This lock should automatically be cleared when the process exits, so no further action should be required
5406     */
5407    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_BACKEND_DEBUG_CANNOT_UNLOCK_BACKEND =
5408                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "WARN_BACKEND_DEBUG_CANNOT_UNLOCK_BACKEND_1362", 1362);
5409
5410    /**
5411     * An error occurred while attempting to acquire a shared lock for backend %s:  %s.  This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import)
5412     */
5413    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_DEBUG_CANNOT_LOCK_BACKEND =
5414                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_DEBUG_CANNOT_LOCK_BACKEND_1363", 1363);
5415
5416    /**
5417     * A sub-command must be specified
5418     */
5419    public static final LocalizableMessageDescriptor.Arg0 ERR_BACKEND_DEBUG_MISSING_SUBCOMMAND =
5420                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_BACKEND_DEBUG_MISSING_SUBCOMMAND_1374", 1374);
5421
5422    /**
5423     * The name of the user account under which the server should run
5424     */
5425    public static final LocalizableMessageDescriptor.Arg0 INFO_CREATERC_USER_DESCRIPTION =
5426                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CREATERC_USER_DESCRIPTION_1375", 1375);
5427
5428    /**
5429     * The path to the Java installation that should be used to run the server
5430     */
5431    public static final LocalizableMessageDescriptor.Arg0 INFO_CREATERC_JAVA_HOME_DESCRIPTION =
5432                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376", 1376);
5433
5434    /**
5435     * A set of arguments that should be passed to the JVM when running the server
5436     */
5437    public static final LocalizableMessageDescriptor.Arg0 INFO_CREATERC_JAVA_ARGS_DESCRIPTION =
5438                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377", 1377);
5439
5440    /**
5441     * The directory %s specified as the OPENDJ_JAVA_HOME path does not exist or is not a directory
5442     */
5443    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATERC_JAVA_HOME_DOESNT_EXIST =
5444                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378", 1378);
5445
5446    /**
5447     * To see basic server configuration status and configuration you can launch %s
5448     */
5449    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INSTALLDS_STATUS_COMMAND_LINE =
5450                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_STATUS_COMMAND_LINE_1379", 1379);
5451
5452    /**
5453     * Do you want to enable SSL?
5454     */
5455    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_ENABLE_SSL =
5456                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380", 1380);
5457
5458    /**
5459     * On which port would you like the Directory Server to accept connections from LDAPS clients?
5460     */
5461    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_LDAPSPORT =
5462                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_LDAPSPORT_1381", 1381);
5463
5464    /**
5465     * Do you want to enable Start TLS?
5466     */
5467    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_ENABLE_STARTTLS =
5468                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_ENABLE_STARTTLS_1382", 1382);
5469
5470    /**
5471     * Java Key Store (JKS) path:
5472     */
5473    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_JKS_PATH =
5474                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_JKS_PATH_1383", 1383);
5475
5476    /**
5477     * PKCS#12 key Store path:
5478     */
5479    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_PKCS12_PATH =
5480                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_PKCS12_PATH_1384", 1384);
5481
5482    /**
5483     * Key store PIN:
5484     */
5485    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD =
5486                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD_1385", 1385);
5487
5488    /**
5489     * Use nickname %s?
5490     */
5491    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INSTALLDS_PROMPT_CERTNICKNAME =
5492                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_CERTNICKNAME_1386", 1386);
5493
5494    /**
5495     * Certificate server options:
5496     */
5497    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_HEADER_CERT_TYPE =
5498                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_HEADER_CERT_TYPE_1387", 1387);
5499
5500    /**
5501     * Generate self-signed certificate (recommended for testing purposes only)
5502     */
5503    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED =
5504                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED_1388", 1388);
5505
5506    /**
5507     * Use an existing certificate located on a Java Key Store (JKS)
5508     */
5509    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CERT_OPTION_JKS =
5510                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CERT_OPTION_JKS_1389", 1389);
5511
5512    /**
5513     * Use an existing certificate located on a PKCS#12 key store
5514     */
5515    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CERT_OPTION_PKCS12 =
5516                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CERT_OPTION_PKCS12_1390", 1390);
5517
5518    /**
5519     * Use an existing certificate on a PKCS#11 token
5520     */
5521    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CERT_OPTION_PKCS11 =
5522                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CERT_OPTION_PKCS11_1391", 1391);
5523
5524    /**
5525     * Do you want to start the server when the configuration is completed?
5526     */
5527    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_START_SERVER =
5528                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_START_SERVER_1393", 1393);
5529
5530    /**
5531     * The provided certificate nickname could not be found.  The key store contains the following certificate nicknames: %s
5532     */
5533    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND =
5534                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND_1394", 1394);
5535
5536    /**
5537     * The key store contains the following certificate nicknames: %s.%nYou have to provide the nickname of the certificate you want to use
5538     */
5539    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME =
5540                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME_1395", 1395);
5541
5542    /**
5543     * Do not start the server when the configuration is completed
5544     */
5545    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_DO_NOT_START =
5546                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_DO_NOT_START_1396", 1396);
5547
5548    /**
5549     * Enable StartTLS to allow secure communication with the server using the LDAP port
5550     */
5551    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ENABLE_STARTTLS =
5552                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ENABLE_STARTTLS_1397", 1397);
5553
5554    /**
5555     * Port on which the Directory Server should listen for LDAPS communication.  The LDAPS port will be configured and SSL will be enabled only if this argument is explicitly specified
5556     */
5557    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_LDAPSPORT =
5558                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_LDAPSPORT_1398", 1398);
5559
5560    /**
5561     * Generate a self-signed certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
5562     */
5563    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_USE_SELF_SIGNED =
5564                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_USE_SELF_SIGNED_1399", 1399);
5565
5566    /**
5567     * Use a certificate in a PKCS#11 token that the server should use when accepting SSL-based connections or performing StartTLS negotiation
5568     */
5569    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_USE_PKCS11 =
5570                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_USE_PKCS11_1400", 1400);
5571
5572    /**
5573     * Path of a Java Key Store (JKS) containing a certificate to be used as the server certificate. This does not apply to the administration connector, which uses its own key store and certificate (default: config/admin-keystore and admin-cert)
5574     */
5575    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE =
5576                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401", 1401);
5577
5578    /**
5579     * Path of a PKCS#12 key store containing the certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
5580     */
5581    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_USE_PKCS12 =
5582                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_USE_PKCS12_1402", 1402);
5583
5584    /**
5585     * Certificate key store PIN.  A PIN is required when you specify to use an existing certificate (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
5586     */
5587    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD =
5588                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_1403", 1403);
5589
5590    /**
5591     * Certificate key store PIN file.  A PIN is required when you specify to use an existing certificate (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate
5592     */
5593    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE =
5594                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE_1404", 1404);
5595
5596    /**
5597     * Nickname of the certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
5598     */
5599    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME =
5600                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME_1405", 1405);
5601
5602    /**
5603     * You have specified several certificate types to be used.  Only one certificate type (self-signed, JKS, JCEKS, PKCS#12 or PCKS#11) is allowed
5604     */
5605    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED =
5606                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED_1406", 1406);
5607
5608    /**
5609     * You have chosen to enable SSL or StartTLS.  You must specify which type of certificate you want the server to use
5610     */
5611    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS =
5612                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS_1407", 1407);
5613
5614    /**
5615     * You must provide the PIN of the keystore to retrieve the certificate to be used by the server.  You can use {%s} or {%s}
5616     */
5617    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INSTALLDS_NO_KEYSTORE_PASSWORD =
5618                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_NO_KEYSTORE_PASSWORD_1408", 1408);
5619
5620    /**
5621     * You have specified to use a certificate as server certificate.  You must enable SSL (using option {%s}) or Start TLS (using option %s)
5622     */
5623    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INSTALLDS_SSL_OR_STARTTLS_REQUIRED =
5624                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_SSL_OR_STARTTLS_REQUIRED_1410", 1410);
5625
5626    /**
5627     * The argument '%s' is incompatible with '%s'
5628     */
5629    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_INCOMPATIBLE_ARGS =
5630                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_INCOMPATIBLE_ARGS_1411", 1411);
5631
5632    /**
5633     * This utility can be used to obtain a list of tasks scheduled to run within the Directory Server as well as information about individual tasks
5634     */
5635    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_TOOL_DESCRIPTION =
5636                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_TOOL_DESCRIPTION_1412", 1412);
5637
5638    /**
5639     * Print a summary of tasks
5640     */
5641    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION =
5642                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION_1413", 1413);
5643
5644    /**
5645     * ID of a particular task about which this tool will display information
5646     */
5647    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_TASK_ARG_DESCRIPTION =
5648                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_TASK_ARG_DESCRIPTION_1414", 1414);
5649
5650    /**
5651     * refresh
5652     */
5653    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_REFRESH =
5654                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_REFRESH_1415", 1415);
5655
5656    /**
5657     * cancel task
5658     */
5659    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_CANCEL =
5660                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_CANCEL_1416", 1416);
5661
5662    /**
5663     * view logs
5664     */
5665    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_VIEW_LOGS =
5666                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_VIEW_LOGS_1417", 1417);
5667
5668    /**
5669     * Enter the number of a task to cancel [%d]
5670     */
5671    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT =
5672                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT_1419", 1419);
5673
5674    /**
5675     * Invalid menu item or task number '%s'
5676     */
5677    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKINFO_INVALID_MENU_KEY =
5678                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_INVALID_MENU_KEY_1422", 1422);
5679
5680    /**
5681     * ID
5682     */
5683    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_ID =
5684                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_ID_1423", 1423);
5685
5686    /**
5687     * Type
5688     */
5689    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_TYPE =
5690                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_TYPE_1424", 1424);
5691
5692    /**
5693     * Status
5694     */
5695    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_STATUS =
5696                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_STATUS_1425", 1425);
5697
5698    /**
5699     * Scheduled Start Time
5700     */
5701    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_SCHEDULED_START =
5702                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_SCHEDULED_START_1426", 1426);
5703
5704    /**
5705     * Actual Start Time
5706     */
5707    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_ACTUAL_START =
5708                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_ACTUAL_START_1427", 1427);
5709
5710    /**
5711     * Completion Time
5712     */
5713    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_COMPLETION_TIME =
5714                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_COMPLETION_TIME_1428", 1428);
5715
5716    /**
5717     * Dependencies
5718     */
5719    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_DEPENDENCY =
5720                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_DEPENDENCY_1429", 1429);
5721
5722    /**
5723     * Failed Dependency Action
5724     */
5725    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION =
5726                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION_1430", 1430);
5727
5728    /**
5729     * Log Message(s)
5730     */
5731    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_LOG =
5732                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_LOG_1431", 1431);
5733
5734    /**
5735     * Last Log Message
5736     */
5737    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_LAST_LOG =
5738                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_LAST_LOG_1432", 1432);
5739
5740    /**
5741     * Email Upon Completion
5742     */
5743    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION =
5744                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION_1433", 1433);
5745
5746    /**
5747     * Email Upon Error
5748     */
5749    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR =
5750                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR_1434", 1434);
5751
5752    /**
5753     * Task %s canceled
5754     */
5755    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKINFO_CMD_CANCEL_SUCCESS =
5756                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_CANCEL_SUCCESS_1435", 1435);
5757
5758    /**
5759     * Error retrieving task entry %s:  %s
5760     */
5761    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKINFO_RETRIEVING_TASK_ENTRY =
5762                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_RETRIEVING_TASK_ENTRY_1437", 1437);
5763
5764    /**
5765     * There are no tasks with ID %s
5766     */
5767    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKINFO_UNKNOWN_TASK_ENTRY =
5768                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_UNKNOWN_TASK_ENTRY_1438", 1438);
5769
5770    /**
5771     * Task Details
5772     */
5773    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_DETAILS =
5774                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_DETAILS_1439", 1439);
5775
5776    /**
5777     * %s Options
5778     */
5779    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKINFO_OPTIONS =
5780                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_TASKINFO_OPTIONS_1440", 1440);
5781
5782    /**
5783     * No tasks exist
5784     */
5785    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_NO_TASKS =
5786                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_NO_TASKS_1441", 1441);
5787
5788    /**
5789     * None
5790     */
5791    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_NONE =
5792                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_NONE_1442", 1442);
5793
5794    /**
5795     * None Specified
5796     */
5797    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_NONE_SPECIFIED =
5798                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_NONE_SPECIFIED_1443", 1443);
5799
5800    /**
5801     * Immediate execution
5802     */
5803    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_IMMEDIATE_EXECUTION =
5804                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_IMMEDIATE_EXECUTION_1444", 1444);
5805
5806    /**
5807     * Error connecting to the directory server: '%s'. Verify that the connection options are correct and that the server is running
5808     */
5809    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKINFO_LDAP_EXCEPTION =
5810                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_TASKINFO_LDAP_EXCEPTION_1445", 1445);
5811
5812    /**
5813     * Options '%s' and '%s' are incompatible with each other and cannot be used together
5814     */
5815    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INCOMPATIBLE_ARGUMENTS =
5816                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INCOMPATIBLE_ARGUMENTS_1446", 1446);
5817
5818    /**
5819     * ID of a particular task to cancel
5820     */
5821    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_TASK_ARG_CANCEL =
5822                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_TASK_ARG_CANCEL_1447", 1447);
5823
5824    /**
5825     * Error canceling task '%s': %s
5826     */
5827    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKINFO_CANCELING_TASK =
5828                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_CANCELING_TASK_1448", 1448);
5829
5830    /**
5831     * Error accessing logs for task '%s': %s
5832     */
5833    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKINFO_ACCESSING_LOGS =
5834                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_ACCESSING_LOGS_1449", 1449);
5835
5836    /**
5837     * Task at index %d is not cancelable
5838     */
5839    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX =
5840                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX_1450", 1450);
5841
5842    /**
5843     * There are currently no cancelable tasks
5844     */
5845    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_NO_CANCELABLE_TASKS =
5846                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_NO_CANCELABLE_TASKS_1452", 1452);
5847
5848    /**
5849     * There are no tasks defined with ID '%s'
5850     */
5851    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_CLIENT_UNKNOWN_TASK =
5852                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_CLIENT_UNKNOWN_TASK_1453", 1453);
5853
5854    /**
5855     * Task '%s' has finished and cannot be canceled
5856     */
5857    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_CLIENT_UNCANCELABLE_TASK =
5858                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_CLIENT_UNCANCELABLE_TASK_1454", 1454);
5859
5860    /**
5861     * State for task '%s' cannot be determined
5862     */
5863    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_CLIENT_TASK_STATE_UNKNOWN =
5864                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_CLIENT_TASK_STATE_UNKNOWN_1455", 1455);
5865
5866    /**
5867     * Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time.  A value of '0' will cause the task to be scheduled for immediate execution.  When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately
5868     */
5869    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_START_DATETIME =
5870                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_START_DATETIME_1456", 1456);
5871
5872    /**
5873     * The start date/time must in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time
5874     */
5875    public static final LocalizableMessageDescriptor.Arg0 ERR_START_DATETIME_FORMAT =
5876                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_START_DATETIME_FORMAT_1457", 1457);
5877
5878    /**
5879     * %s task %s scheduled to start %s
5880     */
5881    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE =
5882                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE_1458", 1458);
5883
5884    /**
5885     * You have provided options for scheduling this operation as a task but options provided for connecting to the server's tasks backend resulted in the following error: '%s'
5886     */
5887    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_TOOL_START_TIME_NO_LDAP =
5888                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_TOOL_START_TIME_NO_LDAP_1459", 1459);
5889
5890    /**
5891     * Path to the file containing default property values used for command line arguments
5892     */
5893    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PROP_FILE_PATH =
5894                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PROP_FILE_PATH_1461", 1461);
5895
5896    /**
5897     * No properties file will be used to get default command line argument values
5898     */
5899    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_NO_PROP_FILE =
5900                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_NO_PROP_FILE_1462", 1462);
5901
5902    /**
5903     * Task Scheduling Options
5904     */
5905    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TASK_TASK_ARGS =
5906                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_TASK_ARGS_1463", 1463);
5907
5908    /**
5909     * Task Backend Connection Options
5910     */
5911    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TASK_LDAP_ARGS =
5912                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_LDAP_ARGS_1464", 1464);
5913
5914    /**
5915     * Configuration Options
5916     */
5917    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS =
5918                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468", 1468);
5919
5920    /**
5921     * Email address of a recipient to be notified when the task completes.  This option may be specified more than once
5922     */
5923    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION =
5924                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION_1469", 1469);
5925
5926    /**
5927     * Email address of a recipient to be notified if an error occurs when this task executes.  This option may be specified more than once
5928     */
5929    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION =
5930                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION_1470", 1470);
5931
5932    /**
5933     * ID of a task upon which this task depends.  A task will not start execution until all its dependencies have completed execution
5934     */
5935    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TASK_DEPENDENCY_ID =
5936                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_DEPENDENCY_ID_1471", 1471);
5937
5938    /**
5939     * Action this task will take should one if its dependent tasks fail.  The value must be one of %s.  If not specified defaults to %s
5940     */
5941    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION =
5942                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION_1472", 1472);
5943
5944    /**
5945     * The option %s is only applicable when scheduling this operation as a task
5946     */
5947    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY =
5948                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY_1473", 1473);
5949
5950    /**
5951     * The value %s for option %s is not a valid email address
5952     */
5953    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKTOOL_INVALID_EMAIL_ADDRESS =
5954                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKTOOL_INVALID_EMAIL_ADDRESS_1474", 1474);
5955
5956    /**
5957     * The failed dependency action value %s is invalid.  The value must be one of %s
5958     */
5959    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKTOOL_INVALID_FDA =
5960                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKTOOL_INVALID_FDA_1475", 1475);
5961
5962    /**
5963     * The failed dependency action option is to be used in conjunction with one or more dependencies
5964     */
5965    public static final LocalizableMessageDescriptor.Arg0 ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY =
5966                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY_1476", 1476);
5967
5968    /**
5969     * Error:  task %s is not in a cancelable state
5970     */
5971    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK =
5972                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK_1477", 1477);
5973
5974    /**
5975     * The backup process was cancelled
5976     */
5977    public static final LocalizableMessageDescriptor.Arg0 NOTE_BACKUPDB_CANCELLED =
5978                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "NOTE_BACKUPDB_CANCELLED_1478", 1478);
5979
5980    /**
5981     * Write rejected entries to the specified file
5982     */
5983    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_REJECTED_FILE =
5984                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_REJECTED_FILE_1479", 1479);
5985
5986    /**
5987     * Cannot write to rejected entries file %s.  Verify that you have enough write rights on the file
5988     */
5989    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_CANNOT_WRITE_REJECTED =
5990                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CANNOT_WRITE_REJECTED_1480", 1480);
5991
5992    /**
5993     * Write rejected entries to file:
5994     */
5995    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_REJECTED_FILE =
5996                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_REJECTED_FILE_1481", 1481);
5997
5998    /**
5999     * Write skipped entries to the specified file
6000     */
6001    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_SKIPPED_FILE =
6002                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_SKIPPED_FILE_1482", 1482);
6003
6004    /**
6005     * Cannot write to skipped entries file %s.  Verify that you have enough write rights on the file
6006     */
6007    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_CANNOT_WRITE_SKIPPED =
6008                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_CANNOT_WRITE_SKIPPED_1483", 1483);
6009
6010    /**
6011     * Write skipped entries to file:
6012     */
6013    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_SKIPPED_FILE =
6014                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_SKIPPED_FILE_1484", 1484);
6015
6016    /**
6017     * The maximum number of tries to provide the certificate key store PIN is %s.  Install canceled
6018     */
6019    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES =
6020                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES_1485", 1485);
6021
6022    /**
6023     * This utility can be used to change the java arguments and java home that are used by the different server commands.%n%nBefore launching the command, edit the properties file located in %s to specify the java arguments and java home. When you have edited the properties file, run this command for the changes to be taken into account.%n%nNote that the changes will only apply to this server installation. No modifications will be made to your environment variables
6024     */
6025    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_JAVAPROPERTIES_TOOL_DESCRIPTION =
6026                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_JAVAPROPERTIES_TOOL_DESCRIPTION_1486", 1486);
6027
6028    /**
6029     * The properties file to be used to generate the scripts.  If this attribute is not specified %s will be used
6030     */
6031    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE =
6032                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE_1488", 1488);
6033
6034    /**
6035     * The script file that will be written.  If not specified %s will be written
6036     */
6037    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE =
6038                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE_1489", 1489);
6039
6040    /**
6041     * The file properties "%s" cannot be read.  Check that it exists and that you have read rights to it
6042     */
6043    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE =
6044                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE_1491", 1491);
6045
6046    /**
6047     * The destination file "%s" cannot be written.  Check that you have write rights to it
6048     */
6049    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE =
6050                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE_1492", 1492);
6051
6052    /**
6053     * The destination file "%s" cannot be written.  Check that you have right reads to it
6054     */
6055    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE =
6056                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE_1493", 1493);
6057
6058    /**
6059     * The script file %s was successfully created.  For the command-lines to use the java properties specified on %s you must copy the created script file to %s
6060     */
6061    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_JAVAPROPERTIES_SUCCESSFUL_NON_DEFAULT =
6062                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "INFO_JAVAPROPERTIES_SUCCESSFUL_NON_DEFAULT_1494", 1494);
6063
6064    /**
6065     * The operation was successful.  The server commands will use the java arguments and java home specified in the properties file located in %s
6066     */
6067    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_JAVAPROPERTIES_SUCCESSFUL =
6068                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_JAVAPROPERTIES_SUCCESSFUL_1495", 1495);
6069
6070    /**
6071     * When this is set test if the command must be run in offline or online mode, returning the appropriate error code
6072     */
6073    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_TEST_IF_OFFLINE =
6074                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_TEST_IF_OFFLINE_1496", 1496);
6075
6076    /**
6077     * The backend ID '%s' has been specified several times
6078     */
6079    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUPDB_REPEATED_BACKEND_ID =
6080                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_REPEATED_BACKEND_ID_1497", 1497);
6081
6082    /**
6083     * ERROR:  The empty LDAP DN is not a valid value
6084     */
6085    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTALLDS_EMPTY_DN_RESPONSE =
6086                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_EMPTY_DN_RESPONSE_1498", 1498);
6087
6088    /**
6089     * {file}
6090     */
6091    public static final LocalizableMessageDescriptor.Arg0 INFO_FILE_PLACEHOLDER =
6092                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_FILE_PLACEHOLDER_1499", 1499);
6093
6094    /**
6095     * {configFile}
6096     */
6097    public static final LocalizableMessageDescriptor.Arg0 INFO_CONFIGFILE_PLACEHOLDER =
6098                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CONFIGFILE_PLACEHOLDER_1501", 1501);
6099
6100    /**
6101     * {ldifFile}
6102     */
6103    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFFILE_PLACEHOLDER =
6104                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFFILE_PLACEHOLDER_1502", 1502);
6105
6106    /**
6107     * {seed}
6108     */
6109    public static final LocalizableMessageDescriptor.Arg0 INFO_SEED_PLACEHOLDER =
6110                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEED_PLACEHOLDER_1503", 1503);
6111
6112    /**
6113     * {keyStorePath}
6114     */
6115    public static final LocalizableMessageDescriptor.Arg0 INFO_KEYSTOREPATH_PLACEHOLDER =
6116                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_KEYSTOREPATH_PLACEHOLDER_1504", 1504);
6117
6118    /**
6119     * {trustStorePath}
6120     */
6121    public static final LocalizableMessageDescriptor.Arg0 INFO_TRUSTSTOREPATH_PLACEHOLDER =
6122                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TRUSTSTOREPATH_PLACEHOLDER_1505", 1505);
6123
6124    /**
6125     * {bindPasswordFile}
6126     */
6127    public static final LocalizableMessageDescriptor.Arg0 INFO_BINDPWD_FILE_PLACEHOLDER =
6128                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BINDPWD_FILE_PLACEHOLDER_1506", 1506);
6129
6130    /**
6131     * {host}
6132     */
6133    public static final LocalizableMessageDescriptor.Arg0 INFO_HOST_PLACEHOLDER =
6134                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_HOST_PLACEHOLDER_1508", 1508);
6135
6136    /**
6137     * {port}
6138     */
6139    public static final LocalizableMessageDescriptor.Arg0 INFO_PORT_PLACEHOLDER =
6140                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PORT_PLACEHOLDER_1509", 1509);
6141
6142    /**
6143     * {baseDN}
6144     */
6145    public static final LocalizableMessageDescriptor.Arg0 INFO_BASEDN_PLACEHOLDER =
6146                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BASEDN_PLACEHOLDER_1510", 1510);
6147
6148    /**
6149     * {rootUserDN}
6150     */
6151    public static final LocalizableMessageDescriptor.Arg0 INFO_ROOT_USER_DN_PLACEHOLDER =
6152                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ROOT_USER_DN_PLACEHOLDER_1511", 1511);
6153
6154    /**
6155     * {bindDN}
6156     */
6157    public static final LocalizableMessageDescriptor.Arg0 INFO_BINDDN_PLACEHOLDER =
6158                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BINDDN_PLACEHOLDER_1512", 1512);
6159
6160    /**
6161     * {bindPassword}
6162     */
6163    public static final LocalizableMessageDescriptor.Arg0 INFO_BINDPWD_PLACEHOLDER =
6164                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BINDPWD_PLACEHOLDER_1513", 1513);
6165
6166    /**
6167     * {keyStorePassword}
6168     */
6169    public static final LocalizableMessageDescriptor.Arg0 INFO_KEYSTORE_PWD_PLACEHOLDER =
6170                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_KEYSTORE_PWD_PLACEHOLDER_1514", 1514);
6171
6172    /**
6173     * {path}
6174     */
6175    public static final LocalizableMessageDescriptor.Arg0 INFO_PATH_PLACEHOLDER =
6176                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PATH_PLACEHOLDER_1515", 1515);
6177
6178    /**
6179     * {path}
6180     */
6181    public static final LocalizableMessageDescriptor.Arg0 INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER =
6182                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER_1516", 1516);
6183
6184    /**
6185     * {trustStorePassword}
6186     */
6187    public static final LocalizableMessageDescriptor.Arg0 INFO_TRUSTSTORE_PWD_PLACEHOLDER =
6188                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TRUSTSTORE_PWD_PLACEHOLDER_1517", 1517);
6189
6190    /**
6191     * {nickname}
6192     */
6193    public static final LocalizableMessageDescriptor.Arg0 INFO_NICKNAME_PLACEHOLDER =
6194                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_NICKNAME_PLACEHOLDER_1518", 1518);
6195
6196    /**
6197     * {filter}
6198     */
6199    public static final LocalizableMessageDescriptor.Arg0 INFO_ASSERTION_FILTER_PLACEHOLDER =
6200                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ASSERTION_FILTER_PLACEHOLDER_1519", 1519);
6201
6202    /**
6203     * {filter}
6204     */
6205    public static final LocalizableMessageDescriptor.Arg0 INFO_FILTER_PLACEHOLDER =
6206                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_FILTER_PLACEHOLDER_1520", 1520);
6207
6208    /**
6209     * {authzID}
6210     */
6211    public static final LocalizableMessageDescriptor.Arg0 INFO_PROXYAUTHID_PLACEHOLDER =
6212                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROXYAUTHID_PLACEHOLDER_1521", 1521);
6213
6214    /**
6215     * {name=value}
6216     */
6217    public static final LocalizableMessageDescriptor.Arg0 INFO_SASL_OPTION_PLACEHOLDER =
6218                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SASL_OPTION_PLACEHOLDER_1522", 1522);
6219
6220    /**
6221     * {version}
6222     */
6223    public static final LocalizableMessageDescriptor.Arg0 INFO_PROTOCOL_VERSION_PLACEHOLDER =
6224                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROTOCOL_VERSION_PLACEHOLDER_1523", 1523);
6225
6226    /**
6227     * {backendName}
6228     */
6229    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKENDNAME_PLACEHOLDER =
6230                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKENDNAME_PLACEHOLDER_1527", 1527);
6231
6232    /**
6233     * {startTime}
6234     */
6235    public static final LocalizableMessageDescriptor.Arg0 INFO_START_DATETIME_PLACEHOLDER =
6236                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_START_DATETIME_PLACEHOLDER_1531", 1531);
6237
6238    /**
6239     * {propertiesFilePath}
6240     */
6241    public static final LocalizableMessageDescriptor.Arg0 INFO_PROP_FILE_PATH_PLACEHOLDER =
6242                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROP_FILE_PATH_PLACEHOLDER_1532", 1532);
6243
6244    /**
6245     * {emailAddress}
6246     */
6247    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_ADDRESS_PLACEHOLDER =
6248                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_EMAIL_ADDRESS_PLACEHOLDER_1533", 1533);
6249
6250    /**
6251     * {taskID}
6252     */
6253    public static final LocalizableMessageDescriptor.Arg0 INFO_TASK_ID_PLACEHOLDER =
6254                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASK_ID_PLACEHOLDER_1534", 1534);
6255
6256    /**
6257     * {action}
6258     */
6259    public static final LocalizableMessageDescriptor.Arg0 INFO_ACTION_PLACEHOLDER =
6260                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ACTION_PLACEHOLDER_1535", 1535);
6261
6262    /**
6263     * {backupID}
6264     */
6265    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPID_PLACEHOLDER =
6266                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPID_PLACEHOLDER_1541", 1541);
6267
6268    /**
6269     * {backupDir}
6270     */
6271    public static final LocalizableMessageDescriptor.Arg0 INFO_BACKUPDIR_PLACEHOLDER =
6272                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BACKUPDIR_PLACEHOLDER_1542", 1542);
6273
6274    /**
6275     * {ldapPort}
6276     */
6277    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPPORT_PLACEHOLDER =
6278                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPPORT_PLACEHOLDER_1543", 1543);
6279
6280    /**
6281     * {jmxPort}
6282     */
6283    public static final LocalizableMessageDescriptor.Arg0 INFO_JMXPORT_PLACEHOLDER =
6284                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_JMXPORT_PLACEHOLDER_1544", 1544);
6285
6286    /**
6287     * {keyManagerProviderDN}
6288     */
6289    public static final LocalizableMessageDescriptor.Arg0 INFO_KEY_MANAGER_PROVIDER_DN_PLACEHOLDER =
6290                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_KEY_MANAGER_PROVIDER_DN_PLACEHOLDER_1545", 1545);
6291
6292    /**
6293     * {trustManagerProviderDN}
6294     */
6295    public static final LocalizableMessageDescriptor.Arg0 INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER =
6296                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER_1546", 1546);
6297
6298    /**
6299     * {keyManagerPath}
6300     */
6301    public static final LocalizableMessageDescriptor.Arg0 INFO_KEY_MANAGER_PATH_PLACEHOLDER =
6302                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_KEY_MANAGER_PATH_PLACEHOLDER_1547", 1547);
6303
6304    /**
6305     * {rootUserPassword}
6306     */
6307    public static final LocalizableMessageDescriptor.Arg0 INFO_ROOT_USER_PWD_PLACEHOLDER =
6308                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ROOT_USER_PWD_PLACEHOLDER_1548", 1548);
6309
6310    /**
6311     * {serverRootDir}
6312     */
6313    public static final LocalizableMessageDescriptor.Arg0 INFO_SERVER_ROOT_DIR_PLACEHOLDER =
6314                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SERVER_ROOT_DIR_PLACEHOLDER_1549", 1549);
6315
6316    /**
6317     * {serviceName}
6318     */
6319    public static final LocalizableMessageDescriptor.Arg0 INFO_SERVICE_NAME_PLACEHOLDER =
6320                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SERVICE_NAME_PLACEHOLDER_1550", 1550);
6321
6322    /**
6323     * {userName}
6324     */
6325    public static final LocalizableMessageDescriptor.Arg0 INFO_USER_NAME_PLACEHOLDER =
6326                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_USER_NAME_PLACEHOLDER_1551", 1551);
6327
6328    /**
6329     * {args}
6330     */
6331    public static final LocalizableMessageDescriptor.Arg0 INFO_ARGS_PLACEHOLDER =
6332                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ARGS_PLACEHOLDER_1552", 1552);
6333
6334    /**
6335     * {databaseName}
6336     */
6337    public static final LocalizableMessageDescriptor.Arg0 INFO_DATABASE_NAME_PLACEHOLDER =
6338                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DATABASE_NAME_PLACEHOLDER_1553", 1553);
6339
6340    /**
6341     * {maxKeyValue}
6342     */
6343    public static final LocalizableMessageDescriptor.Arg0 INFO_MAX_KEY_VALUE_PLACEHOLDER =
6344                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAX_KEY_VALUE_PLACEHOLDER_1554", 1554);
6345
6346    /**
6347     * {minKeyValue}
6348     */
6349    public static final LocalizableMessageDescriptor.Arg0 INFO_MIN_KEY_VALUE_PLACEHOLDER =
6350                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MIN_KEY_VALUE_PLACEHOLDER_1555", 1555);
6351
6352    /**
6353     * {maxDataSize}
6354     */
6355    public static final LocalizableMessageDescriptor.Arg0 INFO_MAX_DATA_SIZE_PLACEHOLDER =
6356                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAX_DATA_SIZE_PLACEHOLDER_1556", 1556);
6357
6358    /**
6359     * {minDataSize}
6360     */
6361    public static final LocalizableMessageDescriptor.Arg0 INFO_MIN_DATA_SIZE_PLACEHOLDER =
6362                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MIN_DATA_SIZE_PLACEHOLDER_1557", 1557);
6363
6364    /**
6365     * {clearPW}
6366     */
6367    public static final LocalizableMessageDescriptor.Arg0 INFO_CLEAR_PWD =
6368                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CLEAR_PWD_1558", 1558);
6369
6370    /**
6371     * {encodedPW}
6372     */
6373    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCODED_PWD_PLACEHOLDER =
6374                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCODED_PWD_PLACEHOLDER_1559", 1559);
6375
6376    /**
6377     * {scheme}
6378     */
6379    public static final LocalizableMessageDescriptor.Arg0 INFO_STORAGE_SCHEME_PLACEHOLDER =
6380                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STORAGE_SCHEME_PLACEHOLDER_1560", 1560);
6381
6382    /**
6383     * {branchDN}
6384     */
6385    public static final LocalizableMessageDescriptor.Arg0 INFO_BRANCH_DN_PLACEHOLDER =
6386                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_BRANCH_DN_PLACEHOLDER_1561", 1561);
6387
6388    /**
6389     * {attribute}
6390     */
6391    public static final LocalizableMessageDescriptor.Arg0 INFO_ATTRIBUTE_PLACEHOLDER =
6392                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ATTRIBUTE_PLACEHOLDER_1562", 1562);
6393
6394    /**
6395     * {wrapColumn}
6396     */
6397    public static final LocalizableMessageDescriptor.Arg0 INFO_WRAP_COLUMN_PLACEHOLDER =
6398                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_WRAP_COLUMN_PLACEHOLDER_1563", 1563);
6399
6400    /**
6401     * {templateFile}
6402     */
6403    public static final LocalizableMessageDescriptor.Arg0 INFO_TEMPLATE_FILE_PLACEHOLDER =
6404                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TEMPLATE_FILE_PLACEHOLDER_1564", 1564);
6405
6406    /**
6407     * {rejectFile}
6408     */
6409    public static final LocalizableMessageDescriptor.Arg0 INFO_REJECT_FILE_PLACEHOLDER =
6410                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REJECT_FILE_PLACEHOLDER_1565", 1565);
6411
6412    /**
6413     * {skipFile}
6414     */
6415    public static final LocalizableMessageDescriptor.Arg0 INFO_SKIP_FILE_PLACEHOLDER =
6416                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SKIP_FILE_PLACEHOLDER_1566", 1566);
6417
6418    /**
6419     * {programName}
6420     */
6421    public static final LocalizableMessageDescriptor.Arg0 INFO_PROGRAM_NAME_PLACEHOLDER =
6422                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROGRAM_NAME_PLACEHOLDER_1567", 1567);
6423
6424    /**
6425     * {numEntries}
6426     */
6427    public static final LocalizableMessageDescriptor.Arg0 INFO_NUM_ENTRIES_PLACEHOLDER =
6428                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_NUM_ENTRIES_PLACEHOLDER_1568", 1568);
6429
6430    /**
6431     * {rootUserPasswordFile}
6432     */
6433    public static final LocalizableMessageDescriptor.Arg0 INFO_ROOT_USER_PWD_FILE_PLACEHOLDER =
6434                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ROOT_USER_PWD_FILE_PLACEHOLDER_1569", 1569);
6435
6436    /**
6437     * {controloid[:criticality[:value|::b64value|:<filePath]]}
6438     */
6439    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONTROL_PLACEHOLDER =
6440                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAP_CONTROL_PLACEHOLDER_1570", 1570);
6441
6442    /**
6443     * {encoding}
6444     */
6445    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCODING_PLACEHOLDER =
6446                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCODING_PLACEHOLDER_1571", 1571);
6447
6448    /**
6449     * {attrList}
6450     */
6451    public static final LocalizableMessageDescriptor.Arg0 INFO_ATTRIBUTE_LIST_PLACEHOLDER =
6452                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ATTRIBUTE_LIST_PLACEHOLDER_1572", 1572);
6453
6454    /**
6455     * {newPassword}
6456     */
6457    public static final LocalizableMessageDescriptor.Arg0 INFO_NEW_PASSWORD_PLACEHOLDER =
6458                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_NEW_PASSWORD_PLACEHOLDER_1573", 1573);
6459
6460    /**
6461     * {currentPassword}
6462     */
6463    public static final LocalizableMessageDescriptor.Arg0 INFO_CURRENT_PASSWORD_PLACEHOLDER =
6464                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CURRENT_PASSWORD_PLACEHOLDER_1574", 1574);
6465
6466    /**
6467     * {searchScope}
6468     */
6469    public static final LocalizableMessageDescriptor.Arg0 INFO_SEARCH_SCOPE_PLACEHOLDER =
6470                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SEARCH_SCOPE_PLACEHOLDER_1575", 1575);
6471
6472    /**
6473     * {sortOrder}
6474     */
6475    public static final LocalizableMessageDescriptor.Arg0 INFO_SORT_ORDER_PLACEHOLDER =
6476                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SORT_ORDER_PLACEHOLDER_1576", 1576);
6477
6478    /**
6479     * {before:after:index:count | before:after:value}
6480     */
6481    public static final LocalizableMessageDescriptor.Arg0 INFO_VLV_PLACEHOLDER =
6482                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_VLV_PLACEHOLDER_1577", 1577);
6483
6484    /**
6485     * {dereferencePolicy}
6486     */
6487    public static final LocalizableMessageDescriptor.Arg0 INFO_DEREFERENCE_POLICE_PLACEHOLDER =
6488                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DEREFERENCE_POLICE_PLACEHOLDER_1578", 1578);
6489
6490    /**
6491     * {sizeLimit}
6492     */
6493    public static final LocalizableMessageDescriptor.Arg0 INFO_SIZE_LIMIT_PLACEHOLDER =
6494                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SIZE_LIMIT_PLACEHOLDER_1579", 1579);
6495
6496    /**
6497     * {timeLimit}
6498     */
6499    public static final LocalizableMessageDescriptor.Arg0 INFO_TIME_LIMIT_PLACEHOLDER =
6500                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TIME_LIMIT_PLACEHOLDER_1580", 1580);
6501
6502    /**
6503     * {scope}
6504     */
6505    public static final LocalizableMessageDescriptor.Arg0 INFO_SCOPE_PLACEHOLDER =
6506                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SCOPE_PLACEHOLDER_1581", 1581);
6507
6508    /**
6509     * {filterFile}
6510     */
6511    public static final LocalizableMessageDescriptor.Arg0 INFO_FILTER_FILE_PLACEHOLDER =
6512                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_FILTER_FILE_PLACEHOLDER_1582", 1582);
6513
6514    /**
6515     * {outputFile}
6516     */
6517    public static final LocalizableMessageDescriptor.Arg0 INFO_OUTPUT_FILE_PLACEHOLDER =
6518                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_OUTPUT_FILE_PLACEHOLDER_1583", 1583);
6519
6520    /**
6521     * {targetDN}
6522     */
6523    public static final LocalizableMessageDescriptor.Arg0 INFO_TARGETDN_PLACEHOLDER =
6524                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TARGETDN_PLACEHOLDER_1584", 1584);
6525
6526    /**
6527     * {time}
6528     */
6529    public static final LocalizableMessageDescriptor.Arg0 INFO_TIME_PLACEHOLDER =
6530                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TIME_PLACEHOLDER_1585", 1585);
6531
6532    /**
6533     * {true|false}
6534     */
6535    public static final LocalizableMessageDescriptor.Arg0 INFO_TRUE_FALSE_PLACEHOLDER =
6536                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TRUE_FALSE_PLACEHOLDER_1586", 1586);
6537
6538    /**
6539     * {index}
6540     */
6541    public static final LocalizableMessageDescriptor.Arg0 INFO_INDEX_PLACEHOLDER =
6542                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INDEX_PLACEHOLDER_1587", 1587);
6543
6544    /**
6545     * {stopReason}
6546     */
6547    public static final LocalizableMessageDescriptor.Arg0 INFO_STOP_REASON_PLACEHOLDER =
6548                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOP_REASON_PLACEHOLDER_1588", 1588);
6549
6550    /**
6551     * {stopTime}
6552     */
6553    public static final LocalizableMessageDescriptor.Arg0 INFO_STOP_TIME_PLACEHOLDER =
6554                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_STOP_TIME_PLACEHOLDER_1589", 1589);
6555
6556    /**
6557     * {seconds}
6558     */
6559    public static final LocalizableMessageDescriptor.Arg0 INFO_SECONDS_PLACEHOLDER =
6560                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SECONDS_PLACEHOLDER_1590", 1590);
6561
6562    /**
6563     * {data}
6564     */
6565    public static final LocalizableMessageDescriptor.Arg0 INFO_DATA_PLACEHOLDER =
6566                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DATA_PLACEHOLDER_1591", 1591);
6567
6568    /**
6569     * {address}
6570     */
6571    public static final LocalizableMessageDescriptor.Arg0 INFO_ADDRESS_PLACEHOLDER =
6572                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ADDRESS_PLACEHOLDER_1592", 1592);
6573
6574    /**
6575     * {subject}
6576     */
6577    public static final LocalizableMessageDescriptor.Arg0 INFO_SUBJECT_PLACEHOLDER =
6578                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_SUBJECT_PLACEHOLDER_1593", 1593);
6579
6580    /**
6581     * {keyStorePasswordFile}
6582     */
6583    public static final LocalizableMessageDescriptor.Arg0 INFO_KEYSTORE_PWD_FILE_PLACEHOLDER =
6584                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_KEYSTORE_PWD_FILE_PLACEHOLDER_1595", 1595);
6585
6586    /**
6587     * ps[:changetype[:changesonly[:entrychgcontrols]]]
6588     */
6589    public static final LocalizableMessageDescriptor.Arg0 INFO_PSEARCH_PLACEHOLDER =
6590                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PSEARCH_PLACEHOLDER_1596", 1596);
6591
6592    /**
6593     * true
6594     */
6595    public static final LocalizableMessageDescriptor.Arg0 INFO_MULTICHOICE_TRUE_VALUE =
6596                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MULTICHOICE_TRUE_VALUE_1597", 1597);
6597
6598    /**
6599     * false
6600     */
6601    public static final LocalizableMessageDescriptor.Arg0 INFO_MULTICHOICE_FALSE_VALUE =
6602                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MULTICHOICE_FALSE_VALUE_1598", 1598);
6603
6604    /**
6605     * JMX Listener Port:
6606     */
6607    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_SERVER_JMXPORT_LABEL =
6608                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_SERVER_JMXPORT_LABEL_1599", 1599);
6609
6610    /**
6611     * Start Server when the configuration is completed
6612     */
6613    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_START_SERVER =
6614                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_START_SERVER_1600", 1600);
6615
6616    /**
6617     * Do not start Server when the configuration is completed
6618     */
6619    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DO_NOT_START_SERVER =
6620                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DO_NOT_START_SERVER_1601", 1601);
6621
6622    /**
6623     * Setup Summary%n=============
6624     */
6625    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_SUMMARY =
6626                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_SUMMARY_1602", 1602);
6627
6628    /**
6629     * What would you like to do?
6630     */
6631    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CONFIRM_INSTALL_PROMPT =
6632                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CONFIRM_INSTALL_PROMPT_1603", 1603);
6633
6634    /**
6635     * Set up the server with the parameters above
6636     */
6637    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CONFIRM_INSTALL =
6638                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CONFIRM_INSTALL_1604", 1604);
6639
6640    /**
6641     * Provide the setup parameters again
6642     */
6643    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROVIDE_DATA_AGAIN =
6644                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROVIDE_DATA_AGAIN_1605", 1605);
6645
6646    /**
6647     * Cancel and exit
6648     */
6649    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CANCEL =
6650                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CANCEL_1606", 1606);
6651
6652    /**
6653     * An error occurred while attempting to update the crypto manager in the Directory Server: %s
6654     */
6655    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_CRYPTO_MANAGER =
6656                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_CRYPTO_MANAGER_1607", 1607);
6657
6658    /**
6659     * %s task %s has been successfully completed
6660     */
6661    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_TASK_TOOL_TASK_SUCESSFULL =
6662                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_TASK_TOOL_TASK_SUCESSFULL_1608", 1608);
6663
6664    /**
6665     * %s task %s did not complete successfully
6666     */
6667    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_TASK_TOOL_TASK_NOT_SUCESSFULL =
6668                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_TASK_TOOL_TASK_NOT_SUCESSFULL_1609", 1609);
6669
6670    /**
6671     * Cannot access trust store '%s'.  Verify that the provided trust store exists and that you have read access rights to it
6672     */
6673    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_READ_TRUSTSTORE =
6674                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_READ_TRUSTSTORE_1610", 1610);
6675
6676    /**
6677     * Cannot access key store '%s'.  Verify that the provided key store exists and that you have read access rights to it
6678     */
6679    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_READ_KEYSTORE =
6680                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_READ_KEYSTORE_1611", 1611);
6681
6682    /**
6683     * File containing a list of attributes to ignore when computing the difference
6684     */
6685    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_IGNORE_ATTRS =
6686                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_IGNORE_ATTRS_1612", 1612);
6687
6688    /**
6689     * File containing a list of entries (DN) to ignore when computing the difference
6690     */
6691    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_IGNORE_ENTRIES =
6692                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_IGNORE_ENTRIES_1613", 1613);
6693
6694    /**
6695     * An error occurred while attempting to read the file '%s' containing the list of ignored entries: %s
6696     */
6697    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ENTRIES =
6698                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ENTRIES_1614", 1614);
6699
6700    /**
6701     * An error occurred while attempting to read the file '%s' containing the list of ignored attributes: %s
6702     */
6703    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ATTRIBS =
6704                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ATTRIBS_1615", 1615);
6705
6706    /**
6707     * The string '%s' from file '%s' could not be parsed as a dn
6708     */
6709    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN =
6710                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_CANNOT_PARSE_STRING_AS_DN_1616", 1616);
6711
6712    /**
6713     * The %s operation change number is %s
6714     */
6715    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_CHANGE_NUMBER_CONTROL_RESULT =
6716                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_CHANGE_NUMBER_CONTROL_RESULT_1617", 1617);
6717
6718    /**
6719     * On which port would you like the Administration Connector to accept connections?
6720     */
6721    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_ADMINCONNECTORPORT =
6722                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_ADMINCONNECTORPORT_1618", 1618);
6723
6724    /**
6725     * Port on which the Administration Connector should listen for communication
6726     */
6727    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_ADMINCONNECTORPORT =
6728                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_ADMINCONNECTORPORT_1619", 1619);
6729
6730    /**
6731     * An error occurred while attempting to update the administration connector port:  %s
6732     */
6733    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT =
6734                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT_1620", 1620);
6735
6736    /**
6737     * Error connecting to the directory server at %s on %s. Check this port is an administration port
6738     */
6739    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_TASKINFO_LDAP_EXCEPTION_SSL =
6740                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_TASKINFO_LDAP_EXCEPTION_SSL_1621", 1621);
6741
6742    /**
6743     * Directory server administration port number
6744     */
6745    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_ADMIN_PORT =
6746                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_ADMIN_PORT_1622", 1622);
6747
6748    /**
6749     * Path of a JCEKS containing a certificate to be used as the server certificate
6750     */
6751    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_USE_JCEKS =
6752                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_USE_JCEKS_1623", 1623);
6753
6754    /**
6755     * Use an existing certificate located on a JCEKS key store
6756     */
6757    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_CERT_OPTION_JCEKS =
6758                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_CERT_OPTION_JCEKS_1624", 1624);
6759
6760    /**
6761     * JCEKS Key Store path:
6762     */
6763    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_JCEKS_PATH =
6764                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_JCEKS_PATH_1625", 1625);
6765
6766    /**
6767     * Error creating JCEKS Key Provider configuration:  %s
6768     */
6769    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER =
6770                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER_1626", 1626);
6771
6772    /**
6773     * ERROR:  Cannot establish a connection to the Directory Server at %s on port %s. Check this port is an administration port
6774     */
6775    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STOPDS_CANNOT_CONNECT_SSL =
6776                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_CANNOT_CONNECT_SSL_1628", 1628);
6777
6778    /**
6779     * ERROR:  Cannot establish a connection to the Directory Server at %s on port %s. Check this port is an administration port
6780     */
6781    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_CANNOT_CONNECT_SSL =
6782                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_PWPSTATE_CANNOT_CONNECT_SSL_1629", 1629);
6783
6784    /**
6785     * The target backend %s cannot be backed up to the backup directory %s: this directory is already a backup location for backend %s
6786     */
6787    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY =
6788                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY_1650", 1650);
6789
6790    /**
6791     * {schedulePattern}
6792     */
6793    public static final LocalizableMessageDescriptor.Arg0 INFO_RECURRING_TASK_PLACEHOLDER =
6794                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_RECURRING_TASK_PLACEHOLDER_1651", 1651);
6795
6796    /**
6797     * An error occurred while attempting to initialize server components to run the tool: %s
6798     */
6799    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS =
6800                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS_1652", 1652);
6801
6802    /**
6803     * The %s argument is not supported for online imports
6804     */
6805    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE =
6806                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE_1653", 1653);
6807
6808    /**
6809     * Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern
6810     */
6811    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_RECURRING_TASK =
6812                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_RECURRING_TASK_1654", 1654);
6813
6814    /**
6815     * Recurring %s task %s scheduled successfully
6816     */
6817    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED =
6818                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED_1655", 1655);
6819
6820    /**
6821     * Exporting to %s
6822     */
6823    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDIFEXPORT_PATH_TO_LDIF_FILE =
6824                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LDIFEXPORT_PATH_TO_LDIF_FILE_1662", 1662);
6825
6826    /**
6827     * yes
6828     */
6829    public static final LocalizableMessageDescriptor.Arg0 INFO_PROMPT_YES_COMPLETE_ANSWER =
6830                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROMPT_YES_COMPLETE_ANSWER_1663", 1663);
6831
6832    /**
6833     * y
6834     */
6835    public static final LocalizableMessageDescriptor.Arg0 INFO_PROMPT_YES_FIRST_LETTER_ANSWER =
6836                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROMPT_YES_FIRST_LETTER_ANSWER_1664", 1664);
6837
6838    /**
6839     * no
6840     */
6841    public static final LocalizableMessageDescriptor.Arg0 INFO_PROMPT_NO_COMPLETE_ANSWER =
6842                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROMPT_NO_COMPLETE_ANSWER_1665", 1665);
6843
6844    /**
6845     * n
6846     */
6847    public static final LocalizableMessageDescriptor.Arg0 INFO_PROMPT_NO_FIRST_LETTER_ANSWER =
6848                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PROMPT_NO_FIRST_LETTER_ANSWER_1666", 1666);
6849
6850    /**
6851     * The specified start time '%s' has already passed
6852     */
6853    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_START_DATETIME_ALREADY_PASSED =
6854                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_START_DATETIME_ALREADY_PASSED_1667", 1667);
6855
6856    /**
6857     * An error occurred reading file '%s'.  Check that the file exists and that you have read access rights to it.  Details: %s
6858     */
6859    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPCOMPARE_ERROR_READING_FILE =
6860                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDAPCOMPARE_ERROR_READING_FILE_1668", 1668);
6861
6862    /**
6863     * The specified stop time '%s' has already passed
6864     */
6865    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STOPDS_DATETIME_ALREADY_PASSED =
6866                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_STOPDS_DATETIME_ALREADY_PASSED_1669", 1669);
6867
6868    /**
6869     * Both entry DNs and a file name were provided for the compare operation.  These arguments are not compatible
6870     */
6871    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPCOMPARE_FILENAME_AND_DNS =
6872                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_LDAPCOMPARE_FILENAME_AND_DNS_1670", 1670);
6873
6874    /**
6875     * r
6876     */
6877    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_REFRESH_CHAR =
6878                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_REFRESH_CHAR_1671", 1671);
6879
6880    /**
6881     * c
6882     */
6883    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_CANCEL_CHAR =
6884                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_CANCEL_CHAR_1672", 1672);
6885
6886    /**
6887     * l
6888     */
6889    public static final LocalizableMessageDescriptor.Arg0 INFO_TASKINFO_CMD_VIEW_LOGS_CHAR =
6890                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TASKINFO_CMD_VIEW_LOGS_CHAR_1673", 1673);
6891
6892    /**
6893     * Takes into account the syntax of the attributes as defined in the schema to make the value comparison.  The provided LDIF files must be conform to the server schema
6894     */
6895    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_CHECK_SCHEMA =
6896                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_CHECK_SCHEMA_1674", 1674);
6897
6898    /**
6899     * WARNING:  no configuration file was provided as argument.  No schema check will be performed.  If this is being called through the '%s' command-line, verify that the script has not been modified
6900     */
6901    public static final LocalizableMessageDescriptor.Arg1<Object> WARN_LDIFDIFF_NO_CONFIG_FILE =
6902                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "WARN_LDIFDIFF_NO_CONFIG_FILE_1675", 1675);
6903
6904    /**
6905     * You must provide a non-empty password to continue
6906     */
6907    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPAUTH_NON_EMPTY_PASSWORD =
6908                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPAUTH_NON_EMPTY_PASSWORD_1676", 1676);
6909
6910    /**
6911     * The timeout of '%d' seconds to start the server has been reached.  You can use the argument '--%s' to increase this timeout
6912     */
6913    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_TIMEOUT_DURING_STARTUP =
6914                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_TIMEOUT_DURING_STARTUP_1680", 1680);
6915
6916    /**
6917     * Enable the server to run as a Windows Service
6918     */
6919    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_ENABLE_WINDOWS_SERVICE =
6920                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_ENABLE_WINDOWS_SERVICE_1681", 1681);
6921
6922    /**
6923     * Do not enable the server to run as a Windows Service
6924     */
6925    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DO_NOT_ENABLE_WINDOWS_SERVICE =
6926                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DO_NOT_ENABLE_WINDOWS_SERVICE_1682", 1682);
6927
6928    /**
6929     * Path to temporary directory for index scratch files during LDIF import
6930     */
6931    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_TEMP_DIRECTORY =
6932                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_TEMP_DIRECTORY_1683", 1683);
6933
6934    /**
6935     * {directory}
6936     */
6937    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_TEMP_DIR_PLACEHOLDER =
6938                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_TEMP_DIR_PLACEHOLDER_1684", 1684);
6939
6940    /**
6941     * Perform DN validation during later part of LDIF import
6942     */
6943    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_DN_VALIDATION =
6944                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_DN_VALIDATION_1685", 1685);
6945
6946    /**
6947     * Number of threads used to read LDIF file during import. Default value (0) equals: 2 x (number of CPUs)
6948     */
6949    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_DESCRIPTION_THREAD_COUNT =
6950                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_DESCRIPTION_THREAD_COUNT_1686", 1686);
6951
6952    /**
6953     * {count}
6954     */
6955    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER =
6956                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER_1687", 1687);
6957
6958    /**
6959     * The value %s for threadCount cannot be parsed: %s
6960     */
6961    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT =
6962                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT_1688", 1688);
6963
6964    /**
6965     * # Public changelog exchange control(%s): %s
6966     */
6967    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDAPSEARCH_PUBLIC_CHANGELOG_COOKIE_EXC =
6968                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_LDAPSEARCH_PUBLIC_CHANGELOG_COOKIE_EXC_1689", 1689);
6969
6970    /**
6971     * The password to encode or to compare against an encoded password is interactively asked to the user
6972     */
6973    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_DESCRIPTION_INPUT_PW =
6974                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_DESCRIPTION_INPUT_PW_1690", 1690);
6975
6976    /**
6977     * Please enter the password :
6978     */
6979    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_INPUT_PWD_1 =
6980                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_INPUT_PWD_1_1691", 1691);
6981
6982    /**
6983     * Please renter the password:
6984     */
6985    public static final LocalizableMessageDescriptor.Arg0 INFO_ENCPW_INPUT_PWD_2 =
6986                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ENCPW_INPUT_PWD_2_1692", 1692);
6987
6988    /**
6989     * Provided passwords don't matched
6990     */
6991    public static final LocalizableMessageDescriptor.Arg0 ERR_ENCPW_NOT_SAME_PW =
6992                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_ENCPW_NOT_SAME_PW_1693", 1693);
6993
6994    /**
6995     * Cannot read password from the input: %s
6996     */
6997    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENCPW_CANNOT_READ_PW =
6998                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_ENCPW_CANNOT_READ_PW_1694", 1694);
6999
7000    /**
7001     * Rebuild all indexes, including any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used with the "-i" option or the "--rebuildDegraded" option
7002     */
7003    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL =
7004                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL_1695", 1695);
7005
7006    /**
7007     * {directory}
7008     */
7009    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER =
7010                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER_1697", 1697);
7011
7012    /**
7013     * Path to temporary directory for index scratch files during index rebuilding
7014     */
7015    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY =
7016                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY_1698", 1698);
7017
7018    /**
7019     * Index "-i" option cannot be specified with the "--rebuildAll" option
7020     */
7021    public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILDINDEX_REBUILD_ALL_ERROR =
7022                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_REBUILD_ALL_ERROR_1699", 1699);
7023
7024    /**
7025     * Do you want to create base DNs in the server?
7026     */
7027    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROVIDE_BASE_DN_PROMPT =
7028                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROVIDE_BASE_DN_PROMPT_1700", 1700);
7029
7030    /**
7031     * You have specified not to create a base DN.  If no base DN is to be created you cannot specify argument '%s'
7032     */
7033    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INSTALLDS_NO_BASE_DN_AND_CONFLICTING_ARG =
7034                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_NO_BASE_DN_AND_CONFLICTING_ARG_1701", 1701);
7035
7036    /**
7037     * Use subentries control to specify that subentries are visible and normal entries are not
7038     */
7039    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_SUBENTRIES =
7040                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_SUBENTRIES_1702", 1702);
7041
7042    /**
7043     * The fully-qualified directory server host name that will be used when generating self-signed certificates for LDAP SSL/StartTLS, the administration connector, and replication
7044     */
7045    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_HOST_NAME =
7046                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_HOST_NAME_1703", 1703);
7047
7048    /**
7049     * Provide the fully-qualified directory server host name that will be used when generating self-signed certificates for LDAP SSL/StartTLS, the administration connector, and replication
7050     */
7051    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_HOST_NAME =
7052                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_HOST_NAME_1704", 1704);
7053
7054    /**
7055     * {period}
7056     */
7057    public static final LocalizableMessageDescriptor.Arg0 INFO_PERIOD_PLACEHOLDER =
7058                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_PERIOD_PLACEHOLDER_1705", 1705);
7059
7060    /**
7061     * When this argument is specified, the status command will display its contents periodically.  Used to specify the period (in seconds) between two displays of the status
7062     */
7063    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_REFRESH_PERIOD =
7064                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_REFRESH_PERIOD_1706", 1706);
7065
7066    /**
7067     * Print equivalent non-interactive command-line
7068     */
7069    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PRINT_EQUIVALENT_COMMAND_LINE =
7070                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PRINT_EQUIVALENT_COMMAND_LINE_1708", 1708);
7071
7072    /**
7073     * The Windows Service was successfully configured but there was an error starting it.  Error code starting Windows Service: %d
7074     */
7075    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER =
7076                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER_1709", 1709);
7077
7078    /**
7079     * Do not display backend data, just statistics
7080     */
7081    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_STATS_ONLY =
7082                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_STATS_ONLY_1710", 1710);
7083
7084    /**
7085     * {timeout}
7086     */
7087    public static final LocalizableMessageDescriptor.Arg0 INFO_TIMEOUT_PLACEHOLDER =
7088                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_TIMEOUT_PLACEHOLDER_1711", 1711);
7089
7090    /**
7091     * Maximum length of time (in milliseconds) that can be taken to establish a connection.  Use '0' to specify no time out
7092     */
7093    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_CONNECTION_TIMEOUT =
7094                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_CONNECTION_TIMEOUT_1712", 1712);
7095
7096    /**
7097     * An error occurred while attempting to write entry to LDIF:  Could not calculate the DN for the entry (no value found for the RDN attribute %s)
7098     */
7099    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MAKELDIF_CANNOT_WRITE_ENTRY_WITHOUT_DN =
7100                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_MAKELDIF_CANNOT_WRITE_ENTRY_WITHOUT_DN_1713", 1713);
7101
7102    /**
7103     * A client side timeout occurred.%nAdditional Information:  %s
7104     */
7105    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CLIENT_SIDE_TIMEOUT =
7106                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CLIENT_SIDE_TIMEOUT_1714", 1714);
7107
7108    /**
7109     * {maximum duration}
7110     */
7111    public static final LocalizableMessageDescriptor.Arg0 INFO_MAXIMUM_DURATION_PLACEHOLDER =
7112                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_MAXIMUM_DURATION_PLACEHOLDER_1716", 1716);
7113
7114    /**
7115     * This argument specifies the maximum duration the purge processing must last expressed in seconds
7116     */
7117    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_PURGE_HISTORICAL_MAXIMUM_DURATION =
7118                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_PURGE_HISTORICAL_MAXIMUM_DURATION_1717", 1717);
7119
7120    /**
7121     * The provided schedule value has an invalid format.  The schedule must be expressed using a crontab(5) format.  Error details: %s
7122     */
7123    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRING_SCHEDULE_FORMAT_ERROR =
7124                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_RECURRING_SCHEDULE_FORMAT_ERROR_1718", 1718);
7125
7126    /**
7127     * Rebuild all degraded indexes, including any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used with the "-i" option or the "--rebuildAll" option
7128     */
7129    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_REBUILD_DEGRADED =
7130                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_REBUILD_DEGRADED_1720", 1720);
7131
7132    /**
7133     * Option "--rebuildDegraded" cannot be specified with the "--%s" option
7134     */
7135    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REBUILDINDEX_REBUILD_DEGRADED_ERROR =
7136                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_REBUILD_DEGRADED_ERROR_1721", 1721);
7137
7138    /**
7139     * Option "--rebuildAll" cannot be specified with the "--%s" option
7140     */
7141    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REBUILDINDEX_REBUILD_ALL_DEGRADED_ERROR =
7142                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_REBUILDINDEX_REBUILD_ALL_DEGRADED_ERROR_1722", 1722);
7143
7144    /**
7145     * An error occurred while attempting to update the FQDN for the DIGEST-MD5 SASL mechanism:  %s
7146     */
7147    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIGDS_CANNOT_UPDATE_DIGEST_MD5_FQDN =
7148                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_CANNOT_UPDATE_DIGEST_MD5_FQDN_1733", 1733);
7149
7150    /**
7151     * Indicates that indexes do not need rebuilding because they are known to be empty and forcefully marks them as valid. This is an advanced option which must only be used in cases where a degraded index is known to be empty and does not therefore need rebuilding. This situation typically arises when an index is created for an attribute which has just been added to the schema
7152     */
7153    public static final LocalizableMessageDescriptor.Arg0 INFO_REBUILDINDEX_DESCRIPTION_CLEAR_DEGRADED_STATE =
7154                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_REBUILDINDEX_DESCRIPTION_CLEAR_DEGRADED_STATE_1734", 1734);
7155
7156    /**
7157     * Use the LDAP compare result as an exit code for reporting differences between the two LDIF files
7158     */
7159    public static final LocalizableMessageDescriptor.Arg0 INFO_LDIFDIFF_DESCRIPTION_USE_COMPARE_RESULT =
7160                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDIFDIFF_DESCRIPTION_USE_COMPARE_RESULT_1735", 1735);
7161
7162    /**
7163     * Use the LDAP compare result as an exit code for the LDAP compare operations
7164     */
7165    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAPCOMPARE_DESCRIPTION_USE_COMPARE_RESULT =
7166                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LDAPCOMPARE_DESCRIPTION_USE_COMPARE_RESULT_1736", 1736);
7167
7168    /**
7169     * The version of the installed OpenDJ could not be determined because the version file '%s' could not be found. Restore it from backup before continuing
7170     */
7171    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BUILDVERSION_NOT_FOUND =
7172                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BUILDVERSION_NOT_FOUND_1737", 1737);
7173
7174    /**
7175     * The version of the installed OpenDJ could not be determined because the version file '%s' exists but contains invalid data. Restore it from backup before continuing
7176     */
7177    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BUILDVERSION_MALFORMED =
7178                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BUILDVERSION_MALFORMED_1738", 1738);
7179
7180    /**
7181     * The OpenDJ binary version '%s' does not match the installed version '%s'. Please run upgrade before continuing
7182     */
7183    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BUILDVERSION_MISMATCH =
7184                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BUILDVERSION_MISMATCH_1739", 1739);
7185
7186    /**
7187     * Ignores any errors which occur during the upgrade. This option should be used with caution and may be useful in automated deployments where potential errors are known in advance and resolved after the upgrade has completed
7188     */
7189    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_OPTION_IGNORE_ERRORS =
7190                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_OPTION_IGNORE_ERRORS_1740", 1740);
7191
7192    /**
7193     * Forces a non-interactive upgrade to continue even if it requires user interaction. In particular, long running or critical upgrade tasks, such as re-indexing, which require user confirmation will be skipped. This option may only be used with the '%s' option
7194     */
7195    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_OPTION_FORCE =
7196                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_OPTION_FORCE_1741", 1741);
7197
7198    /**
7199     * Upgrades OpenDJ configuration and application data so that it is compatible with the installed binaries.%n%nThis tool should be run immediately after upgrading the OpenDJ binaries and before restarting the server.%n%nNOTE: this tool does not provide backup or restore capabilities. Therefore, it is the responsibility of the OpenDJ administrator to take necessary precautions before performing the upgrade
7200     */
7201    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_DESCRIPTION_CLI =
7202                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_DESCRIPTION_CLI_1743", 1743);
7203
7204    /**
7205     * The upgrade failed to complete for the following reason: %s
7206     */
7207    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_MAIN_UPGRADE_PROCESS =
7208                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_MAIN_UPGRADE_PROCESS_1800", 1800);
7209
7210    /**
7211     * OpenDJ was successfully upgraded from version %s to %s
7212     */
7213    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_SUCCESSFUL =
7214                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_SUCCESSFUL_1801", 1801);
7215
7216    /**
7217     * Performing upgrade
7218     */
7219    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_PERFORMING_TASKS =
7220                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_PERFORMING_TASKS_1802", 1802);
7221
7222    /**
7223     * OpenDJ Upgrade Utility
7224     */
7225    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TITLE =
7226                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TITLE_1803", 1803);
7227
7228    /**
7229     * OpenDJ will be upgraded from version %s to %s
7230     */
7231    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_SUMMARY =
7232                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_SUMMARY_1804", 1804);
7233
7234    /**
7235     * OpenDJ cannot be upgraded because the server is currently running. Please stop the server and try again
7236     */
7237    public static final LocalizableMessageDescriptor.Arg0 ERR_UPGRADE_REQUIRES_SERVER_OFFLINE =
7238                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_UPGRADE_REQUIRES_SERVER_OFFLINE_1805", 1805);
7239
7240    /**
7241     * OpenDJ has already been upgraded to version %s
7242     */
7243    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_VERSION_UP_TO_DATE =
7244                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_VERSION_UP_TO_DATE_1806", 1806);
7245
7246    /**
7247     * An unexpected error occurred while attempting to display a notification: %s
7248     */
7249    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_DISPLAY_NOTIFICATION_ERROR =
7250                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_DISPLAY_NOTIFICATION_ERROR_1807", 1807);
7251
7252    /**
7253     * An unexpected error occurred while attempting to display a confirmation : %s
7254     */
7255    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_DISPLAY_CONFIRM_ERROR =
7256                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_DISPLAY_CONFIRM_ERROR_1808", 1808);
7257
7258    /**
7259     * ...Change(s) done in %s (x%s)
7260     */
7261    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_CHANGE_DONE_IN_SPECIFIC_FILE =
7262                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_CHANGE_DONE_IN_SPECIFIC_FILE_1810", 1810);
7263
7264    /**
7265     * ...No change applied in %s
7266     */
7267    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_NO_CHANGE_DONE_IN_SPECIFIC_FILE =
7268                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_NO_CHANGE_DONE_IN_SPECIFIC_FILE_1811", 1811);
7269
7270    /**
7271     * 
7272     * An error occurred while performing an upgrade task: %s
7273     */
7274    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_TASKS_FAIL =
7275                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_TASKS_FAIL_1812", 1812);
7276
7277    /**
7278     * %s.%nDo you want to make this configuration change?
7279     */
7280    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_NEEDS_USER_CONFIRM =
7281                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_NEEDS_USER_CONFIRM_1813", 1813);
7282
7283    /**
7284     * The upgrade is ready to proceed. Do you wish to continue?
7285     */
7286    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_DISPLAY_CONFIRM_START =
7287                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_DISPLAY_CONFIRM_START_1814", 1814);
7288
7289    /**
7290     * The upgrade has been canceled
7291     */
7292    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_ABORTED_BY_USER =
7293                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_ABORTED_BY_USER_1815", 1815);
7294
7295    /**
7296     * No %s with OID %s exists in the schema
7297     */
7298    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_UNKNOWN_OC_ATT =
7299                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_UNKNOWN_OC_ATT_1816", 1816);
7300
7301    /**
7302     * An error occurred when trying to upgrade the config/upgrade folder: %s
7303     */
7304    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_CONFIG_ERROR_UPGRADE_FOLDER =
7305                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_CONFIG_ERROR_UPGRADE_FOLDER_1817", 1817);
7306
7307    /**
7308     * Preparing to upgrade
7309     */
7310    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_REQUIREMENTS =
7311                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REQUIREMENTS_1818", 1818);
7312
7313    /**
7314     * This tool cannot be used for upgrading versions of OpenDJ which are older than '%s'. Please upgrade to '%s' first before attempting further upgrades
7315     */
7316    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_VERSION_IS_NOT_SUPPORTED =
7317                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_VERSION_IS_NOT_SUPPORTED_1819", 1819);
7318
7319    /**
7320     * Invalid response
7321     */
7322    public static final LocalizableMessageDescriptor.Arg0 INFO_LICENSE_CLI_ACCEPT_INVALID_RESPONSE =
7323                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LICENSE_CLI_ACCEPT_INVALID_RESPONSE_1820", 1820);
7324
7325    /**
7326     * Please read the License Agreement above.%nYou must accept the terms of the agreement before continuing with the installation
7327     */
7328    public static final LocalizableMessageDescriptor.Arg0 INFO_LICENSE_DETAILS_CLI_LABEL =
7329                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LICENSE_DETAILS_CLI_LABEL_1821", 1821);
7330
7331    /**
7332     * Do you accept the License Agreement?
7333     */
7334    public static final LocalizableMessageDescriptor.Arg0 INFO_LICENSE_ACCEPT =
7335                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LICENSE_ACCEPT_1822", 1822);
7336
7337    /**
7338     * An error occurred while copying the file '%s' to '%s'
7339     */
7340    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_ERROR_COPYING_FILE =
7341                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_ERROR_COPYING_FILE_1823", 1823);
7342
7343    /**
7344     * An error occurred while deleting directory '%s'. Check that you have the rights to delete this directory and that there is no other application using it
7345     */
7346    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_ERROR_DELETING_DIRECTORY =
7347                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_ERROR_DELETING_DIRECTORY_1824", 1824);
7348
7349    /**
7350     * An error occurred while deleting file '%s'. Check that you have the rights to delete this file and that there is no other application using it
7351     */
7352    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_ERROR_DELETING_FILE =
7353                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_ERROR_DELETING_FILE_1825", 1825);
7354
7355    /**
7356     * An error occurred while renaming file '%s' to '%s'
7357     */
7358    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_ERROR_RENAMING_FILE =
7359                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_ERROR_RENAMING_FILE_1826", 1826);
7360
7361    /**
7362     * The upgrade failed because %d errors were encountered. Please check log for further details
7363     */
7364    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_UPGRADE_FAILS =
7365                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_FAILS_1827", 1827);
7366
7367    /**
7368     * An error occurred while copying the schema file '%s': %s
7369     */
7370    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_COPYSCHEMA_FAILS =
7371                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_COPYSCHEMA_FAILS_1828", 1828);
7372
7373    /**
7374     * An error occurred while adding one or more attributes to the schema file '%s': %s
7375     */
7376    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_ADDATTRIBUTE_FAILS =
7377                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_ADDATTRIBUTE_FAILS_1829", 1829);
7378
7379    /**
7380     * An error occurred while adding one or more object classes to the schema file '%s': %s
7381     */
7382    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_ADDOBJECTCLASS_FAILS =
7383                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_ADDOBJECTCLASS_FAILS_1830", 1830);
7384
7385    /**
7386     * See '%s' for a detailed log of this operation
7387     */
7388    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_GENERAL_SEE_FOR_DETAILS =
7389                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_GENERAL_SEE_FOR_DETAILS_1831", 1831);
7390
7391    /**
7392     * Replacing schema file '%s'
7393     */
7394    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_REPLACE_SCHEMA_FILE =
7395                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_REPLACE_SCHEMA_FILE_1832", 1832);
7396
7397    /**
7398     * Archiving concatenated schema
7399     */
7400    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_REFRESH_UPGRADE_DIRECTORY =
7401                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_REFRESH_UPGRADE_DIRECTORY_1833", 1833);
7402
7403    /**
7404     * Adding '%s' configuration file
7405     */
7406    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_ADD_CONFIG_FILE =
7407                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_ADD_CONFIG_FILE_1834", 1834);
7408
7409    /**
7410     * An error occurred while adding configuration file '%s': %s
7411     */
7412    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UPGRADE_ADD_CONFIG_FILE_FAILS =
7413                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_ADD_CONFIG_FILE_FAILS_1835", 1835);
7414
7415    /**
7416     * An error occurred when trying to rename the SNMP security config file: %s
7417     */
7418    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE =
7419                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE_1838", 1838);
7420
7421    /**
7422     * Rebuilding index(es) '%s' for base dn(s) '%s'
7423     */
7424    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_REBUILD_INDEX_STARTS =
7425                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_INDEX_STARTS_1839", 1839);
7426
7427    /**
7428     * Rebuild index task ends
7429     */
7430    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_REBUILD_INDEX_ENDS =
7431                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_INDEX_ENDS_1840", 1840);
7432
7433    /**
7434     * Performing post upgrade tasks
7435     */
7436    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_PERFORMING_POST_TASKS =
7437                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_PERFORMING_POST_TASKS_1841", 1841);
7438
7439    /**
7440     * Post upgrade tasks complete
7441     */
7442    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_POST_TASKS_COMPLETE =
7443                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_POST_TASKS_COMPLETE_1842", 1842);
7444
7445    /**
7446     * An error occurred during post upgrade task. Process aborted. Please check log for further details
7447     */
7448    public static final LocalizableMessageDescriptor.Arg0 ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL =
7449                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843", 1843);
7450
7451    /**
7452     * You have to rebuild the '%s' index(es) manually to get a fully functional server
7453     */
7454    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_REBUILD_INDEXES_DECLINED =
7455                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_INDEXES_DECLINED_1844", 1844);
7456
7457    /**
7458     * You have to rebuild all indexes manually to get a fully functional server
7459     */
7460    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_ALL_REBUILD_INDEX_DECLINED =
7461                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_ALL_REBUILD_INDEX_DECLINED_1845", 1845);
7462
7463    /**
7464     * Invalid log file %s
7465     */
7466    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_INVALID_LOG_FILE =
7467                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_INVALID_LOG_FILE_1846", 1846);
7468
7469    /**
7470     * The rebuild index tool arguments are %s
7471     */
7472    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS =
7473                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS_1847", 1847);
7474
7475    /**
7476     * Rebuilding all indexes
7477     */
7478    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_REBUILD_ALL =
7479                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_ALL_1848", 1848);
7480
7481    /**
7482     * End of the upgrade process
7483     */
7484    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_PROCESS_END =
7485                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_PROCESS_END_1849", 1849);
7486
7487    /**
7488     * '%s' is missing or empty, it is probably corrupted
7489     */
7490    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UPGRADE_CORRUPTED_TEMPLATE =
7491                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_UPGRADE_CORRUPTED_TEMPLATE_1850", 1850);
7492
7493    /**
7494     * The classes folder has been renamed to '%s' to avoid compatibility issues
7495     */
7496    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_CLASSES_FOLDER_RENAMED =
7497                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_CLASSES_FOLDER_RENAMED_1852", 1852);
7498
7499    /**
7500     * The dsjavaproperties tool failed to run. Please rerun dsjavaproperties manually
7501     */
7502    public static final LocalizableMessageDescriptor.Arg0 ERR_UPGRADE_DSJAVAPROPERTIES_FAILED =
7503                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_UPGRADE_DSJAVAPROPERTIES_FAILED_1853", 1853);
7504
7505    /**
7506     * List the pluggable backends
7507     */
7508    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_BACKENDS =
7509                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_BACKENDS_1854", 1854);
7510
7511    /**
7512     * List the low-level databases within a pluggable backend's storage engine. This subcommand may take a long time to complete depending on the size of the backend
7513     */
7514    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_RAW_DBS =
7515                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_RAW_DBS_1855", 1855);
7516
7517    /**
7518     * Dump records from an index, decoding keys and values. Depending on index size, this subcommand can generate lots of output
7519     */
7520    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_INDEX =
7521                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_INDEX_1857", 1857);
7522
7523    /**
7524     * Dump the raw records in hexadecimal format for a low-level database within the pluggable backend's storage engine. Depending on index size, this subcommand can generate lots of output
7525     */
7526    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_RAW_DB =
7527                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_RAW_DB_1858", 1858);
7528
7529    /**
7530     * Raw DB Name
7531     */
7532    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_RAW_DB_NAME =
7533                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_RAW_DB_NAME_1861", 1861);
7534
7535    /**
7536     * An error occurred while listing the base DNs: %s
7537     */
7538    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_TOOL_ERROR_LISTING_BASE_DNS =
7539                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ERROR_LISTING_BASE_DNS_1863", 1863);
7540
7541    /**
7542     * An error occurred while listing indexes: %s
7543     */
7544    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_TOOL_ERROR_LISTING_TREES =
7545                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ERROR_LISTING_TREES_1864", 1864);
7546
7547    /**
7548     * An unexpected error occurred while attempting to initialize the backend '%s': %s
7549     */
7550    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_TOOL_ERROR_INITIALIZING_BACKEND =
7551                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ERROR_INITIALIZING_BACKEND_1865", 1865);
7552
7553    /**
7554     * An unexpected error occurred while attempting to read and/or decode records from an index: %s
7555     */
7556    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_TOOL_ERROR_READING_TREE =
7557                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ERROR_READING_TREE_1866", 1866);
7558
7559    /**
7560     * List the indexes associated with a pluggable backend. This subcommand may take a long time to complete depending on the size of the backend
7561     */
7562    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEXES =
7563                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEXES_1866", 1866);
7564
7565    /**
7566     * Over Entry Limit
7567     */
7568    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_INDEX_UNDEFINED_RECORD_COUNT =
7569                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_INDEX_UNDEFINED_RECORD_COUNT_1867", 1867);
7570
7571    /**
7572     * No index exists with the requested name '%s' in base DN '%s' and backend '%s'
7573     */
7574    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_BACKEND_TOOL_NO_TREE_FOR_NAME =
7575                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_1868", 1868);
7576
7577    /**
7578     * Cannot specify a minimum key both as a string and as an hexadecimal string
7579     */
7580    public static final LocalizableMessageDescriptor.Arg0 ERR_BACKEND_TOOL_ONLY_ONE_MIN_KEY =
7581                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ONLY_ONE_MIN_KEY_1869", 1869);
7582
7583    /**
7584     * Cannot specify a maximum key both as a string and as an hexadecimal string
7585     */
7586    public static final LocalizableMessageDescriptor.Arg0 ERR_BACKEND_TOOL_ONLY_ONE_MAX_KEY =
7587                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_ONLY_ONE_MAX_KEY_1870", 1870);
7588
7589    /**
7590     * An error occurred while processing arguments: %s
7591     */
7592    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_TOOL_PROCESSING_ARGUMENT =
7593                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_PROCESSING_ARGUMENT_1871", 1871);
7594
7595    /**
7596     * An error occurred while trying to execute %s: %s
7597     */
7598    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_TOOL_EXECUTING_COMMAND =
7599                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_EXECUTING_COMMAND_1872", 1872);
7600
7601    /**
7602     * Total Keys
7603     */
7604    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_TOTAL_KEYS =
7605                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_KEYS_1873", 1873);
7606
7607    /**
7608     * Keys Size
7609     */
7610    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_KEYS_SIZE =
7611                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_KEYS_SIZE_1874", 1874);
7612
7613    /**
7614     * Values Size
7615     */
7616    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_VALUES_SIZE =
7617                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_VALUES_SIZE_1875", 1875);
7618
7619    /**
7620     * Total Size
7621     */
7622    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_TOTAL_SIZES =
7623                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_SIZES_1876", 1876);
7624
7625    /**
7626     * Uses SI Units for printing sizes
7627     */
7628    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_USE_SI_UNITS =
7629                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_USE_SI_UNITS_1877", 1877);
7630
7631    /**
7632     * Write hexadecimal data on a single line instead of pretty format
7633     */
7634    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_SINGLE_LINE =
7635                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_SINGLE_LINE_1878", 1878);
7636
7637    /**
7638     * Storage
7639     */
7640    public static final LocalizableMessageDescriptor.Arg0 INFO_LABEL_BACKEND_TOOL_STORAGE =
7641                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_STORAGE_1879", 1879);
7642
7643    /**
7644     * %nTotal: %d%n
7645     */
7646    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LABEL_BACKEND_TOOL_TOTAL =
7647                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_1880", 1880);
7648
7649    /**
7650     * Cannot configure backend %s: %s
7651     */
7652    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_TOOL_CANNOT_CONFIGURE_BACKEND =
7653                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_CANNOT_CONFIGURE_BACKEND_1881", 1881);
7654
7655    /**
7656     * %nIndex: %s%n
7657     */
7658    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LABEL_BACKEND_TOOL_INDEX =
7659                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_INDEX_1882", 1882);
7660
7661    /**
7662     * Over index-entry-limit keys: %s%n
7663     */
7664    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LABEL_BACKEND_TOOL_OVER_INDEX_LIMIT_KEYS =
7665                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_OVER_INDEX_LIMIT_KEYS_1883", 1883);
7666
7667    /**
7668     * %nTotal Records: %d%n
7669     */
7670    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LABEL_BACKEND_TOOL_TOTAL_RECORDS =
7671                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_RECORDS_1884", 1884);
7672
7673    /**
7674     * Total / Average Key Size: %d bytes / %d bytes%n
7675     */
7676    public static final LocalizableMessageDescriptor.Arg2<Number, Number> INFO_LABEL_BACKEND_TOOL_TOTAL_KEY_SIZE_AND_AVG =
7677                    new LocalizableMessageDescriptor.Arg2<Number, Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_KEY_SIZE_AND_AVG_1885", 1885);
7678
7679    /**
7680     * Total / Average Data Size: %d bytes / %d bytes%n
7681     */
7682    public static final LocalizableMessageDescriptor.Arg2<Number, Number> INFO_LABEL_BACKEND_TOOL_TOTAL_DATA_SIZE_AND_AVG =
7683                    new LocalizableMessageDescriptor.Arg2<Number, Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_TOTAL_DATA_SIZE_AND_AVG_1886", 1886);
7684
7685    /**
7686     * At key number %d, %s:
7687     */
7688    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_BACKEND_TOOL_CURSOR_AT_KEY_NUMBER =
7689                    new LocalizableMessageDescriptor.Arg2<Number, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_CURSOR_AT_KEY_NUMBER_1887", 1887);
7690
7691    /**
7692     * Key (len %d):
7693     */
7694    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LABEL_BACKEND_TOOL_KEY_FORMAT =
7695                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_KEY_FORMAT_1888", 1888);
7696
7697    /**
7698     * Value (len %d):
7699     */
7700    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LABEL_BACKEND_TOOL_VALUE_FORMAT =
7701                    new LocalizableMessageDescriptor.Arg1<Number>(ToolMessages.class, RESOURCE, "INFO_LABEL_BACKEND_TOOL_VALUE_FORMAT_1889", 1889);
7702
7703    /**
7704     * Data decoder for printing is not available, should use hex dump
7705     */
7706    public static final LocalizableMessageDescriptor.Arg0 ERR_BACKEND_TOOL_DECODER_NOT_AVAILABLE =
7707                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_DECODER_NOT_AVAILABLE_1890", 1890);
7708
7709    /**
7710     * No storage index exists with the requested name %s in backend %s
7711     */
7712    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_IN_STORAGE =
7713                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_IN_STORAGE_1891", 1891);
7714
7715    /**
7716     * This utility can be used to debug a backend
7717     */
7718    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_TOOL =
7719                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_TOOL_1893", 1893);
7720
7721    /**
7722     * {indexName}
7723     */
7724    public static final LocalizableMessageDescriptor.Arg0 INFO_INDEX_NAME_PLACEHOLDER =
7725                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INDEX_NAME_PLACEHOLDER_1894", 1894);
7726
7727    /**
7728     * The raw database name
7729     */
7730    public static final LocalizableMessageDescriptor.Arg0 INFO_DESCRIPTION_BACKEND_DEBUG_RAW_DB_NAME =
7731                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_DESCRIPTION_BACKEND_DEBUG_RAW_DB_NAME_1895", 1895);
7732
7733    /**
7734     * {change number}
7735     */
7736    public static final LocalizableMessageDescriptor.Arg0 INFO_CHANGE_NUMBER_PLACEHOLDER =
7737                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_CHANGE_NUMBER_PLACEHOLDER_1896", 1896);
7738
7739    /**
7740     * An error occurred while initializing server backends: %s
7741     */
7742    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_BACKENDS =
7743                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_BACKENDS_1897", 1897);
7744
7745    /**
7746     * An error occurred while initializing plugins: %s
7747     */
7748    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_INITIALIZE_SERVER_PLUGINS =
7749                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_INITIALIZE_SERVER_PLUGINS_1898", 1898);
7750
7751    /**
7752     * Subsystem %s should be initialized first
7753     */
7754    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED =
7755                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED_1899", 1899);
7756
7757    /**
7758     * Backend Type: %s
7759     */
7760    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INSTALLDS_BACKEND_TYPE_USED =
7761                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_BACKEND_TYPE_USED_1900", 1900);
7762
7763    /**
7764     * StartTLS failed: the connection has been closed without receiving a response. This may indicate you tried to connect to an LDAPS port instead of the LDAP port, or that the network is down
7765     */
7766    public static final LocalizableMessageDescriptor.Arg0 ERR_STARTTLS_FAILED =
7767                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_STARTTLS_FAILED_1901", 1901);
7768
7769    /**
7770     * Fixing de-DE collation matching rule OID
7771     */
7772    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_6869_SUMMARY =
7773                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_6869_SUMMARY_10000", 10000);
7774
7775    /**
7776     * Updating password policy configurations
7777     */
7778    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7192_SUMMARY =
7779                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7192_SUMMARY_10001", 10001);
7780
7781    /**
7782     * Updating audit log publisher configuration
7783     */
7784    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7364_SUMMARY =
7785                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7364_SUMMARY_10002", 10002);
7786
7787    /**
7788     * Adding 'etag' virtual attribute schema
7789     */
7790    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7748_1_SUMMARY =
7791                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7748_1_SUMMARY_10003", 10003);
7792
7793    /**
7794     * Configuring 'etag' virtual attribute
7795     */
7796    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7748_2_SUMMARY =
7797                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7748_2_SUMMARY_10004", 10004);
7798
7799    /**
7800     * Configuring 'ds-pwp-password-expiration-time' virtual attribute
7801     */
7802    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7834_SUMMARY =
7803                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7834_SUMMARY_10005", 10005);
7804
7805    /**
7806     * Updating certificate syntax configuration
7807     */
7808    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7979_SUMMARY =
7809                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7979_SUMMARY_10006", 10006);
7810
7811    /**
7812     * Updating JPEG syntax configuration
7813     */
7814    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8124_SUMMARY =
7815                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8124_SUMMARY_10007", 10007);
7816
7817    /**
7818     * Updating country string syntax configuration
7819     */
7820    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8133_SUMMARY =
7821                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8133_SUMMARY_10008", 10008);
7822
7823    /**
7824     * Modifying filter in 'isMemberOf' virtual attribute configuration
7825     */
7826    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8214_SUMMARY =
7827                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8214_SUMMARY_10009", 10009);
7828
7829    /**
7830     * OpenDJ 2.5.0 modified the default configuration of the 'isMemberOf' virtual attribute so that it is included with group entries. This was done in order to make it easier for users to determine which groups a 'nested' group belongs to
7831     */
7832    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8214_DESCRIPTION =
7833                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8214_DESCRIPTION_10010", 10010);
7834
7835    /**
7836     * Updating dictionary password validator configuration
7837     */
7838    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8387_SUMMARY =
7839                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8387_SUMMARY_10011", 10011);
7840
7841    /**
7842     * Updating attribute value password validator configuration
7843     */
7844    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8389_SUMMARY =
7845                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8389_SUMMARY_10012", 10012);
7846
7847    /**
7848     * Adding PBKDF2 password storage scheme configuration
7849     */
7850    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8487_SUMMARY =
7851                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8487_SUMMARY_10013", 10013);
7852
7853    /**
7854     * Adding HTTP connection handler configuration
7855     */
7856    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8613_SUMMARY =
7857                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8613_SUMMARY_10014", 10014);
7858
7859    /**
7860     * Adding file-based HTTP access logger
7861     */
7862    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8832_SUMMARY =
7863                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8832_SUMMARY_10015", 10015);
7864
7865    /**
7866     * Rename SNMP security config file
7867     */
7868    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_7466_SUMMARY =
7869                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_7466_SUMMARY_10016", 10016);
7870
7871    /**
7872     * Adding 'emailAddress' attribute
7873     */
7874    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8985_1_SUMMARY =
7875                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8985_1_SUMMARY_10017", 10017);
7876
7877    /**
7878     * Updating subject attribute to user attribute configuration
7879     */
7880    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_8985_2_SUMMARY =
7881                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_8985_2_SUMMARY_10018", 10018);
7882
7883    /**
7884     * OpenDJ 2.5.0-Xpress1 introduced a regression in the ds-sync-hist ordering index. This index has to be rebuilt and this could take a long time to proceed. Do you want to launch this process automatically at the end of the upgrade?
7885     */
7886    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_9013_DESCRIPTION =
7887                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_9013_DESCRIPTION_10019", 10019);
7888
7889    /**
7890     * ERROR:  The server rejected the task for the following reason: %s
7891     */
7892    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASK_TOOL_LDAP_ERROR =
7893                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_TASK_TOOL_LDAP_ERROR_10020", 10020);
7894
7895    /**
7896     * Changing matching rule for 'userCertificate' and 'caCertificate' to CertificateExactMatch
7897     */
7898    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10133_1_SUMMARY =
7899                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10133_1_SUMMARY_10021", 10021);
7900
7901    /**
7902     * Configuring 'CertificateExactMatch' matching rule
7903     */
7904    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10133_2_SUMMARY =
7905                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10133_2_SUMMARY_10022", 10022);
7906
7907    /**
7908     * Updating ds-cfg-java-class attribute in File-Based Debug Logger
7909     */
7910    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10214_SUMMARY =
7911                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10214_SUMMARY_10023", 10023);
7912
7913    /**
7914     * Deleting ds-cfg-default-debug-level attribute in File-Based Debug Logger
7915     */
7916    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10232_SUMMARY =
7917                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10232_SUMMARY_10024", 10024);
7918
7919    /**
7920     * Updating ds-cfg-default-severity attribute in File-Based Error Logger
7921     */
7922    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10329_SUMMARY =
7923                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10329_SUMMARY_10025", 10025);
7924
7925    /**
7926     * Updating ds-cfg-override-severity attribute in Replication Repair Logger
7927     */
7928    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10339_SUMMARY =
7929                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10339_SUMMARY_10026", 10026);
7930
7931    /**
7932     * Removing 'dc=replicationchanges' backend
7933     */
7934    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10733_1_SUMMARY =
7935                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10733_1_SUMMARY_10027", 10027);
7936
7937    /**
7938     * Removing ACI for 'dc=replicationchanges'
7939     */
7940    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10733_2_SUMMARY =
7941                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10733_2_SUMMARY_10028", 10028);
7942
7943    /**
7944     * Adding default privilege 'changelog-read' to all root DNs
7945     */
7946    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10820_SUMMARY =
7947                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10820_SUMMARY_10029", 10029);
7948
7949    /**
7950     * Adding PKCS5S2 password storage scheme configuration
7951     */
7952    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_10908_SUMMARY =
7953                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_10908_SUMMARY_10030", 10030);
7954
7955    /**
7956     * Removing config for 'Network Groups'
7957     */
7958    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11237_1_SUMMARY =
7959                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11237_1_SUMMARY_10031", 10031);
7960
7961    /**
7962     * Removing config for 'Workflows'
7963     */
7964    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11237_2_SUMMARY =
7965                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11237_2_SUMMARY_10032", 10032);
7966
7967    /**
7968     * Removing config for 'Workflow Elements'
7969     */
7970    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11237_3_SUMMARY =
7971                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11237_3_SUMMARY_10033", 10033);
7972
7973    /**
7974     * Removing config for 'Network Group Plugin'
7975     */
7976    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11239_SUMMARY =
7977                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11239_SUMMARY_10034", 10034);
7978
7979    /**
7980     * OpenDJ 3.0.0 changed the matching rule implementations. All indexes have to be rebuilt. This could take a long time to proceed. Do you want to launch this process automatically at the end of the upgrade?
7981     */
7982    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11260_SUMMARY =
7983                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11260_SUMMARY_10035", 10035);
7984
7985    /**
7986     * Removing config for 'Extensions'
7987     */
7988    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11339_SUMMARY =
7989                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11339_SUMMARY_10036", 10036);
7990
7991    /**
7992     * Removing config for 'File System Entry Cache'
7993     */
7994    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_11476_SUMMARY =
7995                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_11476_SUMMARY_10037", 10037);
7996
7997    /**
7998     * Removing config for 'Entry Cache Preload'
7999     */
8000    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_12226_SUMMARY =
8001                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_12226_SUMMARY_10038", 10038);
8002
8003    /**
8004     * Rerunning dsjavaproperties
8005     */
8006    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_9206_SUMMARY =
8007                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_9206_SUMMARY_10039", 10039);
8008
8009    /**
8010     * The upgrade will not be performed because the current instance contains one or more JE based backends which cannot be migrated because the JE library is not present in the class-path. The upgrade should be restarted once the JE backends have been exported and disabled
8011     */
8012    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_NO_JE_LIB =
8013                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_NO_JE_LIB_10040", 10040);
8014
8015    /**
8016     * The upgrade will not be performed because the JE backend '%s' contains a base DN '%s' that cannot be migrated. The upgrade should be restarted once the JE backend has been exported and disabled
8017     */
8018    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_TASK_MIGRATE_JE_UGLY_DN =
8019                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_UGLY_DN_10041", 10041);
8020
8021    /**
8022     * The upgrade will not be performed because the configuration file config.ldif could not be parsed
8023     */
8024    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_CONFIG_READ_FAIL =
8025                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_CONFIG_READ_FAIL_10042", 10042);
8026
8027    /**
8028     * The upgrade cannot continue because the JE backend with environment directory '%s' could not be accessed for migration
8029     */
8030    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_MIGRATE_JE_ENV_UNREADABLE =
8031                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_ENV_UNREADABLE_10043", 10043);
8032
8033    /**
8034     * Migrating JE backend '%s'
8035     */
8036    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_1 =
8037                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_1_10044", 10044);
8038
8039    /**
8040     * Convert local DB backends to JE backends
8041     */
8042    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_2 =
8043                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_2_10045", 10045);
8044
8045    /**
8046     * Convert local DB indexes to backend indexes
8047     */
8048    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_3 =
8049                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_3_10046", 10046);
8050
8051    /**
8052     * Convert local DB VLV indexes to backend VLV indexes
8053     */
8054    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_4 =
8055                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_4_10047", 10047);
8056
8057    /**
8058     * Skipping migration of disabled JE backend '%s'
8059     */
8060    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_5 =
8061                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_5_10048", 10048);
8062
8063    /**
8064     * OpenDJ 3.0.0 introduced changes to the JE backend configuration and database format. The upgrade will update all JE backend configurations, but will only migrate JE backend databases which are associated with *enabled* JE backends. It is very strongly recommended that any existing data has been backed up and that you have read the upgrade documentation before proceeding. Do you want to proceed with the upgrade?
8065     */
8066    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_DESCRIPTION =
8067                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_DESCRIPTION_10049", 10049);
8068
8069    /**
8070     * The upgrade will not be performed because some JE backends need to be migrated.
8071     */
8072    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_JE_CANCELLED =
8073                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_JE_CANCELLED_10050", 10050);
8074
8075    /**
8076     * OpenDJ 3.0.0 improved the replication changelog storage format. As a consequence, the old changelog content of the current replication server will be erased by the upgrade. The new changelog content will be automatically reconstructed from the changelog of other replication servers in the topology. After the upgrade, dsreplication reset-change-number can be used to reset the changelog change-number of the current replication server to match another replication server. Do you want to proceed with the upgrade?
8077     */
8078    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_MIGRATE_CHANGELOG_DESCRIPTION =
8079                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_MIGRATE_CHANGELOG_DESCRIPTION_10051", 10051);
8080
8081    /**
8082     * Removing content of changelog in '%s' directory.
8083     */
8084    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_DELETE_CHANGELOG_SUMMARY =
8085                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_DELETE_CHANGELOG_SUMMARY_10052", 10052);
8086
8087    /**
8088     * Removing file '%s'
8089     */
8090    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_DELETE_FILE =
8091                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_DELETE_FILE_10054", 10054);
8092
8093    /**
8094     * Unable to access the LDIF file %s to import. Please check that the file is local to the server and the path correct.
8095     */
8096    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST =
8097                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST_10055", 10055);
8098
8099    /**
8100     * Adding Bcrypt password storage scheme configuration
8101     */
8102    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_BCRYPT_SCHEME_SUMMARY =
8103                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_BCRYPT_SCHEME_SUMMARY_10056", 10056);
8104
8105    /**
8106     * Removing configuration entry for the configuration backend
8107     */
8108    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_CONFIGURATION_BACKEND_NOT_CONFIGURABLE =
8109                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_CONFIGURATION_BACKEND_NOT_CONFIGURABLE_10057", 10057);
8110
8111    /**
8112     * WARNING: OpenDJ %s OEM Edition removes support for the Berkeley JE backend.
8113     * 
8114     * The upgrade tool will reconfigure all JE backends as PDB backends.
8115     * 
8116     * After the upgrade the new PDB backend(s) will be empty. It is therefore very strongly recommended that any data that was in the JE backends be exported to LDIF so that it can be re-imported once the upgrade completes
8117     */
8118    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_1_SUMMARY =
8119                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_1_SUMMARY_10058", 10058);
8120
8121    /**
8122     * Reconfiguring local-db backends to PDB backends
8123     */
8124    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_2_SUMMARY =
8125                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_2_SUMMARY_10059", 10059);
8126
8127    /**
8128     * Reconfiguring local-db backend indexes to PDB backend indexes
8129     */
8130    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_3_SUMMARY =
8131                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_3_SUMMARY_10060", 10060);
8132
8133    /**
8134     * Reconfiguring local-db backend VLV indexes to PDB backend VLV indexes
8135     */
8136    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_4_SUMMARY =
8137                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_LOCAL_DB_TO_PDB_4_SUMMARY_10061", 10061);
8138
8139    /**
8140     * Renaming local-db backend directory '%s' to '%s'
8141     */
8142    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_TASK_RENAME_JE_DB_DIR =
8143                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_RENAME_JE_DB_DIR_10062", 10062);
8144
8145    /**
8146     * You must reimport all your data into the PDB backends in order to have a fully functional server
8147     */
8148    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_RENAME_JE_DB_DIR_WARNING =
8149                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_RENAME_JE_DB_DIR_WARNING_10063", 10063);
8150
8151    /**
8152     * Removing configuration for matching rules
8153     */
8154    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_REMOVE_MATCHING_RULES =
8155                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_REMOVE_MATCHING_RULES_10064", 10064);
8156
8157    /**
8158     * Adding 'includedAttributes' attribute type to changelog schema
8159     */
8160    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_2716_1_SUMMARY =
8161                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_2716_1_SUMMARY_10065", 10065);
8162
8163    /**
8164     * Updating 'changeLogEntry' object class in changelog schema
8165     */
8166    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_2716_2_SUMMARY =
8167                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_2716_2_SUMMARY_10066", 10066);
8168
8169    /**
8170     * Removing old OpenDJ library files
8171     */
8172    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_REMOVE_OLD_JARS =
8173                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_REMOVE_OLD_JARS_10067", 10067);
8174
8175    /**
8176     * OpenDJ 3.5.0 introduced a new format for all equality indexes based on "distinguishedName" attribute type, like "member", "owner", "roleOccupant" and "seeAlso". They all have to be rebuilt if they exist on your server and this could take a long time to proceed. Do you want to launch this process automatically at the end of the upgrade?
8177     */
8178    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_REBUILD_INDEXES_DISTINGUISHED_NAME =
8179                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_REBUILD_INDEXES_DISTINGUISHED_NAME_10068", 10068);
8180
8181    /**
8182     * Unable to determine whether the file system is case sensitive. If the file system is case sensitive, then remove OpenDJ.jar and all OpenDJ_*.jar before starting the upgraded server.
8183     */
8184    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_UNABLE_TO_REMOVE_OLD_JARS =
8185                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_UNABLE_TO_REMOVE_OLD_JARS_10069", 10069);
8186
8187    /**
8188     * Restoring 'ds-cfg-delimiter-char' attribute type in concatenated schema
8189     */
8190    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_SUMMARY_RESTORE_CSV_DELIMITER_CHAR =
8191                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_SUMMARY_RESTORE_CSV_DELIMITER_CHAR_10070", 10070);
8192
8193    /**
8194     * An error occurred reading schema file %s: %s
8195     */
8196    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_TASK_CANNOT_READ_SCHEMA_FILE =
8197                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_CANNOT_READ_SCHEMA_FILE_10071", 10071);
8198
8199    /**
8200     * An error occurred appending 'ds-cfg-delimiter-char' attribute type to concatenated schema file %s: %s
8201     */
8202    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_UPGRADE_TASK_CANNOT_WRITE_TO_CONCATENATED_SCHEMA_FILE =
8203                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_CANNOT_WRITE_TO_CONCATENATED_SCHEMA_FILE_10072", 10072);
8204
8205    /**
8206     * OpenDJ 3.5.0 introduced a new configuration model for the HTTP connection handler and its associated endpoints. Any enabled HTTP connection handlers will be disabled during the upgrade due to the break in compatibility
8207     */
8208    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_CONFIRM_DISABLING_HTTP_CONNECTION_HANDLER =
8209                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_CONFIRM_DISABLING_HTTP_CONNECTION_HANDLER_10073", 10073);
8210
8211    /**
8212     * Disabling the HTTP connection handler
8213     */
8214    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_DISABLING_HTTP_CONNECTION_HANDLER =
8215                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_DISABLING_HTTP_CONNECTION_HANDLER_10074", 10074);
8216
8217    /**
8218     * Adding default HTTP endpoints and auth mechanisms to configuration
8219     */
8220    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_ADDING_DEFAULT_HTTP_ENDPOINTS_AND_AUTH =
8221                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_ADDING_DEFAULT_HTTP_ENDPOINTS_AND_AUTH_10075", 10075);
8222
8223    /**
8224     * Adding Historical CSN Range matching rule
8225     */
8226    public static final LocalizableMessageDescriptor.Arg0 INFO_UPGRADE_TASK_ADDING_HISTORICAL_CSN_RANGE_MATCHING_RULE =
8227                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_UPGRADE_TASK_ADDING_HISTORICAL_CSN_RANGE_MATCHING_RULE_10076", 10076);
8228
8229    /**
8230     * back up OpenDJ directory data
8231     */
8232    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_BACKUP =
8233                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_BACKUP_15000", 15000);
8234
8235    /**
8236     * encode and decode base64 strings
8237     */
8238    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_BASE64 =
8239                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_BASE64_15001", 15001);
8240
8241    /**
8242     * start the OpenDJ graphical admin interface
8243     */
8244    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_CONTROL_PANEL =
8245                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_CONTROL_PANEL_15002", 15002);
8246
8247    /**
8248     * script to manage OpenDJ as a service on UNIX
8249     */
8250    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_CREATE_RC_SCRIPT =
8251                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_CREATE_RC_SCRIPT_15003", 15003);
8252
8253    /**
8254     * apply OpenDJ Java home and JVM settings
8255     */
8256    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_DSJAVAPROPERTIES =
8257                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_DSJAVAPROPERTIES_15005", 15005);
8258
8259    /**
8260     * manage OpenDJ directory data replication
8261     */
8262    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_DSREPLICATION =
8263                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_DSREPLICATION_15006", 15006);
8264
8265    /**
8266     * encode a password with an OpenDJ storage scheme
8267     */
8268    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_ENCODE_PASSWORD =
8269                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_ENCODE_PASSWORD_15007", 15007);
8270
8271    /**
8272     * export OpenDJ directory data in LDIF
8273     */
8274    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_EXPORT_LDIF =
8275                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_EXPORT_LDIF_15008", 15008);
8276
8277    /**
8278     * import OpenDJ directory data from LDIF
8279     */
8280    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_IMPORT_LDIF =
8281                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_IMPORT_LDIF_15009", 15009);
8282
8283    /**
8284     * perform LDAP compare operations
8285     */
8286    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDAPCOMPARE =
8287                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDAPCOMPARE_15010", 15010);
8288
8289    /**
8290     * perform LDAP delete operations
8291     */
8292    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDAPDELETE =
8293                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDAPDELETE_15011", 15011);
8294
8295    /**
8296     * perform LDAP modify, add, delete, mod DN operations
8297     */
8298    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDAPMODIFY =
8299                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDAPMODIFY_15012", 15012);
8300
8301    /**
8302     * perform LDAP password modifications
8303     */
8304    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDAPPASSWORDMODIFY =
8305                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDAPPASSWORDMODIFY_15013", 15013);
8306
8307    /**
8308     * perform LDAP search operations
8309     */
8310    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDAPSEARCH =
8311                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDAPSEARCH_15014", 15014);
8312
8313    /**
8314     * compare small LDIF files
8315     */
8316    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDIFDIFF =
8317                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDIFDIFF_15015", 15015);
8318
8319    /**
8320     * apply LDIF changes to LDIF
8321     */
8322    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDIFMODIFY =
8323                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDIFMODIFY_15016", 15016);
8324
8325    /**
8326     * search LDIF with LDAP filters
8327     */
8328    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LDIFSEARCH =
8329                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LDIFSEARCH_15017", 15017);
8330
8331    /**
8332     * list OpenDJ backends and base DNs
8333     */
8334    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_LIST_BACKENDS =
8335                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_LIST_BACKENDS_15018", 15018);
8336
8337    /**
8338     * generate test LDIF
8339     */
8340    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_MAKELDIF =
8341                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_MAKELDIF_15019", 15019);
8342
8343    /**
8344     * manage state of OpenDJ server accounts
8345     */
8346    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_MANAGE_ACCOUNT =
8347                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_MANAGE_ACCOUNT_15020", 15020);
8348
8349    /**
8350     * manage OpenDJ server administration tasks
8351     */
8352    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_MANAGE_TASKS =
8353                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_MANAGE_TASKS_15021", 15021);
8354
8355    /**
8356     * rebuild index after configuration change
8357     */
8358    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_REBUILD_INDEX =
8359                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_REBUILD_INDEX_15022", 15022);
8360
8361    /**
8362     * restore OpenDJ directory data backups
8363     */
8364    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_RESTORE =
8365                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_RESTORE_15023", 15023);
8366
8367    /**
8368     * install OpenDJ directory server
8369     */
8370    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_SETUP =
8371                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_SETUP_15024", 15024);
8372
8373    /**
8374     * start OpenDJ directory server
8375     */
8376    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_START_DS =
8377                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_START_DS_15025", 15025);
8378
8379    /**
8380     * display basic OpenDJ server information
8381     */
8382    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_STATUS =
8383                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_STATUS_15026", 15026);
8384
8385    /**
8386     * stop OpenDJ directory server
8387     */
8388    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_STOP_DS =
8389                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_STOP_DS_15027", 15027);
8390
8391    /**
8392     * upgrade OpenDJ configuration and application data
8393     */
8394    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_UPGRADE =
8395                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_UPGRADE_15028", 15028);
8396
8397    /**
8398     * check index for consistency or errors
8399     */
8400    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_VERIFY_INDEX =
8401                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_VERIFY_INDEX_15029", 15029);
8402
8403    /**
8404     * register OpenDJ as a Windows Service
8405     */
8406    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_WINDOWS_SERVICE =
8407                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_WINDOWS_SERVICE_15030", 15030);
8408
8409    /**
8410     * gather OpenDJ backend debugging information
8411     */
8412    public static final LocalizableMessageDescriptor.Arg0 REF_SHORT_DESC_BACKEND_TOOL =
8413                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "REF_SHORT_DESC_BACKEND_TOOL_15031", 15031);
8414
8415    /**
8416     * <xinclude:include href="description-psearch-info.xml" />
8417     */
8418    public static final LocalizableMessageDescriptor.Arg0 SUPPLEMENT_DESCRIPTION_PSEARCH_INFO =
8419                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "SUPPLEMENT_DESCRIPTION_PSEARCH_INFO_20002", 20002);
8420
8421    /**
8422     * <xinclude:include href="variablelist-ldap-controls.xml" />
8423     */
8424    public static final LocalizableMessageDescriptor.Arg0 SUPPLEMENT_DESCRIPTION_CONTROLS =
8425                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "SUPPLEMENT_DESCRIPTION_CONTROLS_20003", 20003);
8426
8427    /**
8428     * <xinclude:include href="description-upgrade.xml" />
8429     */
8430    public static final LocalizableMessageDescriptor.Arg0 SUPPLEMENT_DESCRIPTION_UPGRADE_CLI =
8431                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "SUPPLEMENT_DESCRIPTION_UPGRADE_CLI_20004", 20004);
8432
8433    /**
8434     * Just verify that the JVM can be started properly
8435     */
8436    public static final LocalizableMessageDescriptor.Arg0 INFO_ARGUMENT_DESCRIPTION_TESTONLY =
8437                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_ARGUMENT_DESCRIPTION_TESTONLY_20005", 20005);
8438
8439    /**
8440     * {backendType}
8441     */
8442    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_BACKEND_TYPE_PLACEHOLDER =
8443                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_BACKEND_TYPE_PLACEHOLDER_20006", 20006);
8444
8445    /**
8446     * The type of the userRoot backend
8447     */
8448    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_DESCRIPTION_BACKEND_TYPE =
8449                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_DESCRIPTION_BACKEND_TYPE_20007", 20007);
8450
8451    /**
8452     * Provide the backend type:
8453     */
8454    public static final LocalizableMessageDescriptor.Arg0 INFO_INSTALLDS_PROMPT_BACKEND_TYPE =
8455                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "INFO_INSTALLDS_PROMPT_BACKEND_TYPE_20008", 20008);
8456
8457    /**
8458     * The backend type '%s' is not recognized. The supported backend types are %s.
8459     */
8460    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_INSTALLDS_NO_SUCH_BACKEND_TYPE =
8461                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_INSTALLDS_NO_SUCH_BACKEND_TYPE_20009", 20009);
8462
8463    /**
8464     * The backend type '%s' is not recognized. The supported backend types are %s.
8465     */
8466    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_BACKEND_TYPE_UNKNOWN =
8467                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_BACKEND_TYPE_UNKNOWN_20010", 20010);
8468
8469    /**
8470     * An error occurred while trying to create userRoot backend type %s. Error message: %s
8471     */
8472    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIGDS_SET_BACKEND_TYPE =
8473                    new LocalizableMessageDescriptor.Arg2<Object, Object>(ToolMessages.class, RESOURCE, "ERR_CONFIGDS_SET_BACKEND_TYPE_20011", 20011);
8474
8475    /**
8476     * The local instance is not configured or you do not have permissions to access it.
8477     */
8478    public static final LocalizableMessageDescriptor.Arg0 ERR_INSTANCE_NOT_CONFIGURED =
8479                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "ERR_INSTANCE_NOT_CONFIGURED_20013", 20013);
8480
8481    /**
8482     * Invalid deref alias specified: %s
8483     */
8484    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCH_INVALID_DEREFERENCE_POLICY =
8485                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_SEARCH_INVALID_DEREFERENCE_POLICY_20014", 20014);
8486
8487    /**
8488     * Could not completely read file '%s'
8489     */
8490    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILE_NOT_FULLY_READABLE =
8491                    new LocalizableMessageDescriptor.Arg1<Object>(ToolMessages.class, RESOURCE, "ERR_FILE_NOT_FULLY_READABLE_20015", 20015);
8492
8493    /**
8494     * <xinclude:include href="variablelist-backendstat-index-status.xml" />
8495     */
8496    public static final LocalizableMessageDescriptor.Arg0 SUPPLEMENT_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEX_STATUS =
8497                    new LocalizableMessageDescriptor.Arg0(ToolMessages.class, RESOURCE, "SUPPLEMENT_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEX_STATUS_20016", 20016);
8498
8499}