Hello,<br>I&#39;m reading about using memcache (<a href="http://www.opensips.org/Resources/DocsTutMemcache">http://www.opensips.org/Resources/DocsTutMemcache</a>) to cache passowords.<br>However, what if i need to disable calculate_ha1? When www_authorize/proxy_authorize completes, how could I know which password AVP was used (ha1 or ha1b)? <br>
I think I can concatenate the 2 passwords and cache it. Then when I need to authenticate again I could read from cache, split the passwords and try both. But is there a simpler way?<br><br>br,<br>takeshi<br><br>