kinit gives relocation error when linking to mech_krb5.so.1

2006-03-08 Thread David Telfer
Hello, I have compiled krb5-1.4.3 on Solaris 9 using gcc 3.4.2 . Configure and make ran succesfully with no errors. When I attempt to run kinit to test, I receive the following error; ld.so.1: kinit: fatal: relocation error: file /usr/lib/gss/gl/mech_krb5.so.1: symbol

Re: kinit gives relocation error when linking to mech_krb5.so.1

2006-03-08 Thread Douglas E. Engert
David Telfer wrote: Hello, I have compiled krb5-1.4.3 on Solaris 9 using gcc 3.4.2 . Configure and make ran succesfully with no errors. When I attempt to run kinit to test, I receive the following error; ld.so.1: kinit: fatal: relocation error: file /usr/lib/gss/gl/mech_krb5.so.1:

~~Using Kerberos tickets for ssh ~~

2006-03-08 Thread Logarajan I
Hi, I have set up a Kerberos Server. I have created user principals on the server. I am able to get the tickets for the user from the KDC. I want to use this tickets for ssh and other logins. Can anyone help me on the same, how to configure SSH to use this tickets for authentication.

Build failure with Kerberos for Windows 3.0

2006-03-08 Thread Yi
I have downloaded the source code for MIT Kerberos for Windows 3.0 via http://web.mit.edu/kerberos/dist/index.html#kfw-3.0 (kfw-3.0-src.zip, 12412k)), but cannot make a good build out of it. There are various missing directories existing only in Makefies, the krbcc\src\CCacheLib folder contains

proxy for kerberos?

2006-03-08 Thread shnukem
Hello, We have a situation where we don't want our user database and passwords on a remote network. And we only allow 1 system in this remote network to access our office network that hold our user database and passwords. However, we do want all the systems in the remote network to be able to

Re: QUERY FOR CROSS REALM AUTHENTICATION

2006-03-08 Thread Richard E. Silverman
HELLO ALL, This is zaheer here, i am working on the cross domain authentication using kerberos, i have configured two domains, and i am in a dilemma as to install 2 KDC in both the domains or is it sufficient for the kdc to be installed in only one single domain, and register the

Re: ~~Using Kerberos tickets for ssh ~~

2006-03-08 Thread Richard E. Silverman
LI == Logarajan [EMAIL PROTECTED] writes: LI Hi, I have set up a Kerberos Server. I have created user LI principals on the server. I am able to get the tickets for the LI user from the KDC. I want to use this tickets for ssh and other LI logins. Can anyone help me on the