Peter,
sorry for the delay (other duties to take care off).
In any case, I found it. This is the orginal fragment in the sitemap
<map:match pattern="do-login">
<map:act type="auth-login">
<map:parameter name="handler" value="sopashandler"/>
<map:parameter name="parameter_userid"
value="{request-param:userid} " />
<map:parameter name="parameter_password"
value="{request-param:password} " />
<map:redirect-to uri="p-index"/>
</map:act>
<map:redirect-to uri="login"/>
</map:match>
This is the correct one:
<map:match pattern="do-login">
<map:act type="auth-login">
<map:parameter name="handler" value="sopashandler"/>
<map:parameter name="parameter_userid"
value="{request-param:userid}" />
<map:parameter name="parameter_password"
value="{request-param:password}" />
<map:redirect-to uri="p-index"/>
</map:act>
<map:redirect-to uri="login"/>
</map:match>There was an extra space in the value of the request parameters that were send to the authenticator!
Well, this took more than a week to spot, but in any case it is working now.
Thanks again for your help.
--
Andre H. Juffer | Phone: +358-8-553 1161
The Biocenter and | Fax: +358-8-553-1141
the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland | WWW: www.biochem.oulu.fi/Biocomputing/--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
