From ed9164aba11e6999f5af55a015c63649343fe354 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 29 Mar 2006 18:09:01 +0000 Subject: [PATCH 1/1] Describe target-authentication. --- doc/reference.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- etc/config.xml | 3 ++- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index dde1e4b..3e52ecb 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -577,6 +577,53 @@ +
+ target-authentication + + The element target-authentication specifies + fixed authentication information to be sent to the backend target. + + + This element takes a an attribute type which is + the authenticatin type to be used.. + + + none + + + No authentication. There is no CDATA associated with this. + + + + + anonymous + + + Anonymous authentication. There is no CDATA associated with this. + + + + + open + + + Open authentication. The CDATA consists of the + open authentication string. + + + + + idPass + + + IdPass authentication. The CDATA consists of + three terms: user, group and password. + + + + +
+
log @@ -696,7 +743,7 @@ - + localhost:9999 30 60 + a/b 1000000 1000 -- 1.7.10.4