Hi, I'm trying to connect to a Linux OpenLDAP server with OOBase (OOo 3.1, windows XP). The LDAP server works fine and I can connect to it through various tools, including PHPLDAPAdmin and Apache Directory.
When I try to connect to my LDAP server with OOo native LDAP driver, it always says "Unable to establish a connection to LDAP server". My parameters are the same than the ones I use with other tools and I allowed my LDAP server to use the V2 binding system, just in case. When I try to connect with OctetString's JDBC-LDAP bridge (http://www.openldap.org/jdbcldap/), I can connect with the same params, but I don't see any tables (but I suspect this should be normal) and I can't do any single request : It always says "Invalid DN Syntax". I use this URL : jdbc:ldap://xxx.xxx.xxx.xxx:389/dc=xxxxxx,dc=xxx?search_scope:=subTreeScope this class : com.octetstring.jdbcLdap.sql.JdbcLdapDriver and try this simple request : SELECT sn FROM SearchBase WHERE uid = 'myUser' I'd rather like to use OOo's native driver, but I'll take any suggestion, even if I have to use another driver. I saw in the mailing list that people can connect to LDAP servers with OOBase, but I didn't find any message related to connection problems. Has anyone an idea ? Thx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
