<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>passwd_expect dont work on ubuntu 10.04</title> 
  <pubDate>Sun, 05 Apr 2026 15:59:05 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9166</link> 
  <atom:link rel="self" type="application/rss+xml" title="passwd_expect dont work on ubuntu 10.04" href="https://bugs.horde.org/ticket/9166/rss" /> 
  <description>passwd_expect dont work on ubuntu 10.04</description> 
 
   
   
  <item> 
   <title>passwd_expect works fine on Ubuntu 8.04 with expect version:</title> 
   <description>passwd_expect works fine on Ubuntu 8.04 with expect version:
expect 5.43.0-14

but don&#039;t work on Ubuntu 10.04 with expect version:
expect 5.44.1.14-5

Horde/Passwd error:
Fehler beim Ändern des Passworts für Example Expect Script: Could not start passwd program (no old password prompt) 

and the auth.log
Aug  7 23:41:27 mailserver sshd[18004]: Accepted password for test.user from 127.0.0.1 port 57672 ssh2
Aug  7 23:41:27 mailserver sshd[18004]: pam_unix(sshd:session): session opened for user test.user by (uid=0)
Aug  7 23:41:48 mailserver sshd[18070]: Received disconnect from 127.0.0.1: 11: disconnected by user
Aug  7 23:41:48 mailserver sshd[18004]: pam_unix(sshd:session): session closed for user test.user
Aug  7 23:41:48 mailserver passwd[18088]: pam_unix(passwd:chauthtok): conversation failed
Aug  7 23:41:48 mailserver passwd[18088]: pam_unix(passwd:chauthtok): password - (old) token not obtained


Aug  7 23:41:27 -&gt; Aug  7 23:41:48 must be an timeout, but why passwd don&#039;t work?</description> 
   <pubDate>Sat, 07 Aug 2010 21:47:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t59556</link> 
  </item> 
   
  <item> 
   <title>It&#039;s not a Bug!
In Ubuntu 8.04 passwd talks in english, in </title> 
   <description>It&#039;s not a Bug!
In Ubuntu 8.04 passwd talks in english, in Ubuntu 10.04 it&#039;s in german and the expect script don&#039;t work.</description> 
   <pubDate>Sun, 08 Aug 2010 10:53:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t59558</link> 
  </item> 
   
  <item> 
   <title>It work now with the following change on the passwd_expect s</title> 
   <description>It work now with the following change on the passwd_expect script:

set program            &quot;export LANG=C; export LC_ALL=C; passwd&quot;
</description> 
   <pubDate>Mon, 09 Aug 2010 10:35:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t59561</link> 
  </item> 
   
  <item> 
   <title>I think it will be a good idea to add &quot;export LANG=C; export</title> 
   <description>I think it will be a good idea to add &quot;export LANG=C; export LC_ALL=C; &quot; 
general to the passwd_expect script to be sure to work with any locale.</description> 
   <pubDate>Thu, 12 Jan 2012 23:07:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t69810</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/master):

commit e</title> 
   <description>Changes have been made in Git (refs/heads/master):

commit e6880107c1605739822f7f5144b7a2df31c2d0fd
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:07:59 2012 +0100

    Enforce C locale (Bug #9166).

 passwd/lib/Driver/Expect.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/e6880107c1605739822f7f5144b7a2df31c2d0fd</description> 
   <pubDate>Mon, 30 Jan 2012 15:09:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t69999</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/master):

commit 2</title> 
   <description>Changes have been made in Git (refs/heads/master):

commit 2244537968c9815f917473eae09791568955fd8a
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:09:01 2012 +0100

    [jan] Make expect driver locale independent (Bug #9166).

 passwd/docs/CHANGES |    1 +
 passwd/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2244537968c9815f917473eae09791568955fd8a</description> 
   <pubDate>Mon, 30 Jan 2012 15:09:18 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t70001</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/develop):

commit </title> 
   <description>Changes have been made in Git (refs/heads/develop):

commit e6880107c1605739822f7f5144b7a2df31c2d0fd
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:07:59 2012 +0100

    Enforce C locale (Bug #9166).

 passwd/lib/Driver/Expect.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/e6880107c1605739822f7f5144b7a2df31c2d0fd</description> 
   <pubDate>Mon, 30 Jan 2012 18:11:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t70017</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/develop):

commit </title> 
   <description>Changes have been made in Git (refs/heads/develop):

commit 2244537968c9815f917473eae09791568955fd8a
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:09:01 2012 +0100

    [jan] Make expect driver locale independent (Bug #9166).

 passwd/docs/CHANGES |    1 +
 passwd/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2244537968c9815f917473eae09791568955fd8a</description> 
   <pubDate>Mon, 30 Jan 2012 18:12:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t70018</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/ajax_to_core):

co</title> 
   <description>Changes have been made in Git (refs/heads/ajax_to_core):

commit e6880107c1605739822f7f5144b7a2df31c2d0fd
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:07:59 2012 +0100

    Enforce C locale (Bug #9166).

 passwd/lib/Driver/Expect.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/e6880107c1605739822f7f5144b7a2df31c2d0fd</description> 
   <pubDate>Wed, 01 Feb 2012 20:26:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t70097</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (refs/heads/ajax_to_core):

co</title> 
   <description>Changes have been made in Git (refs/heads/ajax_to_core):

commit 2244537968c9815f917473eae09791568955fd8a
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Jan 30 16:09:01 2012 +0100

    [jan] Make expect driver locale independent (Bug #9166).

 passwd/docs/CHANGES |    1 +
 passwd/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2244537968c9815f917473eae09791568955fd8a</description> 
   <pubDate>Wed, 01 Feb 2012 20:27:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9166#t70098</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
