linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Cannot manage to make actual ldap code work


From: Eric Valette
Subject: [Linphone-developers] Cannot manage to make actual ldap code work
Date: Mon, 26 Dec 2016 15:32:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1

hi,

An important feature for me is to be able to use ldap because we have more than 100K addresses entries. I tried to configure it, using same info that correctly works on jitsi but did not manage.

I had error in the message console, related to SASL entry missing.

reading required_config_keys[]

bind_dn sasl_authname sasl_realm are always required but test are done
if( (strcmp(auth_mechanism, "ANONYMOUS") == 0) || (strcmp(auth_mechanism, "SIMPLE") == 0) )

and ldap_simple_bind_s could be used instead.

Plus readding the code while I have no error, I do not see the thtread for query being created or connected be set to ojj->connected = 1

Then I have no clue on how I could send queries to ldap server. Any hint appreciated.

-- eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]