If it's not a big hurdle, can you take care of it?
It would be nice to get rid of as many duplicates modules as we can.
--ovidiu
On Fri, Jul 2, 2010 at 10:46 AM, Juha Heinanen <jh(a)tutpro.com> wrote:
Ovidiu Sas writes:
also, it
would make sense to have a common auth module that could be
based on s one.
Is this something that can be relatively easy to achieve?
looks like it, since it didn't take from me more that a hour or so to
convert auth_radius module and i would think that it would be similar
effort to convert k auth_db and auth_diameter modules.
then these k auth module functions could be dropped:
5.4. is_rpid_user_e164()
5.5. append_rpid_hf()
5.6. append_rpid_hf(prefix, suffix)
and these would need to be migrated from k auth module to s auth module:
5.7. pv_www_authorize(realm)
5.8. pv_proxy_authorize(realm)
-- juha