Hello guys, i would like to implement authentication for my sip extension with an openldap server. Following this guide http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices_id291590.html i see a template named [sip] to map the information of sip peers into ldap. But i'm not interested to create a template, i would only authenticate sip extensions using username and password stored in ldap database. How can i configure this mechanism? Thanks in advice, Regards.
You just need a program(C, PHP, Perl) to query LDAP and update SIP. The example you list requires realtime, but if you "roll your own", you could update /etc/asterisk/sip.conf and issue an 'asterisk -rx "sip reload' to update when needed. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Giuseppe Longo Sent: Wednesday, October 31, 2012 8:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk and OpenLDAP Hello guys, i would like to implement authentication for my sip extension with an openldap server. Following this guide http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/External Services_id291590.html i see a template named [sip] to map the information of sip peers into ldap. But i'm not interested to create a template, i would only authenticate sip extensions using username and password stored in ldap database. How can i configure this mechanism? Thanks in advice, Regards. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Based on my knowledge, the general section provides an interface to your LDAP server and the sipuser section sets up one static user. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Giuseppe Longo Sent: Wednesday, October 31, 2012 9:02 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk and OpenLDAP This configuration is wrong? [_general] url=ldap://172.16.0.103:389 protocol=3 basedn=dc=shifteight,dc=org user=cn=admin,dc=shifteight,dc=org pass=canada [sipuser] name=cn type=friend context=default host=dynamic secret=AstAccountSecret canreinvite=yes directrtpsetup=no call-limit=3 nat=yes qualify=yes register=no session-timers=accept session-expires=60 session-minse=120 session-refresher=uac register => sipuser:xxx at xxx/sipuser defaultip=192.168.23.107 disallow=all allow=gsm -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users