[Bug 683782] New: yast2-users can't create LDAP users when sssd is used
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c0 Summary: yast2-users can't create LDAP users when sssd is used Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: jsuchome@novell.com ReportedBy: rhafer@novell.com QAContact: jsrain@novell.com Found By: Development Blocker: --- I can't managed LDAP users on a ldap-client system using sssd. I used yast2-ldap-client was used to setup sssd and to create the LDAP Base Objects on a fresh setup OpenLDAP Server. This seemed to work correctly. Then I started yast2 users to create users in the LDAP Database, but yast2 users does not offer "LDAP Users" in the "Set Filter" Combo Box. Using yast2-ldap-client to switch from sssd to nss_ldap fixed the problem. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c2 --- Comment #2 from Jiří Suchomel <jsuchome@novell.com> 2011-04-01 08:24:25 UTC --- The patch above works for reading ("LDAP Users" are offered). I do not have writing setup here, could you test creating users? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c3 Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rhafer@novell.com | --- Comment #3 from Ralf Haferkamp <rhafer@novell.com> 2011-04-01 11:57:44 CEST --- Creating users works as well with the above patch. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c4 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Jiří Suchomel <jsuchome@novell.com> 2011-04-01 10:58:14 UTC --- so fixed -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-04-28 13:59:00 CEST --- This is an autogenerated message for OBS integration: This bug (683782) was mentioned in https://build.opensuse.org/request/show/66030 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=683782 https://bugzilla.novell.com/show_bug.cgi?id=683782#c Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |708565 -- 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.
participants (1)
-
bugzilla_noreply@novell.com