[SSSD] 1.9.93 git fails using id_provider=ad [solved]

steve steve at steve-ss.com
Wed May 15 16:48:47 UTC 2013


On 15/05/13 17:56, Sumit Bose wrote:
> On Wed, May 15, 2013 at 02:07:11PM +0200, steve wrote:
>>
>>> You can try patch from mail
>>> https://lists.fedorahosted.org/pipermail/sssd-devel/2013-May/015072.html
>>> If you are not familiar with git.
>>> --download patch from mail.
>>> --patch git sources (git am <path_to_patch>
>>> --compile sssd ...
>>>
>>> I hope, it fixes your segfault.
>>>
>>
>> Thanks
>> I applied the patch. No segfault.
>> Thanks,
>> Steve
>
> Thank you for the bug report. Although it was a real bug in sssd I
> wonder why you hit the specific code path. Would you mind to share some
> information about your environment, if you prefer you can send them to
> me by personal email as well. Basically I would like to know the AD
> version and the functional level your are using and your sssd.conf file.
>
> Thank you for your help.
>
> bye,
> Sumit

Hi
DC:Samba4 level 2003 on openSUSE 12.3
client: lubuntu 13.04 with the sssd git from today patched as above.

[sssd]
#debug_level = 6
services = nss, pam
config_file_version = 2
domains = default

[nss]

[pam]

[domain/default]
#debug_level=6
dyndns_update=true
#dyndns_refresh_interval=16
ad_hostname = pinoso.hh3.site
ad_server = hh16.hh3.site
ad_domain = hh3.site
ldap_schema = ad
id_provider = ad
access_provider = simple
enumerate = FALSE
cache_credentials = true
#entry_cache_timeout = 60
auth_provider = krb5
chpass_provider = krb5
krb5_realm = HH3.SITE
krb5_server = hh16.hh3.site
krb5_kpasswd = hh16.hh3.site

ldap_id_mapping=false
ldap_referrals = False
ldap_uri = ldap://hh16.hh3.site
ldap_search_base = dc=hh3,dc=site
#ldap_tls_cacertdir = /usr/local/samba/private/tls
#ldap_id_use_start_tls = true
#entry_negative_timeout = 1
ldap_user_object_class = user
ldap_user_name = samAccountName
ldap_user_uid_number = uidNumber
ldap_user_gid_number = gidNumber
ldap_user_home_directory = unixHomeDirectory
ldap_user_shell = loginShell
ldap_group_object_class = group
ldap_group_search_base = dc=hh3,dc=site
ldap_group_name = cn
ldap_group_member = member

#ldap_default_bind_dn = cn=steve2,cn=Users,dc=dolores,dc=site
#ldap_default_authtok_type = password
#ldap_default_authtok = s2

ldap_sasl_mech = gssapi
ldap_sasl_authid = PINOSO$@HH3.SITE
ldap_krb5_keytab = /etc/krb5.keytab
ldap_krb5_init_creds = true







More information about the sssd-devel mailing list