Petals Cockpit 0.22.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (11)

View Page History
h3. Using LDAP

{warning}
For now (Petals Cockpit *0.23.0)* LDAP connection is not functionnal.
{warning}

If an LDAP configuration section is added to the configuration file, Cockpit will go in LDAP mode. When in this mode, users (even admin) will only be able to log in Cockpit if they credentials are validated by the configured LDAP. If configuration in wrong or LDAP is down, user will not be able to log in. To use LDAP, add these lines :

{code}
ldapConfig:
url: "ldaps://testip:grosport/" "ldaps://40.52.0.10:363/"
bindDn: "dc=domain;dc=dominiquesanglier" "dc=domain-test;dc=com"
bindPass: "pouetpouetpouet" "bestpasswordever"
scope: "one"


|| Parameter || Optionnal || Default || Description ||
| url | no | \- | URL to reach LDAP instance |
| bindDn | no | \- | Binding distinguished name |
| bindPass | no | \- | Binding password |
| scope | yes | base | scope LDAP parameter to explore LDAP directories |
| filter | yes | inetOrgPerson | filter LDAP parameter to define entities to fetch |
| idAttribute\\ | | | |
| idAttribute \\ | yes | uid | Attribute uniquely identifying an entity |

h2. Launching Petals Cockpit