Dear list, <br>
<br>
I have Kamailio 4.4.1 running with local mysql authentication (WITH_MYSQL/WITH_AUTH).<br>
<br>
i have RADIUS and LDAP services running. <br>
<br>
I would like to use all of them (MYSQL+RADIUS+LDAP) for Authentication. <br>
<br>
How is the best "kamailio.cfg" approach to use all defined users on RADIUS and LDAP? so, when a user try to login, kamailio will try MYSQL, them LDAP, them RADIUS. If user/password are not define on any of those 3 system, authentication will fail.<br>
<br>
Do i need modify my current LDAP tree? Im trying to using standart "userPassword" attribute.<br>
This is my reference:<br>
<br>
<a href="http://www.kamailio.org/wiki/tutorials/mini-howto-admin/ldap-user-auth">http://www.kamailio.org/wiki/tutorials/mini-howto-admin/ldap-user-auth</a><br>
<br>
i would like to "add" route[LDAPAUTH], not to "replace" route [AUTH].<br>
<br>
<br>
Kind Regards<br>
<br>
<br>