From 100a7f8b6227b86957e9c95fe51796b1435203e9 Mon Sep 17 00:00:00 2001
From: Sebastien Bertholet <sebastien.bertholet@forgerock.com>
Date: Wed, 14 May 2008 07:30:21 +0000
Subject: [PATCH] allow to use secure replication and to enable ssl (LDAPsport)
---
opends/tests/system-tests/scenario/conf.dtd | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/tests/system-tests/scenario/conf.dtd b/opends/tests/system-tests/scenario/conf.dtd
index 98f5a61..c9ac14a 100755
--- a/opends/tests/system-tests/scenario/conf.dtd
+++ b/opends/tests/system-tests/scenario/conf.dtd
@@ -56,7 +56,8 @@
<!ATTLIST security
sslEnabled ( true | false ) "false"
certificate ( generateSelfSigned ) "generateSelfSigned"
- startTlsEnabled ( true | false ) "false">
+ startTlsEnabled ( true | false ) "false"
+ secureReplication ( true | false ) "false" >
<!ELEMENT tuning (java?,databaseCachePercentage?,replicationPurgeDelay?)>
<!ELEMENT java EMPTY>
<!ATTLIST java
--
Gitblit v1.10.0