passwd - can't login, change password (pam_winbind pam-auth-update profile)

Bug #546874 reported by Jakub Kamecki
166
This bug affects 41 people
Affects Status Importance Assigned to Milestone
Shadow
Invalid
Undecided
Unassigned
base-passwd
Invalid
Undecided
Unassigned
samba (Ubuntu)
Fix Released
High
Thierry Carrez
Lucid
Fix Released
High
Thierry Carrez

Bug Description

I'm sorry for the lack of details but I'm posting this from Windows and can't verify all the points on the fly.

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu.

Lucid Lynx Beta 1 i386 Desktop

2) The version of the package you are using, via 'apt-cache policy packagename' or by checking in Synaptic.

As of the time of posting all updates are current. The bug happened after a recent update so maybe that's a good place to start looking.

3) What you expected to happen

Login to system.

4) What happened instead

Can't login to system either through gdm or the CLI, can't create a new user (with password), can't change a password on an existing user.

And here's the whole story:

Yesterday I updated my system and put it to sleep. When I tried to wake it I was presented with the dialog to enter my password (the lock-screen). Numerous attempts to input my password failed. I rebooted and the same happened on GDM.
I entered recovery mode and updated again (this happened today morning). No change in behavior.
I tried using the recovery mode to expire and blank the password. passwd -e username and passwd -d username
Those commands worked but when I tried to login with username the attempt failed "System Error".
The same message is shown when I try to change/set the new password for username. passwd username

Right now I'm stuck without access to my system. I can only control the system through recovery modes root shell.
I'm ready to provide more details if necessary.

Tags: iso-testing
Revision history for this message
Jakub Kamecki (puchat3k) wrote :
Revision history for this message
James H (james-herbers) wrote :

Can't add users. The password portion of the add fails.
Then try to set the password and it fails as well
bill@sam:~$ sudo passwd charlie
[sudo] password for bill:
passwd: System error
passwd: password unchanged

10.04 Beta 1 AMD64 Server version

Revision history for this message
Nicolas François (nicolas-francois) wrote :

The message "System error" is coming from PAM.

My first guess is that you have a misconfiguration on your system, but this could also be a PAM bug.

Can you check you /var/log/auth.log for messages from PAM?
Can you provide you PAM configuration?
(/etc/pam.d/passwd and the files linked from there)

affects: shadow (Ubuntu) → pam (Ubuntu)
Revision history for this message
Phoenix (tos-phoenix) wrote :

i'm having the same issue

pam is trying to authenticate you in a domain, to resolv this issue u have to reconfigure pam and disable Winbin NT/AD authentication

sudo dpkg-reconfigure -plow libpam-runtime

Revision history for this message
Jakub Kamecki (puchat3k) wrote :

Phoenix, that solved the problem. I can now login to my system - about time too, because I couldn't work another day on Windows. :-)

Anyway the login issue is resolved but the whole messing with passwords put me in a world of hurt when it comes to my encrypted home folder. Now ecryptfs is acting up - but thats a topic for another bug thread if it applies.

Again, thanks.

If any developer needs some more info on this bug I'm ready to provide the neccessary info.

Revision history for this message
Steve Langasek (vorlon) wrote :

If this is Winbind NT/AD authentication that you're having to disable, then the bug is in samba. Reassigning.

affects: pam (Ubuntu) → samba (Ubuntu)
Changed in samba (Ubuntu):
status: New → Triaged
Revision history for this message
James H (james-herbers) wrote :

sudo dpkg-reconfigure -plow libpam-runtime
Fixed it.
It was set to use Winbind NT/Active Directory authentication. I did not ask it to this, it seems maybe Samba is setting this by default.
Thanks

Revision history for this message
Steve Langasek (vorlon) wrote :

Yes, the purpose of the 'winbind' package is to provide integration with a Windows domain or AD realm; that extends to enabling pam_winbind by default now that this is supported.

Of course, any problems this causes for you being able to use your local system accounts is a bug.

BTW, the idiomatic way to change this is by running 'sudo pam-auth-update' instead - shorter to type :)

Changed in samba (Ubuntu):
importance: Undecided → High
summary: - passwd - can't login, change password
+ passwd - can't login, change password (pam_winbind pam-auth-update
+ profile)
Revision history for this message
Ancoron Luziferis (ancoron) wrote :

Same here,

Lucid Beta 1 (latest kernel, latest updates) on AMD64.

As above 'sudo pam-auth-update' plus disabling winbind does the trick.

Revision history for this message
Jeffrey Baker (jwbaker) wrote :

If you simply remove winbind, it fails to update pam config. You still must run pam-auth-update to unfsck it.

Revision history for this message
Michael Adams (unquietwiki) wrote :

http://cdimage.ubuntu.com/ubuntu-server/daily/20100331/

Tried installing with this: turns out login is broken. Even holding SHIFT to go into single-user mode comes up with a read-only filesystem I can't remount as rw to run the dpkg-reconfigure on.

Steve Langasek (vorlon)
Changed in base-passwd:
status: New → Invalid
Changed in shadow:
status: New → Invalid
Revision history for this message
Michael Adams (unquietwiki) wrote :

Well, if base-passwd & shadow aren't impacted, then what the heck are? I'm curious how a samba package ends up breaking normal user login & password changing processes. I knew to check here about the problem because I tried updating some samba packages yesterday & ended up breaking Samba access to a Konica scanner, then finding out I couldn't assign passwords to users while setting up FTP.

Revision history for this message
Thierry Carrez (ttx) wrote :

There seem to be two issues:
* one is about the profile itself, which apparently breaks pam config when enabled
* the other is about winbind.{postinst,prerm} not calling "pam-auth-update --package" to enable/disable the profile (which is marked Default:yes, so it will get enabled by the next pam-auth-update run ?)

I'd argue the pam_winbind profile could be "Default: no" since most people get winbind installed when installing wine, and don't care so much about winbind PAM integration. Those who care usually read documentation...

Revision history for this message
Tim Fidler (tim-beanmail) wrote :

Disable Winbin NT/AD authentication by running:

sudo dpkg-reconfigure -plow libpam-runtime

... worked for me. Pretty show stopping bug! I experienced this on 64 bit install of Lucid beta.

Thierry Carrez (ttx)
Changed in samba (Ubuntu):
milestone: none → ubuntu-10.04-beta-2
Changed in samba (Ubuntu Lucid):
assignee: nobody → Steve Langasek (vorlon)
milestone: ubuntu-10.04-beta-2 → ubuntu-10.04
Revision history for this message
Allo (allo) wrote :

breaks the passwd and the systemsettings way of changing the password in lucid beta1.

workaround works,

Revision history for this message
Andrew Sutherland (drewis) wrote :

This happened to me on a clean install of ubuntu server i386 with packages dns, openssh, lamp, and samba. I was not able to login after the install. Above fix worked for me chrooted from a live cd.

Revision history for this message
Thierry Carrez (ttx) wrote :

Reproduced on a beta2 candidate, installing samba-server task, cannot log in on console.
See attached /etc/pam.d contents.

Revision history for this message
Thierry Carrez (ttx) wrote :

Only the password stack is borken, but that prevents ISO installs (samba file server) from setting the password for the user correctly, so that also prevents login for those cases.

Fix is to
<slangasek> 1) call pam-auth-update in winbind.postinst
<ttx> (and prerm)
<slangasek> 2) Password-Type: Primary instead of Password-Type: Additional in debian/winbind.pam-config

Changed in samba (Ubuntu Lucid):
assignee: Steve Langasek (vorlon) → Thierry Carrez (ttx)
milestone: ubuntu-10.04 → ubuntu-10.04-beta-2
Thierry Carrez (ttx)
Changed in samba (Ubuntu Lucid):
status: Triaged → In Progress
tags: added: iso-testing
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu2

---------------
samba (2:3.4.7~dfsg-1ubuntu2) lucid; urgency=low

  * debian/winbind.pam-config: Fix password PAM profile for winbind, thanks to
    Steve Langasek for investigation and fix (LP: #546874)
  * debian/winbind.prerm, debian/winbind.postinst: Enable and disable winbind
    PAM profile on package install/removal (LP: #556342)
 -- Thierry Carrez <email address hidden> Tue, 06 Apr 2010 11:59:54 +0200

Changed in samba (Ubuntu Lucid):
status: In Progress → Fix Released
Revision history for this message
Mistofelees (ptmusta) wrote :

Got the same problem:
- can not log in
- can not change passwork
- can not create new user

1. case: native 9.10 srv to 10.04 srv with apt-get upgrade. There was no Samba but Likewise 5.4.0.7985. Testbed Intel Celeron 667MHz
2. case production file and www server 9.10 srv. Samba. No Likewise. 'apt-get purge samba' started upgrade all by itself. Intel P4. Uptime about 180 days.
3. case native 10.04 srv rc1 to 10.04 srv with apt-get upgrade. No Samba, but Likewise 5.4.0.7985. Testbed Intel Atom 330

All the upgrades were made after the official release,
In all cases the servers were registered in a large AD and had users.
There was normal user 'root', a local user with sudo rights and a domain user with sudo rights, one basic user with no special rights. None of us can log in.
All the configurations was made over SSH (Putty) as 'root'. I had at least two SSH connections open from either one or two workstations, so that I could test various tricks.
Cases 1 and 3 didn't allow local login with keyboard. I didn't try connection over RS232 (port is open and tested before upgrade).
Now the connections are closed by automatic timeout.
None of the fixes in previous messages did help.

Not even root can log in. What to do with the 2.case ? There is customer data in there and a lot of scripts. Most of the data and scripts have been automatically copied to a backup. Still there is a lot of work to make it functional again, if I got to start with CD-installation.

I think I can replicate the sittuation, because I copied two of the root manual logs to another server. One problem is that I'm extremely short of time.

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote :

If the workarounds above didn't work, why do you think that's the same bug at all? I think you should open a new report.

The other issue is that if you actually upgraded your system using 'apt-get upgrade' (not even 'dist-upgrade'?!), that's not the correct procedure and is likely to break. See https://help.ubuntu.com/community/LucidUpgrades.

Revision history for this message
Christian Weiske (cweiske) wrote :

The problem happens for me only after some time. Restarting winbind fixes it for some minutes.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.