Hi Rico, what the PL/SQL package is trying to say to you is that : attribute '0.9.2342.19200300.100.1.1' is not indexed...
You should run the indexer package to index it in the way you wish, you will find some self explaining procedures inside this package, but let me know if you need help... Cheers, Andrea 2010/10/15, Rico Friedrich <[email protected]>: > Dear Andrea Gariboldi, > > using your provided source apacheds-oracle I found an error when doing > ldap search. Other seems to work fine. > If you mention it as a bug (see the exception below) I can help you fix > it. Its the plsql package in the schema.sql. > > I'm glad to hear from you in this case. > > Best wishes, Rico > > > (javax.naming.NamingException) javax.naming.NamingException: [LDAP: > error code 80 - OTHER: failed for SearchRequest > baseDn : > '0.9.2342.19200300.100.1.25=ballie,0.9.2342.19200300.100.1.25=ch' > filter : > '(|(0.9.2342.19200300.100.1.1=sysadmin)(2.5.4.0=referral))' > scope : whole subtree > typesOnly : false > Size Limit : no limit > Time Limit : no limit > Deref Aliases : deref Always > attributes : 'userpassword' > : ORA-20001: attribute '0.9.2342.19200300.100.1.1' is not indexed > ORA-06512: in "APACHEDS.FILTER", Zeile 373 > ORA-06512: in "APACHEDS.FILTER", Zeile 563 > ORA-06512: in "APACHEDS.FILTER", Zeile 567 > ORA-06512: in Zeile 1 > ORA-06512: in "APACHEDS.PARTITION_FACADE", Zeile 106 > ]; remaining name 'dc=ballie,dc=ch' > >
