- To: slug@xxxxxxxxxxx
- Subject: [SLUG] Re: photo/graphics processing SIG anyone?
- From: Sharon Doig <po_box_304@xxxxxxxxxxxx>
- Date: Mon, 4 Jun 2007 10:45:16 +1000 (EST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.au; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=3cUn/i3T/u4s1sju0T8zEYlqsZbV5eSVCGLxfDwOJ+Vev0OTFgdkUlJ2TCJFikLudk2DRPMNFRVIMjtRpaPaDAKVrE8X6lXOcJkpcrSv5QrGz5N64Na45mDVoHNIxOF1xBBo21vGXVg221zIrWTt3cgkyREnH5myNF3sWti2cnQ=;
Dear Slug,
I would at least love a sig email list! One of my top wishes is to set up my colour managed work flow! An to discuss any other related photographic topics to do with open source products. As the American groups talk about American products and not all of the US products are available here.
Occasionally I may pop in to Sydney.... My DH is an avid fan of Linux. I dare say he would find it useful as well.
Sharon Doig
Canberra.
Sharon Doig in Canberra - Australia
E: po_box_304@xxxxxxxxxxxx
********************************************
Make your mark and achieve success
or, if need be, die in the attempt.
Miriam Leslie
********************************************
Send instant messages to your online friends http://au.messenger.yahoo.com From zhasper@xxxxxxxxx Mon Jun 4 11:03:27 2007
Return-Path: <zhasper@xxxxxxxxx>
X-Original-To: slug@xxxxxxxxxxx
Delivered-To: slug@xxxxxxxxxxx
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180])
by rusty.slug.org.au (Postfix) with ESMTP id 05F3811816C
for <slug@xxxxxxxxxxx>; Mon, 4 Jun 2007 11:02:55 +1000 (EST)
Received: by py-out-1112.google.com with SMTP id u52so2078120pyb
for <slug@xxxxxxxxxxx>; Sun, 03 Jun 2007 17:54:22 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
b=dSlIYfm8mfcmJyRKzDCk+ZlgsB66Sca6x/RS+Hy2fUiHFBtEdzxUt1+lFMADwlRhng7g7rKyB4ZyvSKjDOjF0LEKvHwqml2pCertkMID4saiSJfyIUPlk85Afy9daA7OhfHRJNWzsTaDP+ykouMkkGBT0uqwMwu0rSm2nsG6QU0=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
b=auG5raqs3ZZ1bfXUEpzn9fo1C72zRfoRHFtWezxQeJujbsbI6TrSu3EReabuoJy0RMvqC6LTomqaon9u0nwhnhO7pDydocFwYasPs2osVotCZQrrw1Q/3R0J6OHpGlIBLN+LF0QBNjZ0fXLmrk1VMZkglqwTtfXDRlm0MWuTLzo=
Received: by 10.64.249.18 with SMTP id w18mr3431091qbh.1180918462023;
Sun, 03 Jun 2007 17:54:22 -0700 (PDT)
Received: by 10.65.244.11 with HTTP; Sun, 3 Jun 2007 17:54:21 -0700 (PDT)
Message-ID: <7222ee0706031754k5b14cd7cy657846a1aac83b5c@xxxxxxxxxxxxxx>
Date: Mon, 4 Jun 2007 10:54:21 +1000
From: Zhasper <slug@xxxxxxxxxxx>
Sender: zhasper@xxxxxxxxx
To: lists@xxxxxxxxxx
Subject: Re: [SLUG] migrating pasword file ?
In-Reply-To: <1481.61.68.21.83.1180915292.squirrel@xxxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1481.61.68.21.83.1180915292.squirrel@xxxxxxxxxxxxxx>
X-Google-Sender-Auth: c6d8d7c409b27dad
Cc: slug@xxxxxxxxxxx
X-BeenThere: slug@xxxxxxxxxxx
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Linux and Free Software Discussion <slug.slug.org.au>
List-Unsubscribe: <http://lists.slug.org.au/listinfo/slug>,
<mailto:slug-request@xxxxxxxxxxx?subject=unsubscribe>
List-Archive: <http://lists.slug.org.au/archives/slug>
List-Post: <mailto:slug@xxxxxxxxxxx>
List-Help: <mailto:slug-request@xxxxxxxxxxx?subject=help>
List-Subscribe: <http://lists.slug.org.au/listinfo/slug>,
<mailto:slug-request@xxxxxxxxxxx?subject=subscribe>
X-List-Received-Date: Mon, 04 Jun 2007 01:03:27 -0000
On 04/06/07, Voytek Eymont <lists@xxxxxxxxxx> wrote:
> I'm transferring web users from RH73 to Centos on new server;
>
> is there a way to transfer users' unknown passwords to the new server ?
>
> this is just for ftp access, that's the only access users have
>
> (or do I just ask them 'what password you desire?')
Assuming you're talking about passwords in /etc/passwd, the password
hash there is just a hash (plus, maybe, a bit of salt); it should be
safe to just copy that field across to /etc/passwd[1] on the new
machine
Assuming you're talking about passwords stored in some custom
ftp-server-specific repository, the same probably holds true, but I'd
have to know more about the ftp server to be more specific.
However, you mentioned "web users", which suggests to me that you've
got a htpasswd file somewhere? Again, those passwords are just md5
hashes, so copying them to the new .htpasswd file is fine
[1] I actually mean /etc/shadow, not /etc/passwd, of course, but in my
mind the concept "/etc/passwd" includes the files /etc/passwd and
/etc/shadow, together.
>
>
> --
> Voytek
>
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>
>
--
There is nothing more worthy of contempt than a man who quotes himself
- Zhasper, 2004