- kamailio core dumps when it can't verify ssl certificate. Propably an error code the module does not parse.
- I can't get the "DN" for a result. All attributes work.
Will dig deeper into this, but if someone has solved these issues or seen them, I would appreciate feedback.
Cheers, /O
29 nov 2009 kl. 12.14 skrev Olle E. Johansson:
kamailio core dumps when it can't verify ssl certificate. Propably an error code the module does not parse.
I can't get the "DN" for a result. All attributes work.
Will dig deeper into this, but if someone has solved these issues or seen them, I would appreciate feedback.
Dear Olle,
DN is not an attribute and you can't get that as a result of ldap_search. I suggest you implement ldap_getdn as a function if you need the DN of the result.
You might as well, while you're at it, implement ldap_get(<dn>) to get a specific record.
Please try to solve the core dump issue a.s.a.p as we're soon going to release.
Yours truly, /Olle
On 12/7/09 1:36 PM, Olle E. Johansson wrote:
29 nov 2009 kl. 12.14 skrev Olle E. Johansson:
- kamailio core dumps when it can't verify ssl certificate. Propably an error code the module does not parse.
do you have the backtrace?
Is kamailio compiled with tls support?
Cheers, Daniel
- I can't get the "DN" for a result. All attributes work.
Will dig deeper into this, but if someone has solved these issues or seen them, I would appreciate feedback.
Dear Olle,
DN is not an attribute and you can't get that as a result of ldap_search. I suggest you implement ldap_getdn as a function if you need the DN of the result.
You might as well, while you're at it, implement ldap_get(<dn>) to get a specific record.
Please try to solve the core dump issue a.s.a.p as we're soon going to release.
Yours truly, /Olle _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
7 dec 2009 kl. 13.52 skrev Daniel-Constantin Mierla:
On 12/7/09 1:36 PM, Olle E. Johansson wrote:
29 nov 2009 kl. 12.14 skrev Olle E. Johansson:
- kamailio core dumps when it can't verify ssl certificate. Propably an error code the module does not parse.
do you have the backtrace?
I will try. Do I need to recompile with some flag or does kamailio always have non-optimized code?
Is kamailio compiled with tls support?
I think so.
/O (one of myself, me and I)
Cheers, Daniel
- I can't get the "DN" for a result. All attributes work.
Will dig deeper into this, but if someone has solved these issues or seen them, I would appreciate feedback.
Dear Olle,
DN is not an attribute and you can't get that as a result of ldap_search. I suggest you implement ldap_getdn as a function if you need the DN of the result.
You might as well, while you're at it, implement ldap_get(<dn>) to get a specific record.
Please try to solve the core dump issue a.s.a.p as we're soon going to release.
Yours truly, /Olle _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
-- Daniel-Constantin Mierla
--- * Olle E Johansson - oej@edvina.net * Cell phone +46 70 593 68 51, Office +46 8 96 40 20, Sweden
On 12/7/09 1:55 PM, Olle E. Johansson wrote:
7 dec 2009 kl. 13.52 skrev Daniel-Constantin Mierla:
On 12/7/09 1:36 PM, Olle E. Johansson wrote:
29 nov 2009 kl. 12.14 skrev Olle E. Johansson:
- kamailio core dumps when it can't verify ssl certificate. Propably an error code the module does not parse.
do you have the backtrace?
I will try. Do I need to recompile with some flag or does kamailio always have non-optimized code?
you should get it with default makefile. Be sure you have proper ulimit size for core and kamailio can write in the working directory (default is the root: / ).
Cheers, Daniel
Is kamailio compiled with tls support?
I think so.
/O (one of myself, me and I)
Cheers, Daniel
- I can't get the "DN" for a result. All attributes work.
Will dig deeper into this, but if someone has solved these issues or seen them, I would appreciate feedback.
Dear Olle,
DN is not an attribute and you can't get that as a result of ldap_search. I suggest you implement ldap_getdn as a function if you need the DN of the result.
You might as well, while you're at it, implement ldap_get(<dn>) to get a specific record.
Please try to solve the core dump issue a.s.a.p as we're soon going to release.
Yours truly, /Olle _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
-- Daniel-Constantin Mierla
- Olle E Johansson - oej@edvina.net
- Cell phone +46 70 593 68 51, Office +46 8 96 40 20, Sweden