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 (9)

View Page History

{code}
ldapConfig:
url: "ldaps://40.52.0.10:363/" ldap://10.31.4.167:389
bindDn: "dc=domain-test;dc=com"
bindPass: "bestpasswordever"
scope: "one"

usersDn: ou=personnes,dc=my-domain,dc=com
usernameAttribute: uid
nameAttribute: cn
{code}



|| 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 \\ | yes | uid | Attribute uniquely identifying an entity |
| usersDn | no | \- | Distinguished name |
| usernameAttribute | no | \- | Attribute name used on LDAP to uniquely identify an user. |
| nameAttribute | yes | cn | Attribute name used on LDAP as user display name |
| passwordAttribute | yes | password | Attribute name used on LDAP as password |
h2. Launching Petals Cockpit