You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi. Is there any way to disable CAS 5.x from following referrals returned by Active Directory when using the root level DC=DOMAIN,DC=COM to search? I believe this was done in earlier versions by ignoring partial results. I couldn't find any properties or settings in 5.x.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
I spent hours of search and it seems there once was a "followReferrals" property that no longer works in 5.3.x. When I try setting it, the application refuses to start. I tried all kinds of properties without success. From what I can tell, it looks like the property may have existed in CAS 4.x and must have been removed in 5.x (just my guess).
I ended up grabbing the source code for ldaptive and recompiling it with the referral-following block commented out (AbstractReferralHandler.java). It's not the best solution but it works and appears to be the only way.
- Mike
Andy Ng
unread,
Nov 26, 2018, 8:50:24 PM11/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi all,
Not familiar with the subject, just want to comment on the part about "followReferrals" not existing in 5.3.x.
From what I can tell, followReferrals doesn't seems to be in CAS 5.3.x branch, but it seems to be in the CAS master branch.
Maybe it was being dropped in CAS 5.x, then re-added back to CAS 6.x once it launches? Idk much about this "followReferrals" and what it does so can't research further...