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

Re: ldap_bind PHP



> I don't know if this is the forum for this but here it goes. I have a
> good deal of experience using LDAP for Samba backend. Now I'm working on
> using OpenLDAP for authentication of web users access a PostgreSQL
> database.
> Specifically:
> When you look at what transpires on the screen the difference seems to
> be the message "requested protocol version not allowed" when using PHP
> to access the LDAP server.

PHP is using LDAPv2 (I don't think it even supports LDAPv3 at this
point, it hasn't previously).  Check out the annotated PHP manual (on
their site),  this issue is documented.