Re: How to create a new user with password in commandline with no prompt for password

From: "Rajiv Rajaian" <rajiv(dot)pgsql(at)gmail(dot)com>
To: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
Subject: Re: How to create a new user with password in commandline with no prompt for password
Date: 2008-02-20 10:19:42
Message-ID: 238696420802200219y7bfd4269u498dd1fe0b80c2cc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-es-ayuda

Hi vishal

While running it as "root" user Im getting
[root(at)g151 ~]# echo "CREATE ROLE globus WITH PASSWORD 'globus' CREATEDB;" |
psql -U postgres
psql: FATAL: Ident authentication failed for user "postgres"

Also with "postgres" user getting the same error

[postgres(at)g151 ~]$ echo "CREATE ROLE globus WITH PASSWORD 'globus'
CREATEDB;" | psql -U postgres
psql: FATAL: database "postgres" does not exist

On Feb 20, 2008 3:43 PM, Vishal Arora <aroravishal22(at)hotmail(dot)com> wrote:

>
> you have to be Postgres Super user to use this command. and instead of
> CREATE USER - use CREATE ROLE...
>
>
> ------------------------------
> Date: Wed, 20 Feb 2008 14:45:50 +0530
> From: rajiv(dot)pgsql(at)gmail(dot)com
> To: pgsql(at)sheeky(dot)biz
> Subject: Re: [ADMIN] How to create a new user with password in commandline
> with no prompt for password
> CC: pgsql-admin(at)postgresql(dot)org
>
>
> Hi Shane
> Thanks for u r suggestions
> I tried to create user with the following command ..Im getting
> authentication error for postgres user
>
> [root(at)g151~]# echo "CREATE USER globus WITH PASSWORD 'globus' CREATEDB;" |
> psql -U postgres
> psql: FATAL: IDENT authentication failed for user "postgres"
>
>
>
> Get Sheeky @ http://Sheeky.Biz <http://sheeky.biz/>
>
>
>
> ------------------------------
> It's about getting married. Click here! Try it!<http://ss1.richmedia.in/recurl.asp?pid=201>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message ALF 2008-02-20 10:35:32 Re: [Admin]Update 8.2.to 8.3
Previous Message ioguix 2008-02-20 10:05:37 Re: Actions: Edit / Delete only appears for some tables ?

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Rajiv Rajaian 2008-02-20 11:11:20 Re: How to create a new user with password in commandline with no prompt for password
Previous Message Rajiv Rajaian 2008-02-20 09:15:50 Re: How to create a new user with password in commandline with no prompt for password