Skip to content

Commit

Permalink
fix(clapi) add ldap_sync_interval and ldap_auto_sync in clapi LDAP pa…
Browse files Browse the repository at this point in the history
…rameters list (#2883)
  • Loading branch information
a-launois authored Dec 19, 2023
1 parent 2c1f229 commit 3a629e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion versioned_docs/version-24.04/api/clapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ centreon -u admin -p 'centreon' -o ENGINECFG -a del -v "Centreon Engine cfg for

#### Setparam

If you want to change a specific parameter of a Centreon Engine configuration, use the **SETPARAM** action. To
If you want to change a specific parameter of a Centreon Engine configuration, use the **SETPARAM** action. To
identify the configuration to update, use its name:

``` shell
Expand Down Expand Up @@ -3746,6 +3746,8 @@ The parameters that you may change are the following:
| ldap\_srv\_dns | DNS server (only used when ldap\_dns\_use\_domain is set to 1) |
| ldap\_store\_password | Store password in database or not (0 or 1) |
| ldap\_template | Possible values: Posix, Active Directory |
| ldap\_auto\_sync | Enable LDAP synchronization on login (0 or 1) |
| ldap\_sync\_interval | Specify the interval between LDAP synchronizations (in hours) |
| protocol\_version | Protocol version (2 or 3) |
| user\_base\_search | User base search |
| user\_email | User email |
Expand Down

0 comments on commit 3a629e6

Please sign in to comment.