On (29/04/15 14:56), Jakub Hrozek wrote:
On Wed, Apr 29, 2015 at 12:50:02PM +0000, Ondrej Valousek wrote:
Hi List,
I am experiencing a strange error with sssd-1.11.6-30 on RHEL-6 machine it produces error:
Do you have the latest updates installed?
(Wed Apr 29 12:05:02 2015) [sssd[be[default]]] [sdap_get_generic_ext_done] (0x0040): Unexpected result from ldap: Referral(10), 0000202B: RefErr: DSID-03100742, data 0, 1 access points ref 1: 'ad.example.com'
We didn't ignore referrals correctly until 1.12, I think. Since 1.12 is already working for you fine, 6.7 would magically solve your problem, we're upgrading to 1.12 there..
It was fixed in upstream 1.11.7 commit e6c56ab04e9b3669a7f7a87e49752c22d72e8e8a Author: Jakub Hrozek jhrozek@redhat.com Date: Wed Aug 20 14:00:38 2014 +0200
LDAP: Ignore returned referrals if referral support is disabled
Reviewed-by: Pavel Reichl preichl@redhat.com (cherry picked from commit a2ea3f5d9ef9f17efbb61e942c2bc6cff7d1ebf2)
sh$ $git tag --contains e6c56ab04e9b3669a7f7a87e49752c22d72e8e8a sssd-1_11_7
So you can test with back-ported version https://copr.fedoraproject.org/coprs/lslebodn/sssd-1-11/
LS