set soap->userid directly
Brought to you by:
marioavs
Hi,
i attached a small patch which set the username (if set when http auth is
enabled) in the request to the soap->userid field directly.
request_soap->userid = r->user;
With this an client dont't have to dereference the whole http request
record passed via the soap->user field in the service method. You did it
also with the request_soap->ip, so why not also with the userid.
Greetings
Michael Radzewitz
set soap->userid directly
That's a nice suggestion. It will depend on the client to properly manage the credentials.
MV