I’m trying to create use the realtime postgresmodule, using an import from our organisation’s LDAP directory.
I would like them to be able to authenticate their SIP clients using the same password as that stored in the directory.
bugs.digium.com/view.php?id=5424 has reference to the a patch enabling sip channels to authenticate against radius. My C isn’t that good (more like non-existent), but is doesn’t appear to be there any more. Has it been moved off to another module?
If the answer’s yes, can you:
- Authenticate direct to LDAP (or must it be via PAM -> radius)
- modify sip_conf table, delete column secret and add one called auth_type?.
Thanks in advance,