ispman/lib/ISPMan ApacheMan.pm,1.45.2.3,1.45.2.4
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9219
Modified Files:
Tag: rel_1_1-bugfixes
ApacheMan.pm
Log Message:
fixed bug [ 942585 ] Big Security problem: vhost ssh into server
Index: ApacheMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/ApacheMan.pm,v
retrieving revision 1.45.2.3
retrieving revision 1.45.2.4
diff -u -d -r1.45.2.3 -r1.45.2.4
--- ApacheMan.pm 15 Feb 2004 17:46:37 -0000 1.45.2.3
+++ ApacheMan.pm 26 Apr 2004 20:46:49 -0000 1.45.2.4
@@ -297,6 +297,7 @@
'uidNumber' => $self->getUid(),
'gidNumber' => $domain_info->{'gidNumber'},
"ispmanDomain" => $domain,
+ "loginShell" => $self->getConf('loginShell'),
"uid" => (join '.' , ($r->param("ispmanVhostName"), $r->param("ispmanDomain"))),
"homeDirectory" => (join '/' , ($domain_info->{'homeDirectory'}, "vhosts", $r->param("ispmanVhostName"))),
"userPassword" => $self->encryptPassWithMethod($r->param("userPassword"),$self->getConf('userPassHashMethod')),
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297