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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, May 27, 2005 6:01 AM
To: pgsql-bugs@postgresql.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





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

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

Reply via email to