Change use of $tls_cipher in client context to $tls_out_cipher.
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 15 May 2012 21:51:53 +0000 (22:51 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 4 Jun 2012 13:57:04 +0000 (14:57 +0100)
test/confs/3455
test/confs/3465

index 274de63165d13ac53f2accc2b934c46ae8f040ed..ab26f43cc35c2dde1b1bd82f6b4d8b5a41e5b047 100644 (file)
@@ -36,7 +36,7 @@ plain:
   server_condition = "\
     ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}"
   server_set_id = $2
-  client_condition = ${if !eq {$tls_cipher}{}}
+  client_condition = ${if !eq {$tls_out_cipher}{}}
   client_send = ^userx^secret1
 
 login:
index adadeb0591f66b0a99cecca66147f5b435dfa811..161fff526ddd1b09aaa526dc89978fbe396e1e92 100644 (file)
@@ -36,7 +36,7 @@ plain:
   server_condition = "\
     ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}"
   server_set_id = $2
-  client_condition = ${if !eq {$tls_cipher}{}}
+  client_condition = ${if !eq {$tls_out_cipher}{}}
   client_send = ^userx^secret1
 
 login: