[Bug 821526] New: typo in /etc/pam.d/common-password
https://bugzilla.novell.com/show_bug.cgi?id=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c0 Summary: typo in /etc/pam.d/common-password Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Update Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dennisgrunert@hotmail.de QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 I just stumbled in /etc/pam.d/common-password over the line password required pam_unix.so use_authtok nullok try_first_pas which of course should be password required pam_unix.so use_authtok nullok try_first_pass (pass with two "s"). This line was in openSUSE 12.2 password required pam_unix2.so use_authtok nullok so the bug was introduced with the upgrade to 12.3. I suppose the typo will also be in a new install, but I haven't tested and didn't know what component pam would belong then. For me this typo had no visible side-effects, just wanted to let you guys know. Reproducible: Always -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |kukuk@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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c1 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Thorsten Kukuk <kukuk@suse.com> 2013-05-27 10:28:45 UTC --- You should use pam-config, then you will not see the typo. -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c2 Dennis Grunert <dennisgrunert@hotmail.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Dennis Grunert <dennisgrunert@hotmail.de> 2013-05-27 10:47:02 UTC --- (In reply to comment #1)
You should use pam-config, then you will not see the typo.
*reopen* since it is valid I don't think you have understood the bug report. You are telling me, that if there is a bug in the upgrade process, it will not be fixed but every user should fix it on his own? With this attitude we can close every bug tracker :-) So I just to make it clear: There was this typo introduced on the automatic upgrade process from openSUSE 12.2 to 12.3 (with the DVD). But it was introduced a little bit later with the automatic update of the packages from the online repos. But either way: I'm not responsible for this bug/typo, but the upgrade process is. So it should be fixed. You are just providing a workaround which is of course - sorry for that - idiotic because I could just add a "s" into the config file instead of running pam-config. I'm also not the only one with this typo, which made me open this bug report in the first place. See for example in bug #812462, where someone posted his YaSt2 logs of the upgrade (see also attached in the next comment) with the lines --- /etc/pam.d/common-password 2013-02-08 19:29:31.303200018 +0100 +++ /etc/pam.d/common-password.rpmnew 2013-02-07 10:53:27.000000000 +0100 @@ -1,14 +1,12 @@ -#%PAM-1.0 # -# This file is autogenerated by pam-config. All changes -# will be overwritten. -# -# Password-related modules common to all services +# /etc/pam.d/common-password - password-related modules common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of modules that define the services to be # used to change user passwords. # -password requisite pam_pwcheck.so nullok cracklib -password optional pam_gnome_keyring.so use_authtok -password required pam_unix2.so use_authtok nullok +# The "nullok" option allows users to change an empty password, else +# empty passwords are treated as locked accounts. +# +password requisite pam_cracklib.so +password required pam_unix.so use_authtok nullok try_first_pas This log proves that the typo was introduced in the upgrade process. So unless you prove to me that it is not reproducable on upgrade, this bug is valid. -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c3 --- Comment #3 from Dennis Grunert <dennisgrunert@hotmail.de> 2013-05-27 10:47:57 UTC --- Created an attachment (id=541347) --> (http://bugzilla.novell.com/attachment.cgi?id=541347) upgrade log which introduced the typo (not from me but bug 812462) -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c4 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #4 from Thorsten Kukuk <kukuk@suse.com> 2013-05-27 10:50:43 UTC --- And it looks like you don't understand bugzilla status at all. Maybe reading bugzilla help text? -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c5 --- Comment #5 from Dennis Grunert <dennisgrunert@hotmail.de> 2013-05-27 13:21:12 UTC --- You are right. In my mind I read "won't fix" or only your comment, don't know anymore. I apologize for that. That's for the fix. -- 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=821526 https://bugzilla.novell.com/show_bug.cgi?id=821526#c6 --- Comment #6 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-06-03 12:00:10 CEST --- This is an autogenerated message for OBS integration: This bug (821526) was mentioned in https://build.opensuse.org/request/show/177277 Factory / pam -- 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