Re: Kerberized login for LINUX

2002-08-29 Thread Turbo Fredriksson
Quoting Harry Rüter <[EMAIL PROTECTED]>: > i'm interested in changing my login > on my LINUX-running computer to a kerberized one. > > So, is there a page on the web, which describes the tings i > have to do step by step ? > Or can someone on the list tell me the necessary steps ? http://www.ba

Re: problem in installing postgresql with kerberos in HP-UX

2002-08-29 Thread Sam Hartman
> "James" == James Camaron <[EMAIL PROTECTED]> writes: James> Hello All, Anybody installed postgresql with kerberos in James> HP-UX-11.x ? Please do not use the Postgres Kerberos support. It is insecure in multiple ways. It does not perform mutual authentication nor does it integri

Re: Kerberized login for LINUX

2002-08-29 Thread Security Admin
> - Cusack's module -- check http://www.nectar.com/zope/krb/ for a > package that was written for Solaris but that reportedly also works > with Linux. This module works with Kerberos V5. I'm getting DNS > errors on that domain at the moment, though; perhaps this Web page > has moved. Thi

Re: problem in installing postgresql with kerberos in HP-UX

2002-08-29 Thread Security Admin
On Thu, 29 Aug 2002, James Camaron wrote: If it is indeed installed, but in another location (i.e. /usr/mit, /usr/kerberos try.. CPPFLAGS='-I/usr/mit/include' LDFLAGS='-L/usr/mit/lib ./configure --with-krb5 --jason > Hello All, > > Anybody installed postgresql with kerbero

Re: problem in installing postgresql with kerberos in HP-UX

2002-08-29 Thread Paul Vixie
[EMAIL PROTECTED] (James Camaron) writes: > I have problem in installing posgresql-7.2.1 with > kerberos 5 in HP-UX. I'm using gmake and gcc-3.1 for > compiling postgresql. When i give > > ./configure --with-krb5 > > The following error occurs > > following error checking for com_err in -lcom_

Re: Kerberized login for LINUX

2002-08-29 Thread Rod Smith
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Harry Rüter) writes: > Hi, > > i'm interested in changing my login > on my LINUX-running computer to a kerberized one. > > So, is there a page on the web, which describes the tings i > have to do step by step ? > Or can someone on the li

Re: Kerberized login for LINUX

2002-08-29 Thread klaas hagemann
Hi Harry, the best way is to use the pam_krb5 module. i used the one which is shipped with redhat. it works perfect for suse linux. download the rpm and install the pam-module. you will need the krb5-libs from redhat as well or you will have to do some renaming with the libaries. to be sure that

Re: Kerberized login for LINUX

2002-08-29 Thread Nils Olav Selåsdal
On Thu, 2002-08-29 at 13:40, Harry Rüter wrote: > Hi, > > i'm interested in changing my login > on my LINUX-running computer to a kerberized one. > > So, is there a page on the web, which describes the tings i > have to do step by step ? > Or can someone on the list tell me the necessary steps

Kerberized login for LINUX

2002-08-29 Thread Harry Rüter
Hi, i'm interested in changing my login on my LINUX-running computer to a kerberized one. So, is there a page on the web, which describes the tings i have to do step by step ? Or can someone on the list tell me the necessary steps ? The problem is, that a misconfguration could make the compute

problem in installing postgresql with kerberos in HP-UX

2002-08-29 Thread James Camaron
Hello All, Anybody installed postgresql with kerberos in HP-UX-11.x ? I have problem in installing posgresql-7.2.1 with kerberos 5 in HP-UX. I'm using gmake and gcc-3.1 for compiling postgresql. When i give ./configure --with-krb5 The following error occurs following error checking for com_er