Default Identifier Dictionary

When no Identifier Dictionary is specified in the corresponding category (user, or group), CopyTarget will search for any existing Identifier Dictionary relative to the ${TARGET_DIRECTORY} that is specified by the user. The default search paths are ${TARGET_DIRECTORY}/etc/passwd and ${TARGET_DIRECTORY}/etc/group and if any one of these exist, CopyTarget will take the values from these dictionaries.

Occasionally, users may not wish to use the dictionaries residing in the ${TARGET_DIRECTORY}; however, if such dictionaries do exist, CopyTarget will attempt to use them. If the user does not want to use default search paths, the command arguments corresponding to the dictionaries must be provided and pointed to an empty string. This means that one or both argument parameters should be set to empty string as in --user_identifier_dictionary="" and/or --group_identifier_dictionary="".