Recursive browsing using JDBC insert.
Status: Beta
Brought to you by:
bigman921
MyVD version 0.8.3
JDBC Driver Oracle 10.1.0.5
I experiment an issue using JDBC insert :
When I browse the LDAP tree generarated by myvd in a LDAP
browser, I've got a recursive tree :
The branch ou=users,ou=mycompany is listing all the
users by uid and for each user, as a child, I can see all
the items by uid again and so on ...
uid=xxxxx
|_uid=xxxxx
|_uid=xxxxx
I am seeing the same thing with MS SQL 2005, using 1.2 MS SQL JDBC driver.