Re: Encoding passwords

From: Nalin Dahyabhai <nalin(at)redhat(dot)com>
To: Sean Chittenden <sean-pgsql-genereal(at)chittenden(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Encoding passwords
Date: 2001-10-01 14:13:04
Message-ID: 20011001101304.B2220@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Sep 29, 2001 at 07:05:19PM -0700, Sean Chittenden wrote:
> For the sake of example, let's say I've got the principle:
> johndoe(at)REALM(dot)COM(dot) Do I need to create a principle
> johndoe/postgres(at)REALM(dot)COM? If so, what is the keytab that I'd create
> for the postmaster? postgres/host(dot)example(dot)com(at)REALM(dot)COM?

You're right about the keytab -- the postmaster needs a key for
"postgres/hostname(at)REALM" in the keytab file (which it needs to be able
to read -- I often forget that) in order to use Kerberos for
authentication.

Authorization is still handled the same way it would be if you were
using password authentication (i.e., you need to grant privileges to
particular users for particular databases and tables, in your example,
for a user named "johndoe").

HTH,

Nalin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Arcady Genkin 2001-10-01 14:45:18 Re: UNIQUE constraint and indexing
Previous Message Andy Hallam 2001-10-01 13:08:53 Re: CREATION OF PRIMARY KEYS