The dumpusers
tool writes all groups, users and rules currently managed in a
Content Server into an XML file. You can use this file later on with the
restoreusers
tool to restore the user settings. The structure of the XML file is defined by the
lib/xml/coremedia-userrepository.xsd
schema.
It contains a nested structure of group elements which
contain rules defined for this group and elements representing the members of this group.
Groups managed in an external user repository only appear in the output file if there are rights rules defined for those groups.
usage: cm dumpusers -u <user> [other options] [[-e <encoding>] -f <dump-file-name>] available options: -d,--domain <domain name> domain for login (default=<builtin>) -e,--encoding <encoding> encoding for the output -f,--file <file> file name of the user repository dump -p,--password <password> password for login -u,--user <user name> user for login (required) -url <ior url> url to connect to -v,--verbose enables verbose output
Example 3.21.
The options have the following meaning:
Property | Description |
---|---|
-e | Defines the encoding for the output. Default is UTF-8. An encoding can only be used when the tool dumps in a file. |
-f | File name of the user repository dump. |
Table 3.25. Options of dumpusers