From: <mi...@st...> - 2003-10-01 10:23:51
|
Mauro Cicognini wrote: > Michael Str=F6der wrote: >=20 >> Mauro Cicognini wrote: >> >>> May I say that I don't really care for ldap.initialize()? I must have= =20 >>> missed something, but I really can't understand why the older style=20 >>> should be deprecated. What's the real win over using ldap.open()? :-\= >> >> ldaps:// and ldapi:// >=20 > You mean there's no way to open a secure LDAP connection other than=20 > using initialize()? To use LDAP over SSL on a separate server port you need ldap.initialize()= =2E Using StartTLS extended operation is a different story. Anyway use ldap.initialize() when developing apps to be more flexible in = the long run. > Anyway, thanks for the explanation. >=20 > BTW, what's "ldapi://"? LDAP over Unix domain socket, no TCP (supported by OpenLDAP). Ciao, Michael. |