[imp] change password

Joseph Kacmarcik joe@chubbo.net
Tue, 20 Nov 2001 16:28:21 -0800


---------------------- multipart/mixed attachment

ha! not quite. i'm not into all that.

here's what i know how to esplain:

added to $HORDE_BASE/config/registry.php: (my DocumentRoot is ../horde/ so 
make changes if neccessary)

$this->applications['passwd'] = array(
    'fileroot' => dirname(__FILE__) . '/../passwd',
    'webroot' => '/passwd',
    'icon' => '/graphics/login.gif',
    'name' => 'Password',
    'allow_guests' => true,
    'show' => true
);

i've attached a file that belongs in $HORDE_BASE/passwd/index.php

you'll obviously need to have the poppassd daemon running (defaults to tcp 
port 106). you can block tcp/106 from the outside cuz requests from the horde 
framework come from localhost.

after that, i've also attached poppassd.php which normally belongs here: 
/usr/local/lib/php/poppassd.php

my poppassd installation gave me /usr/local/libexec/poppassd, but others may 
be different.

if it doesn't work, check your system logs for poppassd errors first. my 
config was goofed up at first, cuz the port in poppassd.php was set to '0'. if 
you use the one that's attached, it should work ok.

others may find a cleaner way to do this, but this solution works for me and 
the client. (:

lemme know if ya need more info.
good luck!
joe

Quoting Frederic Trudeau <ftrudeau@cam.org>:

> 
> Interesting ... Got the patch ?
> 
> 
> -- 
> Frederic Trudeau
> 
> 
> [A]dvanced [S]upport [A]gent
> Colocation/Customer Support Agent
> CAM Internet -> http://www.cam.org
> ->
> 
> 
> Surlignage Joseph Kacmarcik <joe@chubbo.net>:
> 
> > 
> > if nobody else pipe's up here, i kinda rolled my own using poppassd. i 
> > modified /horde/config/registry.php to show 'Password' in the toolbar as
> > well. 
> > gives it that fluffy gooey fuzzy feeling peeps like. (:
> > 
> > incredibly insecure if your'e not running SSL, so beware.
> > 
> > lemme know if your'e interested! i'd be interested to hear other war
> stories
> > 
> > too...
> > 
> > joe
> > 
> > Quoting Irlanda Delgado <Irlanda.Delgado@mific.gob.ni>:
> > 
> > > Hello,
> > > 
> > > is there a choice and the webmail of horde+imp where the users can
> change
> > > their passwords?
> > > 
> > > Thank you.
> > > 
> > > Irlanda
> > > 
> > > 
> > > -- 
> > > IMP mailing list: http://horde.org/imp/
> > > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > > Frequently Asked Questions: http://horde.org/faq/
> > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > > 
> > > 
> > 
> > 
> > 
> > -- 
> > IMP mailing list: http://horde.org/imp/
> > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > 
> > 
> 
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
> 




---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: poppassd.php
Type: text/x-c++src
Size: 1930 bytes
Desc: not available
Url : http://lists.horde.org/archives/imp/attachments/b57945fa/poppassd.php

---------------------- multipart/mixed attachment--