Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Tom Yu
> "bbense" == Booker C Bense <[EMAIL PROTECTED]> writes: bbense> I did a clean slate and configured 1.6.1 with bbense> ./configure --prefix=/afs/slac.stanford.edu/package/krb5/1.6.1/sun4x_59 bbense> and got the same error. I then poked around in config/shlib.conf and bbense> as near as I can

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Booker C. Bense
> On Jul 5, 2007, at 3:57 PM, Tom Yu wrote: >> The configure script should detect GCC and change the shared library >> build command accordingly, and in my experience it works. The >> "-shared -h libkrb5support.so.0" looks like the configure script >> thought it was compiling with Sun's C compil

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Booker C. Bense
On Jul 5, 2007, at 3:57 PM, Tom Yu wrote: > > What were the exact arguments you gave to the configure script, and > what were the settings (if any; ideally they are unset!) of the > environment variables CC and LD during both configure time and make > time? Well, the last run I did was env CC=g

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Tom Yu
> "bbense" == Booker C Bense <[EMAIL PROTECTED]> writes: bbense> + gcc -g -O2 -Wall -Wmissing-prototypes -Wcast-qual -Wcast-align - bbense> Wconversion -Wshadow -pedantic bbense> -shared -h libkrb5support.so.0 -o libkrb5support.so.0.1 threads.so bbense> init-addrinfo.so plugins.so bbense> e

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Russ Allbery
Booker C Bense <[EMAIL PROTECTED]> writes: > I am using gcc 3.2.3 and the only odd thing I can see is the > -shared -h libkrb5support.so.0 > option. Documentation on what -h actually does seems sparse... It > certainly doesn't do what is listed in the man page. -h is actually an ld option (it s

Re: Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Tim Mooney
In regard to: Compiling 1.5.3 or 1.6.1 on Solaris 5.9, Booker C. Bense said...: > I've been pulling my hair out over this for a couple hours and I > can't see forest for trees at this > point. Both version fail to compile libkrb5support.so.0.1 with this > error > > + gcc -g -O2 -Wall -Wmissing-pro

Compiling 1.5.3 or 1.6.1 on Solaris 5.9

2007-07-05 Thread Booker C. Bense
I've been pulling my hair out over this for a couple hours and I can't see forest for trees at this point. Both version fail to compile libkrb5support.so.0.1 with this error + gcc -g -O2 -Wall -Wmissing-prototypes -Wcast-qual -Wcast-align - Wconversion -Wshadow -pedantic -shared -h libkrb5sup

Re: kadmin: GSS-API (or Kerberos) error

2007-07-05 Thread Sadique Puthen
Make sure that the client and server is in sync with a time server. Anthony Ho wrote: > Hi Guys, > > This is my first email to this mailing list. I've encountered some issue > with my kerberos implementation. I've already setup my kdc and i'm able > to kinit and klist my tickets. The only problem

Re: Kerberized ssh under RHEL 4 - Single sign on

2007-07-05 Thread Sean P. Elble
You might want to check your /etc/ssh/sshd_config file for the following options: GSSAPIAuthentication yes GSSAPICleanupCredentials yes With those two options set, OpenSSH should be able to accept Kerberos tickets, and with any luck, that's the problem (i.e. those options not being set). Hope

Kerberized ssh under RHEL 4 - Single sign on

2007-07-05 Thread Ido Levy
Hello, I am trying to configure kerberized ssh service on Linux machine running RHEL 4 image. Obtaining a kerberos ticket in the login process in an interactive mode ( when providing a password ) is working properly, but when already having a ticket the ssh always ask for a password and the sing