[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_init vs ldap_open?



Hello again,

After reading about ldap_init and ldap_open, it seems that ldap_open will
be deprecated soon, and I should use ldap_init.  But ldap_init never works
for me.  I'm going to debug why, but when I use ldap_open, a connection is
made and I can perform updates/queries/etc.  When I use ldap_init, and
then ldap_bind, I get an error from the bind call.  I just want to double
check that I should be using ldap_init and not ldap_open (for now, I will
stick with ldap_open since it works)

Thanks,
Seth