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

View Page History
The console filter _cockpit-server-filter-factory_ filters out all output from _org.ow2.petals.cockpit.server.*,_ in order to prevent duplicates from the specific logger it is advised to leave it.

h3. Using LDAP

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/"
bindDn: "dc=domain;dc=dominiquesanglier"
bindPass: "pouetpouetpouet"
scope: "one"

{code}



|| Parameter || Optionnal || Default || Description ||
| url | | | |
| | | | |
| | | | |
| | | | |
| | | | |

h2. Launching Petals Cockpit