Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Alexander Gordeev
В Wed, 23 Jun 2010 20:57:10 +0400 Alexander Gordeev пишет: > On Wed, 23 Jun 2010 16:33:17 +0200 > Sumit Bose wrote: > > > This message is generated if there is not matching SASL mech entry > > ('gssapi' in your case) in the 'supportedSASLMechanisms' of the > > rootdse. Can you check if your cli

[SSSD] [PATCHv2] Add explicit request for supportedSASLMechanisms

2010-06-23 Thread Alexander Gordeev
supportedSASLMechanisms is an operational attribute so it's not returned by openldap if not told explicitly. This change adds an explicit request for this attribute. Signed-off-by: Alexander Gordeev --- src/providers/ldap/sdap_async.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(

[SSSD] [PATCH] Add explicit request for supportedSASLMechanisms

2010-06-23 Thread Alexander Gordeev
supportedSASLMechanisms is an operational attribute so it's not returned by openldap if not told explicitly. This change adds an explicit request for this attribute. Signed-off-by: Alexander Gordeev --- src/providers/ldap/sdap_async.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(

Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Alexander Gordeev
On Wed, 23 Jun 2010 16:33:17 +0200 Sumit Bose wrote: > This message is generated if there is not matching SASL mech entry > ('gssapi' in your case) in the 'supportedSASLMechanisms' of the rootdse. > Can you check if your client can read the rootdse and if you can find > the gssapi entry there? T

Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Sumit Bose
On Wed, Jun 23, 2010 at 06:02:24PM +0400, Alexander Gordeev wrote: > On Wed, 23 Jun 2010 09:35:42 -0400 > Stephen Gallagher wrote: > > > I don't think we ever tested GSSAPI over LDAPS. I'm not sure if that > > works. Can you try over straight LDAP? The GSSAPI SASL mechanism > > provides an encryp

Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Dmitri Pal
Alexander Gordeev wrote: > On Wed, 23 Jun 2010 09:35:42 -0400 > Stephen Gallagher wrote: > > >> I don't think we ever tested GSSAPI over LDAPS. I'm not sure if that >> works. Can you try over straight LDAP? The GSSAPI SASL mechanism >> provides an encrypted tunnel, so LDAPS would be overkill as

Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Alexander Gordeev
On Wed, 23 Jun 2010 09:35:42 -0400 Stephen Gallagher wrote: > I don't think we ever tested GSSAPI over LDAPS. I'm not sure if that > works. Can you try over straight LDAP? The GSSAPI SASL mechanism > provides an encrypted tunnel, so LDAPS would be overkill as well. > > If that works, please file

Re: [SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Stephen Gallagher
I don't think we ever tested GSSAPI over LDAPS. I'm not sure if that works. Can you try over straight LDAP? The GSSAPI SASL mechanism provides an encrypted tunnel, so LDAPS would be overkill as well. If that works, please file a bug at https://fedorahosted.org/sssd and we'll look into fixing it to

[SSSD] can't connect to openldap using GSSAPI

2010-06-23 Thread Alexander Gordeev
Hi All! Sorry if I've chosen the wrong place to write. If there is a better place to ask for support, please tell me. I have problems retrieving user and group data from ldap using sssd. I use openldap as ldap server. The only allowed authentication mechanism is GSSAPI. All other are turned off e