<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Our is Fedora 11 Linux...<br>
<br>
After download
(<a class="moz-txt-link-freetext" href="http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/Authen-PAM-0.16.tar.gz">http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/Authen-PAM-0.16.tar.gz</a><a
 class="moz-txt-link-freetext"
 href="http://http://www.perl.com/CPAN/src/latest.tar.gz"></a>)<br>
<br>
And install the package as the following :<br>
<br>
tar xvzf Authen-PAM-0.16.tar.gz<br>
<code><br>
perl Makefile.PL</code><code><br>
make</code><code><br>
make test</code><br>
make install<code></code><br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><br>
Then create </span><tt>/etc/pam.d/usermin</tt>:<br>
<br>
#%PAM-1.0<code><br>
</code>auth required pam_unix.so shadow nullok<code><br>
</code>account required pam_unix.so<code><br>
</code>password required pam_unix.so shadow nullok use_authtok<code><br>
</code>session required pam_unix.so<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"></span><br>
finally, install
(<a class="moz-txt-link-freetext"
 href="http://prdownloads.sourceforge.net/webadmin/usermin-1.450.tar.gz">http://prdownloads.sourceforge.net/webadmin/usermin-1.450.tar.gz</a>),BUT
there is the error message ( user can't change their own password ) :<br>
<h3>Failed to change password : Old password is incorrect</h3>
So, would you mind to help ?<br>
<br>
Thanks !<br>
<br>
Edward.
</body>
</html>