On Sat, Mar 08, 2003 at 08:51:46PM -0700, Chad Leigh -- Shire. Net LLC wrote: > Here is a follow up. The debug output of the OpenLDAP server says > "requested protocol version not allowed" . I am not an LDAP guru so I > don't know what that means...
Probably the client is trying a v2 bind but the server has been configured only to allow v3. There is an option you can give to the OpenLDAP server to allow v2 binds for backwards compatibility. I can't remember what it is exactly, but it's something like 'allow_v2_bind" - grep through the man pages and you should find it. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
