On Sun, Oct 26, 2003 at 03:42:48PM +0600, dipak wrote: > i have installed sqwebmail with ldap authentication. but when i try to > login i get an error message given below. ... > "requested protocol version not allowed" . > > what is wrong with my configuration ? pls suggest.
Probably that Courier is attempting an LDAP V2 bind, but your slapd only allows V3. There is a configuration setting something like "allow v2 bind" which you can set in slapd.conf (I can't remember what it is exactly, but you can find it in the OpenLDAP docs) It would be good if courier would change to using v3 binds by default. It uses version3 for LDAP over TLS, but not normal LDAP. Regards, Brian.
