Bug#347540: Same problem with security.debian.org

2006-02-14 Thread Christian Gennerat
ii apt 0.6.42.1 Advanced front-end for dpkg ii apt-utils 0.6.42.1 APT utility programs W: GPG error: http://security.debian.org stable/updates Release: Les signatures suivantes n'ont pas pu Ítre vÈrifiÈes car la clÈ publique n'est pas disponible†: NO_PUBKEY 010908312D 230C5F W: Vous pouvez

Bug#341205: Can restrict administration

2005-11-29 Thread Christian Gennerat
using SSL on your Apache server, you will need to add /etc/courier/webadmin/unsecureok, so you will be able to use your web based administration tool. *touch /etc/courier/webadmin/unsecureok* And the proposed patch is not very expansive ! -- -- Christian Gennerat

Bug#341230: passwd: Partial changes with chfn other values

2005-11-29 Thread Christian Gennerat
Package: passwd Version: 1:4.0.13-7 Severity: important When a chfn is done by root, to change only one value, other values are taken from the root-gecos libs:~# chfn -f newus -r ndesk -w ntel -h nhom -o noth newuser libs:~# grep newus /etc/passwd newuser:x:1009:1009:newus,ndesk,ntel,nhom,noth:/

Bug#341202: still reproductible

2005-11-29 Thread Christian Gennerat
e personnel []: 789 Autre []: and so on Is the information correct? [y/N] y libs:~# grep newus /etc/passwd newuser:x:1009:1009:new user,123,456,789,and so on:/home/newuser:/bin/bash libs:~# chfn -w WorkNew newuser libs:~# grep newus /etc/passwd newuser:x:1009:1009:root,,WorkNew,:/home/newuser:/bin/bash Greetings -- -- Christian Gennerat

Bug#341205: proposed patch

2005-11-29 Thread Christian Gennerat
unless $ENV{'HTTPS'} || -$ENV{'REMOTE_ADDR'} eq $ENV{'SERVER_ADDR'} || --f "$sysconfdir/webadmin/unsecureok"; +$secureip =~ /$ENV{'REMOTE_ADDR'},/ ; { my $password=$cgi->cookie(-name=>'courierwebadmin'); -- -- Christian Gennerat -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#341205: courier-webadmin: unsecureok allows webadmin for everybody

2005-11-29 Thread Christian Gennerat
Package: courier-webadmin Version: 0.47-11 Severity: important A server is generally administred by a remote user. creating the "unsecureok" files allows webadmin to everybody. Solution: Specify by a comma-separated, comma-ended list the IP addresses of valid administrators -- System Informati

Bug#341202: adduser: gecos option: only last field is set

2005-11-28 Thread Christian Gennerat
Package: adduser Version: 3.77 Severity: important Tags: patch Problem: chfn puts default value for all non-specified fields. only the last call to chfn have effect. Solution: do only one call to chfn Proposed code: sub ch_gecos { my $gecos = shift; my @gparm=('-f', $gecos); if