Re: adding users to sshd

From: "Lasantha Kularatne" <lasantha(at)codegen(dot)net>
To: <pgsql-bugs(at)postgresql(dot)org>
Cc: <shd(at)t2(dot)technion(dot)ac(dot)il>
Subject: Re: adding users to sshd
Date: 2005-05-30 03:33:40
Message-ID: 20050530033907.3DE9038A1F@Server2.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hi
Your problem is not clear for me.
(1). Do you want to add system users into the Unix/Linux system? OR
(2). Do you want to create a db user for the pgsql system?

In case 1,
$useradd username
$passwd username
To set the home
$mkdir /home/username
$chown username /home/username

In case 2,
$/usr/local/pgsql/bin/createuser -P username
and enter the password.

Hope I get your question right and this will help you.
If this is not the one you are looking for, I beg your pardon.

Regards,

Lasantha Kularatne
Software Engineer
CodeGen.IT
7, Cambridge Terrace, Colombo 07, Sri Lanka.
Tel: +94 11 2686893 Ext: 106
www.codegen.it

-----Original Message-----
From: pgsql-bugs-owner(at)postgresql(dot)org
[mailto:pgsql-bugs-owner(at)postgresql(dot)org] On Behalf Of shd(at)t2(dot)technion(dot)ac(dot)il
Sent: Friday, May 27, 2005 6:01 AM
To: pgsql-bugs(at)postgresql(dot)org
Subject: [BUGS] adding users to sshd

i am trying to find information on how to add users so they could login with
sshd, and also when adding the users it would be shown in /etc/passwd and i
will be able to do "passwd user", some told me to install postgres and i did
and i created db and everything but that didn't help, any place to reffer ?
thanks in advance.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ralph Moser 2005-05-30 10:08:08 BUG #1690: Problem with COPY command
Previous Message wrobell 2005-05-29 21:14:39 BUG #1689: problem with inheritance and foreign keys