Actions
Bug #3762
closedAllow LDAPweb to continue working when referrals are down
Start date:
01/21/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3762
Description
Currently, the LDAPweb script iterates over each referrer when checking for existing names. If one of these fails to respond, the script dies with an erroneous 'unable to contact ldap.ecoinformatics.org' message. This should instead ignore missing referrals, and only require a connection to the primary LDAP listed in the 'auth.ldap' property.
Updated by Matt Jones almost 16 years ago
This is already done in register-dataset.cgi so that broken referrals are skipped, so you can probably model the code after that.
Actions