Revision 3941
Added by Jing Tao over 16 years ago
src/edu/ucsb/nceas/metacat/AuthLdap.java | ||
---|---|---|
376 | 376 |
} catch (ReferralException e) { |
377 | 377 |
logMetacat.warn("Got referral: " + e.getReferralInfo()); |
378 | 378 |
// Point to the new context from the referral |
379 |
DirContext storedConext = sctx; |
|
379 |
//DirContext storedConext = sctx;
|
|
380 | 380 |
try |
381 | 381 |
{ |
382 | 382 |
if (moreReferrals) { |
Also available in: Unified diff
Check into cvs head. Comment out an obsoleted code.