https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c1 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rhafer@novell.com --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2011-03-30 14:45:45 UTC --- Could you try this patch to UsersLDAP.pm ? --- UsersLDAP.pm (revision 63681) +++ UsersLDAP.pm (working copy) @@ -173,7 +173,7 @@ my $passwd_source = SCR->Read (".etc.nsswitch_conf.passwd"); if (defined $passwd_source) { foreach my $source (split (/ /, $passwd_source)) { - if ($source eq "ldap") { return 1; } + if ($source eq "ldap" || $source eq "sss") { return 1; } if ($source eq "compat") { $compat = 1; } } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.