From 176919e2700e49462eadc0f412237579e4d76165 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 16 Jul 2006 04:22:43 +0000
Subject: [PATCH] Update the task backend to change the format of the ds-cfg-task-retention-time configuration attribute from an integer (with the value specified in seconds) to an integer with unit (specified as an integer value followed by a unit of "seconds", "minutes", "hours", "days", or "weeks").  Also change the syntax of the attribute in the schema from integer to directory string.

---
 opends/resource/config/config.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif
index 1f26876..f685f39 100644
--- a/opends/resource/config/config.ldif
+++ b/opends/resource/config/config.ldif
@@ -233,7 +233,7 @@
 ds-cfg-backend-writability-mode: enabled
 ds-cfg-backend-base-dn: cn=tasks
 ds-cfg-task-backing-file: config/tasks.ldif
-ds-cfg-task-retention-time: 86400
+ds-cfg-task-retention-time: 24 hours
 
 dn: cn=Connection Handlers,cn=config
 objectClass: top

--
Gitblit v1.10.0