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