Hello
The man page says that ldap_initialize should not be re-entered, since it does initialize the library.
As I understand this statement, it means that it can be called multiple times (to get simultaneous connexions to multiple LDAP servers), provided the calls are done sequentially.
Is that right?