From aecfbe7e2aef7de37efacf4719eee7cdea241efc Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Mon, 19 Jan 2009 14:38:34 +0000
Subject: [PATCH] Add cipher strength + max.recv.buffer size + more ssf testcases to SASL test suite
---
opends/tests/staf-tests/shared/functions/ldap.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/ldap.xml b/opends/tests/staf-tests/shared/functions/ldap.xml
index 6b721ad..82f00d1 100755
--- a/opends/tests/staf-tests/shared/functions/ldap.xml
+++ b/opends/tests/staf-tests/shared/functions/ldap.xml
@@ -3372,7 +3372,7 @@
STAFCmdParamsList.append('--strength "%s"' % strength)
if maxbuffersize:
- STAFCmdParamsList.append('--maxbufsize "%s"' % maxbufsize)
+ STAFCmdParamsList.append('--maxbufsize "%s"' % maxbuffersize)
STAFCmdParams=' '.join(STAFCmdParamsList)
--
Gitblit v1.10.0