Re: Encoding passwords
| От | Nalin Dahyabhai |
|---|---|
| Тема | Re: Encoding passwords |
| Дата | |
| Msg-id | 20011001101304.B2220@redhat.com обсуждение исходный текст |
| Ответ на | Re: Encoding passwords (Lincoln Yeoh <lyeoh@pop.jaring.my>) |
| Список | 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@REALM.COM. Do I need to create a principle > johndoe/postgres@REALM.COM? If so, what is the keytab that I'd create > for the postmaster? postgres/host.example.com@REALM.COM? You're right about the keytab -- the postmaster needs a key for "postgres/hostname@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
В списке pgsql-general по дате отправления: