Skip to main content

AddOpenLdapIdentityProvider

Adds a new identity provider for Open LDAP.

Examples

Basic usage:

octo-cli -c AddOpenLdapIdentityProvider `
-n "OpenLDAP" `
-h "ldap.example.com" `
-p "389" `
-ubdn "cn=users,dc=example,dc=com" `
-uan "uid" `
-e "true" `
-asr "false"

Options

ShortLongRequiredDescription
-n--nameyesName of identity provider, must be unique
-e--enabledyesTrue if identity provider should be enabled, otherwise false
-h--hostyesHost
-p--portyesPort of host
-ubdn--userBaseDnyesUser base DN, e. g. cn=users,dc=meshmakers,dc=cloud
-uan--userAttributeNameyesUser name attribute name, e. g. uid
-asr--allowSelfRegistrationnoAllow self registration (default: true)
-dgid--defaultGroupRtIdnoDefault group RtId for new users