checkloginmappings deprecated

PACKAGE: open-xchange-core

NAME

checkloginmappings - checks the entry in login2context table that belongs to specified context for existence of context identifier.

SYNOPSIS

checkloginmappings [[[-c contextId] | [-a]] -A masterAdmin | contextAdmin -P masterAdminPassword | contextAdminPassword [-p RMI-Port] [-s RMI-Server]] | [-h]

DESCRIPTION

This command line tool checks the entry in login2context table that belongs to specified context for existence of context identifier.

OPTIONS

-c, --context contextId : The context identifier. Mandatory and mutually exclusive with -a.

-a, --all : The flag to signal that contexts shall be processed. Mandatory and mutually exclusive with -c.

-A, --adminuser masterAdmin : Master admin user name for authentication. Optional, depending on your configuration.

-P, --adminpass masterAdminPassword : Master admin password for authentication. Optional, depending on your configuration.

-s, --server rmiHost : The optional RMI server (default: localhost).

-p, --port rmiPort : The optional RMI port (default:1099).

-h, --help : Prints a help text.

--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).

EXAMPLES

checkloginmappings -A oxadminmaster -P secret -c 1337

Checks the login mappings for the specified context.