LUISRAMOS wrote:
> We have a unix web server with Apache were we installed kerberos to
> implement single sign on.
I guess you're using mod_auth_kerb?
> The idea with this is to have the ability of
> autenticating through the Windows Active Directory once not needing to log
> again in the unix b
Problem solved!
The trouble was the 'realm' parameter should have been named
"OLLUSA.EDU" and not "OLLUSA." I had seen the OLLUSA name mentioned in
the Active Directory tools area, but I learned that the Kerberos domain
name is always the domain name (ollusa.edu) in upper case. By viewing
the
On Wed, Oct 28, 2009 at 11:20:22AM -0700, jim_bob wrote:
> Hello, I am trying to get ssh single sign on working with kerberos but
> it keeps failing with "server not found in Kerberos database" the
Tail the logs on the kerberos server when you try to log in, and see what ssh
is really asking for.