Revision 872
Added by Matt Jones about 23 years ago
src/edu/ucsb/nceas/metacat/AuthLdap.java | ||
---|---|---|
78 | 78 |
this.ldapsUrl = MetaCatUtil.getOption("ldapsurl"); |
79 | 79 |
this.ldapBase = MetaCatUtil.getOption("ldapbase"); |
80 | 80 |
this.referral = MetaCatUtil.getOption("referral"); |
81 |
this.referral = "ignore"; |
|
82 |
System.out.println("LDAPBASE is: " + ldapBase); |
|
81 |
//this.referral = "ignore";
|
|
82 |
//System.out.println("LDAPBASE is: " + ldapBase);
|
|
83 | 83 |
} |
84 | 84 |
|
85 | 85 |
/** |
Also available in: Unified diff
Re-enabled referrals which I had turned off for debugging purposes.