Summary | Support for /bin/passwd being login shell |
Queue | Passwd |
Queue Version | 3.0-BETA |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | lmamane (at) debian (dot) org |
Created | 09/03/2005 (7274 days ago) |
Due | |
Updated | 09/13/2005 (7264 days ago) |
Assigned | 09/04/2005 (7273 days ago) |
Resolved | 09/13/2005 (7264 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Support for /bin/passwd being login shell
Queue ⇒ Passwd
New Attachment: passwd-h3_passwd-shell.patch
to mail-only users, but still give them a venue for changing their
password securely (through ssh): They just set the login shell to
/bin/passwd . In this way the user can "ssh in" and gets dumped into
the password changing application immediately, and can do nothing else
with his "ssh account". Crude, but works well.
This patch adds support for this situation to the passwd expect
script. It is forward-ported from my patch to passwd version 2.2.1 and
I can't formally test it as I don't have a working Horde3 install yet,
but the code looks similar enough that I'm confident it will work as
well.