hi all, Thanx Klaus and Bogdan, for rectifying my idea about using Openser in multi-domain environment. It did help me a lot. But sorry to ask one more question regarding the same issue. How do we authenticate the clients in multi-domain environment. I beleive openser allows to add users with same username in different domain!! If so then is it required that, when a call is made to
such user the caller needs to specify the complete username with domain.. I did not actually check how it
works but i thought just to clear the doubt. And how do we authenticate the users registered in different domains. pls help me understand this.. Thanx a lot for previous responses.
Jayesh
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
Juha Heinanen writes:
if realm doesn't contain domain. it is taken from from uri.
i'll try again. when proxy receives a request that needs to be authenticated, it sends back 401/407 where realm contains domain of from uri.
if subsequent request doesn't have domain in username of p-a header, it is assumed to be the one specified by realm.
-- juha