ldap


Get the latest docs

You are looking at documentation for an older release. Not what you want? Go to the current release documentation.

The cfy ldap command is used to set LDAP authentication to enable you to integrate your LDAP users and groups with Cloudify.

Optional flags

These will work on each command:

  • -v, --verbose - Show verbose output. You can supply this up to three times (i.e. -vvv)
  • -h, --help - Show this message and exit.

Commands

set

Usage

cfy LDAP set [OPTIONS]

Set Cloudify Manager to use the LDAP authenticator.

Required flags

-s, --ldap-server TEXT - The LDAP server address against which to authenticate.

-u, --ldap-username TEXT- The LDAP admin username to be set on the Cloudify Manager.

-p, --ldap-password TEXT - The LDAP admin password to be set on the Cloudify Manager.

-d, --ldap-domain TEXT - The LDAP domain to be used by the server.

Optional flags

-a, --ldap-is-active-directory - Specify whether the LDAP used for authentication is Active-Directory.

-e, --ldap-dn-extra TEXT - Additional LDAP DN options.

 

Example

  
$ cfy ldap set -s [LDAP SERVER ADDRESS] -u [LDAP ADMIN USERNAME] -p [LDAP ADMIN PASSWORD] -d [DOMAIN NAME]