diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
commit | 4730f9424e0addeb902cc842508eea3f47a131ca (patch) | |
tree | 1aecf2add22e0e8206feb5ca136d626c765d294e /test/confs | |
parent | ed72ace5f09d07c620b96efaf72d328d6e7439be (diff) |
Make server prompts available in $auth<n> when plaintext is running as a
client.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/3401 | 5 | ||||
-rw-r--r-- | test/confs/3404 | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/confs/3401 b/test/confs/3401 index d2cf9c972..6406e3178 100644 --- a/test/confs/3401 +++ b/test/confs/3401 @@ -28,6 +28,11 @@ plain: public_name = PLAIN client_send = ^userx^secret +xlogin: + driver = plaintext + public_name = XLOGIN + client_send = : $auth1 : $auth1+$auth2 + # ----- Routers ----- diff --git a/test/confs/3404 b/test/confs/3404 index afff4bf73..dc556e961 100644 --- a/test/confs/3404 +++ b/test/confs/3404 @@ -27,6 +27,7 @@ login: driver = plaintext public_name = LOGIN client_send = :userx:secret + client_ignore_invalid_base64 # ----- Routers ----- |