mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
03.59.2016 2bc883ea6a3e0f948d0c5f0b6632696cb98ebfa8
OPENDJ-2826 import-ldif should state that it cannot append

This patch explicitly mentions that `import-ldif` cannot be used to append
to a backend database.

It does not update all translations of the properties file.
3 files modified
7 ■■■■■ changed files
opendj-server-legacy/src/messages/org/opends/messages/tool.properties 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -1161,7 +1161,8 @@
INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility can be used to export data \
 from a Directory Server backend in LDIF form
INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility can be used to import LDIF \
 data into a Directory Server backend
 data into a Directory Server backend, overwriting existing data. \
 It cannot be used to append data to the backend database
INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility can be used to setup the \
 Directory Server
INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility can be used to perform \
opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties
@@ -559,7 +559,7 @@
INFO_CONFIGDS_TOOL_DESCRIPTION_684=Dieses Dienstprogramm dient zur Definition einer Basiskonfiguration f\u00fcr den Directory-Server
INFO_ENCPW_TOOL_DESCRIPTION_685=Dieses Dienstprogramm dient zum Verschl\u00fcsseln des Benutzerpassworts mit einem festgelegten Speicherschema oder zum Ermitteln, ob der Wert eines gegebenen Klartextpassworts mit dem verschl\u00fcsselten Passwort \u00fcbereinstimmt
INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=Dieses Dienstprogramm dient zum Datenexport von einem Directory-Server-Backend im LDIF-Format
INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Dieses Dienstprogramm dient zum Datenimport von LDIF-Daten in ein Directory-Server-Backend
INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Dieses Dienstprogramm dient zum Datenimport von LDIF-Daten in ein Directory-Server-Backend. Existierende Daten werden \u00fcberschrieben.
INFO_INSTALLDS_TOOL_DESCRIPTION_688=Dieses Dienstprogramm dient zum Einrichten des Directory-Servers
INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=Dieses Dienstprogramm dient zur Durchf\u00fchrung von LDAP-Vergleichsvorg\u00e4ngen im Directory-Server
INFO_LDAPDELETE_TOOL_DESCRIPTION_690=Dieses Dienstprogramm dient zur Durchf\u00fchrung von LDAP-L\u00f6schvorg\u00e4ngen im Directory-Server
opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties
@@ -559,7 +559,7 @@
INFO_CONFIGDS_TOOL_DESCRIPTION_684=Cet utilitaire permet de d\u00e9finir une configuration de base pour Directory Server
INFO_ENCPW_TOOL_DESCRIPTION_685=Cet utilitaire permet de coder des mots de passe dans un plan de stockage sp\u00e9cifi\u00e9 ou de d\u00e9terminer si une valeur en clair donn\u00e9e correspond \u00e0 un mot de passe cod\u00e9 fourni
INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=Cet utilitaire permet d'exporter des donn\u00e9es d'un backend de Directory Server dans un fichier de type LDIF
INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Cet utilitaire permet d'importer des donn\u00e9es LDIF dans un backend de Directory Server
INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Cet utilitaire permet d'importer des donn\u00e9es LDIF dans un backend de Directory Server, rempla\u00e7ant les donn\u00e9es existantes. Il ne permet pas d'en ajouter sans remplacer l'existant
INFO_INSTALLDS_TOOL_DESCRIPTION_688=Cet utilitaire permet d'installer Directory Server
INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=Cet utilitaire permet d'effectuer des op\u00e9rations de comparaison de LDAP dans Directory Server
INFO_LDAPDELETE_TOOL_DESCRIPTION_690=Cet utilitaire permet d'effectuer des op\u00e9rations de suppression de LDAP dans Directory Server