jorgemen / nb-ldap-explorer

Automatically exported from code.google.com/p/nb-ldap-explorer
0 stars 0 forks source link

Improve referrel handling #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Referrels are currently followed in all cases. This is not always what the user 
expects - errors accessing referenced servers is currently fatal:

- It potentially slows the user down - if the user can live with partitial 
results or the user is sure, that the server he is connect to holds all 
information
- If produces problems in case of missconfigured directory where referrels are 
broken

Option for the last entry:
- make errors in referels non fatal and just report them to the user (the 
database module of netbeans for example reports errors in a log windows, this 
would be an option for this problem to).

Original issue reported on code.google.com by matthiasblaesing1@googlemail.com on 10 Aug 2012 at 7:24