I have followed the howto on http://tomcat.apache.org to get tomcat to
authenticate via Kerberos to AD.
I have a sniffer running on the network and don't see any attempts from the
tomcat server to talk to AD.
I have looked at the logs and the only one I see any activity in is the
local_access_lo
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Wednesday, November 12, 2014 12:28 PM
To: Tomcat Users List
Subject: Re: Question about Windows Auth howto
On 12/11/2014 18:26, Nutter, Ronald wrote:
> -Original Message-
> From: Mark Thomas [mai
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Wednesday, November 12, 2014 11:46 AM
To: Tomcat Users List
Subject: Re: Question about Windows Auth howto
On 12/11/2014 16:50, Nutter, Ronald wrote:
> I am looking at implementing AD authentication for Tomcat. Be
I am looking at implementing AD authentication for Tomcat. Being new to
Tomcat, I am trying to check the information before setting this up.
The how to shows one part being done on the AD Domain controller and the other
being done on the tomcat server. This seems to infer that I would also need
I have found where keytool is on the server where java has been installed.
What I think I am supposed to do is export a cert from the server running ldap.
As I understand the documentation I have found, I should export the
certificate with private keys.
I have tried windows certmgr and certsrv a
I am trying to implement an application from a vendor who has deployed it using
Tomcat.
Due to a client requirement, I need to use LDAPS to talk to their AD Directory
service. I have it working on LDAP, so I know the config is correct at that
point.
Where I am having a problem is figuring out h