[SSSD] sssd 1.8.4 on Debian -- fails with "ldap_result error: [Success]"

Jakub Hrozek jhrozek at redhat.com
Mon Jun 4 09:39:39 UTC 2012


On Mon, Jun 04, 2012 at 12:06:05PM +0300, Mantas M. wrote:
> I'm trying to configure sssd 1.8.4 on a Debian Sid server to use a
> LDAP+Kerberos domain, and I'm getting this error in sssd debug log:
> 
> > [sdap_process_result] (0x0040): ldap_result error: [Success]

Looking at the code, it seems that ldap_result() returned -1, but at the
same time it set the error message to success..

> In other words, it seems to be able to connect, but considers "Success"
> to be an error...
> 
> The configuration for the domain is simple, and works on Arch Linux:

Are you using 1.8.4 on Arch as well? I would suspect a bug in the
openldap Debian package..

> 
> > [domain/nullroute]
> >   enumerate = false
> >   dns_discovery_domain = nullroute.eu.org
> >   id_provider = ldap
> >   auth_provider = krb5
> >   ldap_uri = _srv_, ldap://radian.cluenet.org
> >   ldap_search_base = dc=nullroute,dc=eu,dc=org
> >   krb5_realm = NULLROUTE.EU.ORG
> 
> I'd appreciate any help.



More information about the sssd-devel mailing list