[Bug 851048] New: Old SSSD Variable in YaST Config
https://bugzilla.novell.com/show_bug.cgi?id=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c0 Summary: Old SSSD Variable in YaST Config Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gjn@gjn.priv.at QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 After 2 Years it is time to change to the correct Variables ;) OLD krb5_kdcip (depcreated) NEW krb5_server Also the krb5_kpasswd Variable is not set :(. It can be set to krb5_server This Problem fill up only the sssd_default.log Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c Günther J. Niederwimmer <gjn@gjn.priv.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@suse.com Flag| |CCB_Review? -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bnc-team-screening@forge.pr |jsuchome@suse.com |ovo.novell.com | -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c1 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |rhafer@suse.com --- Comment #1 from Jiří Suchomel <jsuchome@suse.com> 2013-11-19 13:35:40 UTC --- Ralf, could sssd package update existing config files during rpm upgrade? (if it isn't doing already...) -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c Ralf Haferkamp <rhafer@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |rhafer@suse.com, | |varkoly@suse.com InfoProvider|rhafer@suse.com | AssignedTo|jsuchome@suse.com |ckornacker@suse.com -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c2 --- Comment #2 from Jiří Suchomel <jsuchome@suse.com> 2013-11-20 08:41:06 UTC --- Christian, YaST package update is already prepared: https://github.com/yast/yast-ldap-client/pull/16 (krb5_kdcip->krb5_server part, I do not understand that krb5_kpasswd) Additionally I think sssd itseld should update existing config files -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c3 --- Comment #3 from Günther J. Niederwimmer <gjn@gjn.priv.at> 2013-11-20 11:12:58 UTC --- It works, but on all start you have this in the log's. (Wed Nov 13 15:57:09 2013) [sssd[be[default]]] [krb5_try_kdcip] (0x0010): Your configuration uses the deprecated option 'krb5_kdcip' to specify the KDC. Please change the configuration to use the 'krb5_server' option instead. (Wed Nov 13 15:57:09 2013) [sssd[be[default]]] [sssm_krb5_auth_init] (0x0010): Missing krb5_kpasswd option and KDC set explicitly, will use KDC for pasword change operations! When you set krb5_kpasswd "default" to krb5_server, all messages are gone, and all in the log are clear ;) -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c4 --- Comment #4 from Jiří Suchomel <jsuchome@suse.com> 2013-11-20 12:07:23 UTC --- (In reply to comment #3)
When you set krb5_kpasswd "default" to krb5_server, all messages are gone,
Nice, but I can't find proper documentation for that... -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c5 --- Comment #5 from Günther J. Niederwimmer <gjn@gjn.priv.at> 2013-11-20 12:46:40 UTC --- :-)) but I mean sssd do the same, he can't find the variable krb5_kpasswd in sssd.conf and set it to krb5_server ;). But this is possible to make it by hand ;) In the Moment YaST2 Ldap Client have no Problem with the extra variables krb5_kpasswd and krb5_server and sssd work correct. Only when I delete krb5_kdcip, on the next time it is creating again. ;). but no changes or deleting the new variable. With your changes now I can living ;). Thanks -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c8 --- Comment #8 from Jiří Suchomel <jsuchome@suse.com> 2013-11-29 06:35:12 UTC --- yast2-ldap-client is in Factory already, I do not think 13.1 update is necessary -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-18 14:00:13 CET --- This is an autogenerated message for OBS integration: This bug (851048) was mentioned in https://build.opensuse.org/request/show/211391 Factory / sssd -- 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=851048 https://bugzilla.novell.com/show_bug.cgi?id=851048#c10 Christian Kornacker <ckornacker@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #10 from Christian Kornacker <ckornacker@suse.com> 2014-01-08 15:02:10 UTC --- Fixes for yast2-ldap-client and sssd seem to be in Factory, resolving as 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.
participants (1)
-
bugzilla_noreply@novell.com