upgrade to passwd 2.2 RC1, same result :( was Re: [sork] passwd
problem, blank display)
Admin-Stress
meerkapot at yahoo.com
Wed Feb 5 02:12:02 PST 2003
Here I describe my horde-2.2 + imp-3.1 + passwd-2.2RC1 installation.
I attached horde/imp/passwd configuration also.
Please if you can help me to take a look.
Thanks,
kapot
* Linux RedHat 8.0
* qmail 1.03 with ./Maildir format
* courrier-imap 1.5.3 with ./Maildir format
* mysql-3.23.52-3 installed from rpm
# put all tarball in /tmp
# installing apache 1.3.27
cd /tmp
tar -zxvf apache_1*.tar.gz
cd apache_1*
./configure --with-layout=RedHat --enable-module=most --enable-shared=max
make
make install
# installing c-client imap library
cd /tmp
tar -zxvf c-client.tar.Z
cd imap-200*
make lrh
ln -s c-client include
mkdir lib
cd lib
ln -s ../c-client/c-client.a libc-client.a
# installing php
cd /tmp
tar -zxvf php*.tar.gz
cd /tmp/php-4.3.0
./configure --with-apxs=/usr/sbin/apxs \
--enable-track-homes \
--with-config-file-path=/etc/httpd/conf \
--sharedstatedir=/tmp \
--with-mysql \
--with-imap=/tmp/imap-2002b \
--with-imap-ssl=/tmp/imap-2002b \
--enable-ftp \
--with-gettext \
--with-dom \
--with-zlib
make
make install
# installing pear Log module
/usr/local/bin/pear install Log
# installing horde
cd /tmp
tar -zxvf horde-2.2.tar.gz
mv /tmp/horde-2.2 /home/www/webmail/horde
/usr/bin/mysql < /home/www/webmail/horde/scripts/db/mysql_create.sql
cd /home/www/webmail/horde/config
for foo in *.dist; do cp -v $foo `basename $foo .dist`; done
# installing imp
cd /tmp
tar -zxvf imp-3.1.tar.gz
mv /tmp/imp-3.1 /home/www/webmail/horde/imp
cd /home/www/webmail/horde/imp/config
for foo in *.dist; do cp -v $foo `basename $foo .dist`; done
# installing poppassd
cd /tmp
tar -zxvf poppassd-1*.tar.gz
cd poppassd-1*
make
make install
echo "# default: off" > /etc/xinetd.d/poppassd
echo "# description: The POPPASSD service allows remote users to change their" >>
/etc/xinetd.d/poppassd
echo "# password remotely via Eudora or NUPOP using a network" >>
/etc/xinetd.d/poppassd
echo "# protocol on port 106." >> /etc/xinetd.d/poppassd
echo "#" >> /etc/xinetd.d/poppassd
echo "service poppassd" >> /etc/xinetd.d/poppassd
echo "{" >> /etc/xinetd.d/poppassd
echo " disable = no" >> /etc/xinetd.d/poppassd
echo " socket_type = stream" >> /etc/xinetd.d/poppassd
echo " wait = no" >> /etc/xinetd.d/poppassd
echo " user = root" >> /etc/xinetd.d/poppassd
echo " server = /usr/sbin/poppassd" >> /etc/xinetd.d/poppassd
echo " #only_from = localhost" >> /etc/xinetd.d/poppassd
echo " log_on_success += USERID" >> /etc/xinetd.d/poppassd
echo " log_on_failure += USERID" >> /etc/xinetd.d/poppassd
echo "}" >> /etc/xinetd.d/poppassd
service xinetd restart
# installing passwd-2.2*
cd /tmp
tar -zxvf passwd-2*.tar.gz
mv /tmp/passwd-2.2 /home/www/webmail/horde/passwd
cd /home/www/webmail/horde/passwd/config
for foo in *.dist; do cp -v $foo `basename $foo .dist`; done
--- Eric Rostetter <eric.rostetter at physics.utexas.edu> wrote:
> Quoting Admin-Stress <meerkapot at yahoo.com>:
>
> > I updated to passwd-2.2 RC1 but still, I got blank display.
>
> Bummer.
>
> > To reproduce this :
> >
> > - Login to imp
> > - Click 'password' for changing password
> > - change the password
> > - click logout
> > - Login to imp
> > - Got blank display (html source attached).
>
> You shouldn't need to the logout, but it should of course work with the
> logout.
>
> > passwd-2.2 does not required to logout, but if I clicked "Mail", I got the
> > imp login page. Then
>
> Then there is obviously something wrong.
>
> > what does "not required to logout" means?
>
> Just that. You should not need to logout.
>
> How is your Horde authentication set up?
>
> > >From here, I did NOT get blank display.
> >
> > I got blank display only if I clicked "logout" after changed password. If I
> > clicked "Mail", I got
> > no problem when login again.
>
> That is at least some progress...
>
> > Please if anyone know how to debug this, or is this the 'current' problem?
>
> You are the only one to report this problem.
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.zip
Type: application/x-zip-compressed
Size: 22583 bytes
Desc: config.zip
Url : http://lists.horde.org/archives/sork/attachments/20030205/d261e72f/config-0001.bin
More information about the sork
mailing list