unable to get default realm for solaris 10

Will Fiveash William.Fiveash at sun.com
Thu Jan 14 13:19:34 EST 2010


On Thu, Jan 14, 2010 at 12:29:27PM +0530, Mohammad, Meraj wrote:
> Hi will,
> 
> Very warm thanks for your reply. Please give me detail about from where
> I will get the native Solaris 10 Kerberos jar files and please also
> provide me installation and configuration process. Is this is a free
> product or require license?.

I don't know what you mean when you refer to "Solaris 10 Kerberos jar
files".  Solaris 10 has support for Kerberos that is very similar to
what MIT provides (utilities like kinit, C libraries like libkrb5.so and
libgss and a GSS security mechanism that uses the Kerberos protocol).
It is bundled with native Solaris 10.  Make sure you have these package
installed: SUNWkrbu SUNWkrbr SUNWgss SUNWgssc SUNWgssdh SUNWgssk

If you want support for a KDC then you'll need: SUNWkdcu  SUNWkdcr

> We want to use Kerberos for Solaris 10 and apache.

I am not sure how apache accesses Kerberos but you can verify what
library a binary is accessing via the ldd command.  Run that on the
binary that apache uses to access libkrb5.  If it isn't using
/usr/lib/libkrb5.so then you'll need to recompile that module to use the
native Solaris libkrb5.

-- 
Will Fiveash
Sun Microsystems Inc.
http://opensolaris.org/os/project/kerberos/
Sent from mutt, a sweet ASCII MUA



More information about the Kerberos mailing list