From 738d87c1bf1e177e92aeb23e40d69e92156a5066 Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Fri, 10 Nov 2017 22:12:18 +0100 Subject: [PATCH] Correct sync_schedule in ucp-description-file.md (#5274) * Correct sync_schedule in ucp-description-file.md The sync_schedule parameter in the auth.ldap section of the UCP Configuration file contains a seconds field, whilst the existing documentation claims this is omitted. Should explicitly call out inclusion of seconds field here, as this is usually omitted in a standard CRON entry. * Update UCP config Make explicit that the `sync_schedule` needs to include the seconds field, but it always needs to be zero. --- .../ucp/2.2/guides/admin/configure/ucp-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file.md b/datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file.md index b210ebeaa9..123c324fba 100644 --- a/datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file.md +++ b/datacenter/ucp/2.2/guides/admin/configure/ucp-configuration-file.md @@ -99,7 +99,7 @@ for modifying this config file. | `tls_skip_verify` | no | Set to `true` to skip verifying the server's certificate when establishing a TLS connection, which isn't recommended unless testing on a secure network. The default is `false`. | | `reader_dn` | no | The distinguished name the system uses to bind to the LDAP server when performing searches. | | `reader_password` | no | The password that the system uses to bind to the LDAP server when performing searches. | -| `sync_schedule` | no | The scheduled time for automatic LDAP sync jobs, in CRON format with seconds omitted, default is @hourly if empty or omitted. | +| `sync_schedule` | no | The scheduled time for automatic LDAP sync jobs, in CRON format. Needs to have the seconds field set to zero. The default is @hourly if empty or omitted. | | `jit_user_provisioning` | no | Whether to only create user accounts upon first login (recommended). The default is `true`. |