From 2a3cd87b0dcf8c49626b49462fe083fa96d6da5b Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Wed, 11 Oct 2006 17:27:50 +0000
Subject: [PATCH] Added the startTLS test suite to the Security Test Group.

---
 opends/tests/functional-tests/shared/data/security/startTLS/setup/enable_startTLS.ldif |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/shared/data/security/jks/teardown/disable_ldaps_conn_handler.ldif b/opends/tests/functional-tests/shared/data/security/startTLS/setup/enable_startTLS.ldif
similarity index 86%
copy from opends/tests/functional-tests/shared/data/security/jks/teardown/disable_ldaps_conn_handler.ldif
copy to opends/tests/functional-tests/shared/data/security/startTLS/setup/enable_startTLS.ldif
index 0388df0..cc38888 100644
--- a/opends/tests/functional-tests/shared/data/security/jks/teardown/disable_ldaps_conn_handler.ldif
+++ b/opends/tests/functional-tests/shared/data/security/startTLS/setup/enable_startTLS.ldif
@@ -23,5 +23,8 @@
 #      Portions Copyright 2006 Sun Microsystems, Inc.
 #
 
-dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config
-changetype: delete
+dn: cn=LDAP Connection Handler,cn=Connection Handlers,cn=config
+changetype: modify
+replace: ds-cfg-allow-start-tls
+ds-cfg-allow-start-tls: true
+

--
Gitblit v1.10.0