On 11/18/2013 10:11 PM, Alex Rousskov wrote: > On 11/18/2013 10:51 AM, Tsantilas Christos wrote: >> On 11/17/2013 07:00 AM, Alex Rousskov wrote: >>> On 11/16/2013 08:01 PM, Amos Jeffries wrote: >>>> On 17/11/2013 3:21 p.m., Alex Rousskov wrote: >>>>> auth_param digest key_suffix "%lp" >>> >>>> Halfway: key_extras ? >>> >>> >>> Works for me. >> >> Just to summarize. >> Is this means that the request_realm renamed to key_extras? > > > AFAICT, both request_format and request_realm are kind of merged and > renamed to key_extras. That single option will control both the request > format (appending the configured extras to the current request buffer) > and the key format (appending the configured extras to the current key).
My understanding is that we need: 1) Allow configuring the request format using one of the following: a) Use a request_format configuration parameter plus the %credentials formating code b) Use the following request format: [prefix] credentials [key_extras] 2) A request_realm similar functionality to define a domain where the the user is valid. If none defined the %request_format or the %key_extras will be used. I must note that the key_extras does not remove the need for the request_realm. Regards, Christos > > > HTH, > > Alex. > >