Comment 4 for bug 1049123

Revision history for this message
Thomas Hood (jdthood) wrote :

Hi Jakub,

You wrote:
> I'm not sure where the "domain_type" comes from

I found "domain_type" in documentation online, e.g.,

http://docs.fedoraproject.org/en-US/Fedora/17/html/System_Administrators_Guide/sect-SSSD_User_Guide-SSSD_Example_Configuration_Files-SSSD_Configuration_File_Format.html

but I believe you when you say that Ubuntu sssd doesn't have that option.

$ grep id_provider /usr/sbin/sssd
Binary file /usr/sbin/sssd matches
$ grep domain_type /usr/sbin/sssd
$

> If it fixed your problem, it must have been purely by accident.

I think you are right. By removing the id_provider option I simply caused sssd to skip the LOCAL domain and search the SAMBA domain. With id_provider present sssd tries to search the LOCAL domain and fails out without trying the SAMBA domain.

I am glad to hear that this has been fixed upstream. Thanks for your help.