Re: problems compiling krb5.1.2 on solaris 8

2002-05-22 Thread Marc
[EMAIL PROTECTED] wrote: I am trying to compile krb5.1.2 on solaris 8 using gcc, I have tried the solaris make as well as GNU make and both have failed giving the following error. Following is the error I get. Any help is greately appreciated. thanks Zahid

Re: problems compiling krb5.1.2 on solaris 8

2002-05-22 Thread Marcus Watts
Someone with the apparently bogus e-mail address Marc [EMAIL PROTECTED] writes: making all in include/kerberosIV... cd . autoheader --localdir=../. sh: autoheader: not found It looks like you need GNU autoconf... autoconf is typically something a developer would run, after making

OpenSSH problem on Solaris 8

2002-05-22 Thread Marc
Hello, I have installed OpenSSH 3.1p1 with the patches applied from swx.co.uk but it still somehow doesn't work, here is the output of a -d on the server: bash-2.03# ./sshd -d -p 999 debug1: sshd version OpenSSH_3.1p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done:

Re: kdb5_util dump on host1 kdb5_util load on host2

2002-05-22 Thread Turbo Fredriksson
a. kdb5_util create -s = Use whatever password, it's to be removed/changed. 2. Load the database dump a. kdb5_util load krb5-20020522 = krb5-20020522 is the dump file 3. Create the new stash file from database a. rm /etc/krb5kdc/stash b. kdb5_util stash -f /etc/krb5kdc/stash

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Simon Wilkinson
Marc ([EMAIL PROTECTED]) wrote: : debug1: No principal in keytab matches desired name This is your problem. You need a host/hostname principal in the default keytab (probably /etc/krb5.keytab) of the server. Cheers, Simon. Kerberos mailing list

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Marc
Simon Wilkinson wrote: Marc ([EMAIL PROTECTED]) wrote: : debug1: No principal in keytab matches desired name This is your problem. You need a host/hostname principal in the default keytab (probably /etc/krb5.keytab) of the server. Cheers, Simon. Well that's strange because I

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Turbo Fredriksson
Marc == Marc [EMAIL PROTECTED] writes: Marc bash-2.03# ./sshd -d -p 999 Marc [...] Marc 1 host/hostname.domain.com@REALM Yes, but you don't have a 'host/localhost@REALM'... Doing the ssh command above, fall backs to 'localhost' (usually anyway) -- World Trade Center iodine Iran

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Simon Wilkinson
Marc ([EMAIL PROTECTED]) wrote: : Well that's strange because I have one: : 1 host/hostname.domain.com@REALM Apologies for the stupid question - but this isn't literally host/hostname.domain.com@REALM, but rather host/mymachine.mydomain@MYREALM (with mymachine, mydomain and MYREALM replaced

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Marc
Simon Wilkinson wrote: Marc ([EMAIL PROTECTED]) wrote: : Well that's strange because I have one: : 1 host/hostname.domain.com@REALM Apologies for the stupid question - but this isn't literally host/hostname.domain.com@REALM, but rather host/mymachine.mydomain@MYREALM (with

jobstor.com - Data Storage Job Board

2002-05-22 Thread jobstor.com
Title: Untitled Document Finally A Job Board for the Data Storage Industry www.jobstor.com You are receiving this email because you have been identified as an individual within the data storage industry. jobstor.com went live last week

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Jacques A. Vidrine
On Wed, May 22, 2002 at 03:56:48PM +0200, Marc wrote: yes hostname is the same output except that with hostname i don't get the domainname. That might be the problem. Try setting your hostname to the FQDN. -- Jacques A. Vidrine [EMAIL PROTECTED] http://www.nectar.cc/

Re: kdb5_util dump on host1 kdb5_util load on host2

2002-05-22 Thread Sam Hartman
Why didn't just copying the stash file work? Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Steve Langasek
On Wed, May 22, 2002 at 08:32:55AM -0500, Jacques A. Vidrine wrote: On Wed, May 22, 2002 at 01:42:54PM +0200, Marc wrote: Well that's strange because I have one: bash-2.03# klist -k Keytab name: FILE:/etc/krb5/krb5.keytab KVNO Principal

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Marc
Jacques A. Vidrine wrote: On Wed, May 22, 2002 at 03:56:48PM +0200, Marc wrote: yes hostname is the same output except that with hostname i don't get the domainname. That might be the problem. Try setting your hostname to the FQDN. Incredible, I setted hostname to reflect

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Austin Gonyou
An easy way around this problem is to ensure that your host/machine exists as that name in DNS. If it's a small network, that's usually not a problem. So, in DNS, have machine as a PTR and machine.domain as the A record. Add *only* the host/machine@REALM to the kdc as a principal, then your

Logging Microsoft Win2K KDC

2002-05-22 Thread Adam Bentley
I was wondering if anyone had tried enabling logging on the KDC on Windows 2000. Microsoft say a registry entry of, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters Registry Value: LogLevel Value Type: REG_DWORD Value Data: 0x1 and a reboot should enable it.

Re: kdb5_util dump on host1 kdb5_util load on host2

2002-05-22 Thread Turbo Fredriksson
Sam == Sam Hartman [EMAIL PROTECTED] writes: Sam Why didn't just copying the stash file work? Don't know. It claimed integrity problems, that's all know.. . -- NORAD tritium Rule Psix nitrate Qaddafi terrorist assassination 767 North Korea arrangements Peking jihad $400 million in gold

RE: OpenSSH problem on Solaris 8

2002-05-22 Thread Nicolas . Williams
I've seen problems like this caused by incorrect resolv.conf setup or inconsistency between the DNS RRs for the host and the host's configuration. Nico -- -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:23 PM To: [EMAIL PROTECTED]

RE: OpenSSH problem on Solaris 8

2002-05-22 Thread Nicolas . Williams
Ideally the acceptor name is irrelevant to the acceptor. After all, the ability to accept a sec context implies having the necessary and valid keytab entries available, and that is good enough IMHO. Such behaviour would be necessary on virtualized servers. For the acceptor to accept GSS

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Jacques A. Vidrine
On Wed, May 22, 2002 at 10:28:03AM -0500, Steve Langasek wrote: I would love it if you could send these patches to me (or to the list), because it would save me the trouble of writing them. I have a two-node high availability cluster here that I'd like to use kerberized ssh on, and it bugs

Re: OpenSSH problem on Solaris 8

2002-05-22 Thread Jacques A. Vidrine
On Wed, May 22, 2002 at 02:34:02PM -0400, [EMAIL PROTECTED] wrote: Ideally the acceptor name is irrelevant to the acceptor. After all, the ability to accept a sec context implies having the necessary and valid keytab entries available, and that is good enough IMHO. Such behaviour would be

Re: kdb5_util dump on host1 kdb5_util load on host2

2002-05-22 Thread Tom Yu
turbo == Turbo Fredriksson [EMAIL PROTECTED] writes: Sam == Sam Hartman [EMAIL PROTECTED] writes: Sam Why didn't just copying the stash file work? turbo Don't know. It claimed integrity problems, that's all know.. Unfortunately, I seem to recall that the stash file is byte-order dependent.