Martin Peřina has posted comments on this change.

Change subject: tools: Fix command line args in engine-manage-domains
......................................................................


Patch Set 2:

$ ./bin/engine-manage-domains --help
usage: engine-manage-domains <action> [<args>]
Available actions:
        add         add a domain using specified provider and user
        edit        edit an existing domain
        delete      delete an existing domain
        validate    validate the current configuration
        list        list the current configuration

Add domain:
        engine-manage-domains add --domain=DOMAIN --provider=PROVIDER 
--user=USER  [--add-permissions] [--config-file=CFG_FILE] 
[--ldap-servers=SERVERS] [--password-file=PASS_FILE] [--change-password-url=URL]

Edit domain:
        engine-manage-domains edit --domain=DOMAIN [--provider=PROVIDER] 
[--user=USER]  [--add-permissions] [--config-file=CFG_FILE] 
[--ldap-servers=SERVERS] [--password-file=PASS_FILE] [--change-password-url=URL]

Delete domain:
        engine-manage-domains delete --domain=DOMAIN [--force] 
[--config-file=CFG_FILE] [--password-file=PASS_FILE]

Validate configuration:
        engine-manage-domains validate [--report] [--config-file=CFG_FILE]

List configuration:
        engine-manage-domains list [--config-file=CFG_FILE]

Options:
--add-permissions
        Add engine superuser permissions to the user.

--change-password-url=URL
        The URL to be returned to the user in case the password has expired.

--config-file=CFG_FILE
        Use the given alternate configuration file.

--domain=DOMAIN
        The domain you wish to perform the action on.

--force
        Skip confirmation of a delete operation.

--help
        Show this help message and exit.

--ldap-servers=SERVERS
        A comma delimited list of LDAP servers to be set to the domain.

--provider=PROVIDER
        The LDAP provider type of server used for the domain, can be one of:
                AD        Microsoft Active Directory
                IPA       freeIPA
                RHDS      Red Hat Directory Server
                ITDS      IBM Tivoli Directory Server
                OLDAP     OpenLDAP

--report
        Report all validation error, if occured (default behaviour is to exit 
when a validation error occurs).

--user=USER
        The domain user.

--password-file=PASS_FILE
        A  file containing the password (if it's not set, the password will be 
read interactively).
Manage Domains completed successfully

-- 
To view, visit http://gerrit.ovirt.org/23842
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1296958a54d8b802e0d6fb59f1f75cc608e75818
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Martin Peřina <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to