:> > Hello.
:> > Im about to connect a Solaris 2.7 client to a windows 2000
:> > proffesional server and the connection is supposed to be done via
:> > kerberos v5 authentication.
:> > Is it possible?
:> > Does Solaris 2.7 have Kerberos 5 built in?
:> > If it has, is it the whole version or do I need to ad something?
:>
:> Solaris 8 has Kerberos 5. Be warned that the default Windows 2000
:> is not configured to authenticate standard MIT version 5 kerberos.
:> Microsoft has a document on their support site on how to enable
:> the MIT standard kerberos.
:>
:> ----Bob
:>
:> --
:> Bob Palowoda The Solaris x86 Corner http://fishbutt.fiver.net
:>
: Is there a way to use Solaris 2.7 to use Kerberos v5?
Yes, I have been using MIT Kerberos 5 with both Solaris 2.6
and 2.7 for a long time. The source code build flawless on
both versions with the GCC compiler. (http://gcc.gnu.org)
Sun Workshop compiler with trial licence also works perfect.
How to get it:
Go to http://ftpsearch.ntnu.no and type 'krb5-1.1.1.*.tar.gz' in the
search field and hit enter. The distribution is splitted up
in tree parts, one containing the base and one containing
the crypto parts and one for the documentation.
krb5-1.1.1.src.tar.gz
krb5-1.1.1.crypto.tar.gz
krb5-1.1.1.doc.tar.gz
You can also get it from here:
ftp.eos.hokudai.ac.jp/pub/network/security/kerberos5/
And the homepage are at:
http://web.mit.edu/kerberos/www/
- bln