RE: ksu: Incorrect net address while geting credentials fromkdc

2002-11-02 Thread Adams Kevin J
es are, unlike kinit does? Is there something I'm not doing, or a way around this? Thanks, Kevin -Original Message- From: Sam Hartman [mailto:hartmans@;mit.edu] Sent: Saturday, November 02, 2002 12:59 PM To: Adams Kevin J Cc: [EMAIL PROTECTED] Subject: Re: ksu: Incorrect net address

ksu: Incorrect net address while geting credentials from kdc

2002-11-01 Thread Adams Kevin J
Dear kerberos helpers, I have some multihomed Linux (krb 1.2.5) and AIX (krb 1.2.2) hosts, with the KDC on AIX. If I kinit -A from Linux, and telnet -F to AIX, the forwarded ticket always has an address. On Linux the ticket does not have an address, but the forwarded ticket on AIX does. Then, wh

RE: CTRL+C hangs RSH and RLOGIN

2002-01-14 Thread Adams Kevin J
These are the instructions I used for this and other patches: Hello, > > I recently downloaded some patches for TELNETD and FTPD to fix buffer > overflow exposures. > > The patch is in DIFF format. Is there a way to apply the patches with > out manually editing the source files? > Use "patch

RE: CTRL+C hangs RSH and RLOGIN

2002-01-11 Thread Adams Kevin J
Hi, Here's what I did to fix my problem in AIX 4.3.3 ML08. Your problem looks a little different. Booker C. Bense was nice enough to send me this: - It's under AIX and written by Sam Hartman. Here's the patch to krlogind.c Index: krlogind.c

appdefaults not taking in /etc/krb5.conf

2001-12-12 Thread Adams Kevin J
Hi, I'm trying to set telnet -x -a as defaults via the appdefaults stanza in /etc/krb5.conf. No matter what I do, it does not take. I've tried a stanza as follows, even adding it to the realms stanza: [appdefaults] telnet = { encrypt = true autologin = true } W