RE: KRB5 1.5 or 1.6 compiled on AIX 5.2/5.3

2007-02-09 Thread Lamar.Saxon
Wasn't really the solution I came up with; but it worked. You might be correct since now the OpenSSL binaries will not build against the Kerberos libraries currently. libssl and libcrypto build fine along with everything else; but the actual openssl binary fails. Phil, Have you

RE: Kerberos 5 v1.5.1 on AIX 5.2 or AIX 5.3

2006-09-18 Thread Lamar.Saxon
Believe it or not; both solutions seem to work and compilation succeeds ! #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ { \ (HP) = (gethostbyname_r((NAME), TMP.ent, TMP.data)\ ? 0

Re: AIX 5.3: kinit(v5): Cannot resolve network address for KDC in requested realm while getting initial credentials

2005-11-09 Thread Lamar.Saxon
Christopher, I had the exact same problem. I was given 2 patches for KRB 1.4.1 and it fixed the problem. I applied the patches to my 1.4.2 source and the problem is resolved there too. Here are the patches: DNSGLUE.C Patch: *** ./src/lib/krb5/os/dnsglue.c.origFri Jan 14 17:10:53

RE: Kerberos Digest, Vol 29, Issue 7

2005-05-06 Thread Lamar.Saxon
Made the changes and compiling now on AIX 5.2. Will let you know the results shortly. Thanks for all the help. Really appreciate it. Lamar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, May 06, 2005 5:19 AM To:

RE: Kerberos Digest, Vol 29, Issue 7

2005-05-06 Thread Lamar.Saxon
Made the patch changes; but the problem still exists. I went back and reinstalled the 1.3.6 with my krb5.conf file and it still works flawlessly. 1.4.1 still returns: Cannot resolve network address for KDC in requested realm while getting initial credentials Thanks again and if there is

RE: KRB5 1.4 vs. KRB5 1.3.6 on AIX 5.2

2005-04-26 Thread Lamar.Saxon
Downloaded KRB5 1.4.1 and the installation worked great with GCC and AIX make. None of the problems that were encountered with 1.4.0 and the unbalanced (. The problem with: /usr/local/kerberos/bin/kinit -V kinit(v5): Cannot resolve network address for KDC in requested realm while getting

KRB5 1.4 vs. KRB5 1.3.6 on AIX 5.2

2005-04-21 Thread Lamar.Saxon
I was hoping someone might be able to help me fix an issue I have encountered. I tested KRB5 1.3.6 on AIX 5.2 using C for AIX and the installed make. Created a krb5.conf and krb5.keytab to talk to a Windows 2k AD Domain Controller. Had no issues, connected and received tickets fine. I recently