Re: Questions about Integrated Windows Authentication

2021-06-28 Thread Carsten Klein
Sorry Mark, I've clicked the wrong button in my mail client :( On 28.06.2021 15:29, Mark Thomas wrote: Note that Tomcat 7 is no longer supported. I guess it's nearly the same for all versions of Tomcat. That looks more like some form of configuration issue but I always found the Kerberos

Re: Questions about Integrated Windows Authentication

2021-06-28 Thread Mark Thomas
On 28/06/2021 10:36, Carsten Klein wrote: Hi there, I have two questions about Tomcat's Integrated Windows Authentication: Tomcat is stuck on version 7.0.52 on an outdated Ubuntu 14.04 LTS. Note that Tomcat 7 is no longer supported. 1. useDelegatedCredential = true I'm using JNDIRealm

Questions about Integrated Windows Authentication

2021-06-28 Thread Carsten Klein
Hi there, I have two questions about Tomcat's Integrated Windows Authentication: Tomcat is stuck on version 7.0.52 on an outdated Ubuntu 14.04 LTS. 1. useDelegatedCredential = true I'm using JNDIRalm together with the SPNEGO authenticator. If the Realm's option 'useDelegatedCredential

SSO using Reverse Proxy from IIS to Apache Tomcat 8.0.22 (Use Windows Authentication NTLM)

2018-05-15 Thread Agrawal, Suraj (CORP)
Hi Team, We are trying to do implement SSO using windows integrated authentication (NTLM) on Apache Tomcat 8.0.22 for Rest API calls. We are following "Windows Authentication How To" --> Reverse Proxies --> Microsoft IIS. We configured ISAPI_Redirect.dll for reverse proxy.

Re: Integrated Windows Authentication for TomCat 7

2016-05-25 Thread Mark Thomas
pdesk Webapp to login automatically > gathering the information from the windows login. (automatic LDAP > authentication) > > I have done some research and found out that it is possible to integrate > the windows authentication through Tomcat (SPNEGO), but my question is, > how to I g

Integrated Windows Authentication for TomCat 7

2016-05-25 Thread Clinton Breed
login. (automatic LDAP authentication) I have done some research and found out that it is possible to integrate the windows authentication through Tomcat (SPNEGO), but my question is, how to I get past the Login on the Webapp (n-able Helpdesk) The authentication options I have on n-able Helpdesk

Re: Windows Authentication

2016-03-07 Thread tomcat
this list with some knowledge of WIA/Kerberos, but such issues are probably not their main focus, or their main area of expertise. You may have a bit more luck (or at least find more people focused on Windows authentication) on the Samba list for example. Maybe try here : https://lists.samba.org/ma

Re: Windows Authentication

2016-03-07 Thread tomcat
On 07.03.2016 06:10, Chanchal Kariwala wrote: The article which suggested that NTLM is being used by Winlogon instead of Kerberos : http://stackoverflow.com/questions/5597573/how-to-find-if-ntlm-or-kerberos-is-used-from-www-authenticate-negotiate-header So the token browser sends on first 401

Re: Windows Authentication

2016-03-06 Thread Chanchal Kariwala
The article which suggested that NTLM is being used by Winlogon instead of Kerberos : http://stackoverflow.com/questions/5597573/how-to-find-if-ntlm-or-kerberos-is-used-from-www-authenticate-negotiate-header So the token browser sends on first 401 starts from YHkG... And the second token begins

Re: Windows Authentication

2016-03-06 Thread Chanchal Kariwala
In response to *George Stanchev*, I tried with Chrome and IE 11, same behavior in both. And yes I tried waffle, but in another webapp. Waffle does not prompt for the credentials. In response to *André Warnier*, I tired that to no avail :( In response to *Felix Schumacher*, It is not a problem

Re: Windows Authentication

2016-03-05 Thread Felix Schumacher
Am 04.03.2016 um 10:11 schrieb Chanchal Kariwala: I tries what you asked and I have observed the following 1. Browser sends a request for the resource Server replies with HTTP 401 and WWW-Authenticate: Negotiate in Response Headers 2. Browser sends a new request with the following in Request

Re: Windows Authentication

2016-03-04 Thread tomcat
ant to go over that thread to see it can give you pointers. [1] https://github.com/dblock/waffle/issues/268 -Original Message- From: Chanchal Kariwala [mailto:chanchal.kariw...@seclore.com] Sent: Friday, March 04, 2016 2:52 AM To: Tomcat Users List <users@tomcat.apache.org> Subj

RE: Windows Authentication

2016-03-04 Thread George Stanchev
...@seclore.com] Sent: Friday, March 04, 2016 2:52 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Windows Authentication But how does the browser decide on Basic Auth? Usually 401 Response contains WWW-Authenticate: Basic realm="MyREALM" to indicate Basic Auth Th

Re: Windows Authentication

2016-03-04 Thread Chanchal Kariwala
But how does the browser decide on Basic Auth? Usually 401 Response contains WWW-Authenticate: Basic realm="MyREALM" to indicate Basic Auth Thanks, Chanchal R. Kariwala Product Engineer Seclore Technology chanchal.kariw...@seclore.com www.seclore.com On Fri, Mar 4, 2016 at 3:16 PM, André

Re: Windows Authentication

2016-03-04 Thread tomcat
On 04.03.2016 10:11, Chanchal Kariwala wrote: I tries what you asked and I have observed the following 1. Browser sends a request for the resource Server replies with HTTP 401 and WWW-Authenticate: Negotiate in Response Headers Fine. 2. Browser sends a new request with the following in

Re: Windows Authentication

2016-03-04 Thread Chanchal Kariwala
I tries what you asked and I have observed the following 1. Browser sends a request for the resource Server replies with HTTP 401 and WWW-Authenticate: Negotiate in Response Headers 2. Browser sends a new request with the following in Request Headers Authorization: Negotiate

Re: Windows Authentication

2016-03-03 Thread tomcat
On 04.03.2016 07:16, Chanchal Kariwala wrote: I am using Tomcat 8.0.32 and I have followed the guide given at - https://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#Tomcat_instance_(Windows_server) -

Windows Authentication

2016-03-03 Thread Chanchal Kariwala
I am using Tomcat 8.0.32 and I have followed the guide given at - https://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#Tomcat_instance_(Windows_server) - https://dzone.com/articles/do-not-publish-configuring-tomcat-single-sign-on-w Windows AD Auth is working i.e. when I

Re: Windows authentication : outdated link

2015-03-13 Thread Konstantin Kolinko
2015-03-13 15:04 GMT+03:00 André Warnier a...@ice-sa.com: Hi. Errata : In the page http://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#References (and also in the corresponding Tomcat 7 page), the link to Geronimo configuration for Windows authentication leads to : https

Windows authentication : outdated link

2015-03-13 Thread André Warnier
Hi. Errata : In the page http://tomcat.apache.org/tomcat-8.0-doc/windows-auth-howto.html#References (and also in the corresponding Tomcat 7 page), the link to Geronimo configuration for Windows authentication leads to : https://cwiki.apache.org/GMOxDOC21/using-spengo-in-geronimo.html

Re: Windows authentication : outdated link

2015-03-13 Thread Konstantin Kolinko
to Geronimo configuration for Windows authentication leads to : https://cwiki.apache.org/GMOxDOC21/using-spengo-in-geronimo.html#UsingSpengoingeronimo-SettinguptheActiveDirectoryDomainController which returns : The requested URL /confluence/display/GMOxDOC21/using-spengo-in-geronimo.html

RE: Built-in Tomcat Support for Windows Authentication

2014-10-24 Thread Philippe Wijdh
Alright, thanks. We will try once more from scratch. -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: donderdag 23 oktober 2014 20:42 To: Tomcat Users List Subject: Re: Built-in Tomcat Support for Windows Authentication Am 23.10.2014 um 11:07

RE: Built-in Tomcat Support for Windows Authentication

2014-10-24 Thread Philippe Wijdh
- From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Sent: woensdag 22 oktober 2014 18:56 To: Tomcat Users List Subject: Built-in Tomcat Support for Windows Authentication On 10/22/2014 4:40 AM, Philippe Wijdh wrote: Hello, We have spent a long time now, trying to set up Apache Tomcat

Re: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Mark Thomas
On 22/10/2014 10:40, Philippe Wijdh wrote: Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html but we cannot make it work properly, the logon

RE: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Philippe Wijdh
)345 516 663, E:  p.wi...@assai.nl, W: www.assai-software.com -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: donderdag 23 oktober 2014 7:53 To: Tomcat Users List Subject: Re: Built-in Tomcat Support for Windows Authentication Am 22. Oktober

Re: Built-in Tomcat Support for Windows Authentication

2014-10-23 Thread Felix Schumacher
Support for Windows Authentication Am 22. Oktober 2014 11:40:56 MESZ, schrieb Philippe Wijdh p.wi...@assai.nl: Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows

Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Philippe Wijdh
Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html but we cannot make it work properly, the logon dialog keeps appearing and trying to log

Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Terence M. Bandoian
On 10/22/2014 4:40 AM, Philippe Wijdh wrote: Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html but we cannot make it work properly, the logon

Auto-Re: Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread WLICSMB2014
ëN8ãx×}ëÝüߝøÔ*'µéíO*^µìmþ™ZŠw!j»

Re: Built-in Tomcat Support for Windows Authentication

2014-10-22 Thread Felix Schumacher
Am 22. Oktober 2014 11:40:56 MESZ, schrieb Philippe Wijdh p.wi...@assai.nl: Hello, We have spent a long time now, trying to set up Apache Tomcat with Windows Authentication. We followed the instructions as per http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html but we cannot make

Re: Tomcat windows authentication domain login issue

2014-10-16 Thread André Warnier
Tantaryu, The problem currently is that you messages appear to the list readers, as pretty unreadable blobs of text. Not many of the busy people here will feel motivated enough to decrypt/reformat them, before they understand even the basics of your questions. Since you are the one who

RE: Tomcat windows authentication domain login issue

2014-10-15 Thread tantaryu
By the way, this is using tomcat 8 and it's running on Linux. Windows machines are the AD server and the client. -- View this message in context: http://tomcat.10.x6.nabble.com/Tomcat-windows-authentication-domain-login-issue-tp5023801p5023860.html Sent from the Tomcat - User mailing list

Re: Tomcat windows authentication domain login issue

2014-10-15 Thread Felix Schumacher
Am 15.10.2014 um 03:48 schrieb tantaryu: Okay, now I tried with a email client. Let's see if it works. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes

RE: Tomcat windows authentication domain login issue

2014-10-15 Thread tantaryu
Let's hope it works this time. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes with tomcat to do a poc. In my web.xml I change auth-methodBASIC/auth

Re: Tomcat windows authentication domain login issue

2014-10-15 Thread Felix Schumacher
Am 15.10.2014 um 10:22 schrieb tantaryu: Let's hope it works this time. If this was your try to add newlines, than I think it failed. Felix I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses

RE: Tomcat windows authentication domain login issue

2014-10-15 Thread tantaryu
Okay, this might sounds funny. But how do I add a newlines? Date: Wed, 15 Oct 2014 01:37:42 -0700 From: ml-node+s10n5023863...@n6.nabble.com To: ming...@outlook.com Subject: Re: Tomcat windows authentication domain login issue Am 15.10.2014 um 10:22 schrieb tantaryu: Let's hope

RE: Tomcat windows authentication domain login issue

2014-10-15 Thread Felix Schumacher
. Maybe it has saner defaults. Regards Felix Date: Wed, 15 Oct 2014 01:37:42 -0700 From: ml-node+s10n5023863...@n6.nabble.com To: ming...@outlook.com Subject: Re: Tomcat windows authentication domain login issue Am 15.10.2014 um 10:22 schrieb tantaryu: Let's hope it works this time

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread Felix Schumacher
Am 14.10.2014 um 05:32 schrieb tantaryu: I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes with tomcat to do a poc. In my web.xml I change and also changes

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Oh, let me try again. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes with tomcat to do a poc. In my web.xml I change to and also changes the auth-constraint

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Let me know if you can read it still. I didn't checked the Message is in HTML Format option. -- View this message in context: http://tomcat.10.x6.nabble.com/Tomcat-windows-authentication-domain-login-issue-tp5023801p5023853.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Tomcat windows authentication domain login issue

2014-10-14 Thread Caldarale, Charles R
From: tantaryu [mailto:ming...@outlook.com] Subject: Re: Tomcat windows authentication domain login issue Let me know if you can read it still. I didn't checked the Message is in HTML Format option. It didn't help. Don't use Nabble - post to the user's list directly from an e-mail client

RE: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Okay, now I tried with a email client. Let's see if it works. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes with tomcat to do a poc. In my web.xml I

Tomcat windows authentication domain login issue

2014-10-13 Thread tantaryu
I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the manager web application comes with tomcat to do a poc. In my web.xml I change and also changes the auth-constraint to the following

Re: I need help in configuring windows authentication in tomcat 7.0

2013-03-22 Thread Mark Thomas
list - essentially it can not/should not be done. Please see http://wiki.apache.org/tomcat/FAQ/Password for details While generally that is correct, JNDIRealm plus Windows authentication is a special case. It should be possible to remove the connectionName and connectionPassword attributes from

I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread Roberto Barale
I want to setup windows authentication in my tomcat 7.0.37 I read the user guide http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html and I follow all the step in Domain Controller and Tomcat Instance Then I write the $CATALINA_BASE\webapps\myappl\WEB-INF\web.xml and the $CATALINA_BASE

Re: I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread chris derham
Context RealmclassName=org.apache.catalina.realm.JNDIRealm adCompat=true allRolesMode=authOnly referrals=follow connectionURL=ldap://dc01.mydom.local:389; connectionName=mydom\tcuser connectionPassword=Pa55w0rd userBase=dc=mydom,dc=local

Re: Manager App not working with Windows authentication enabled

2013-03-20 Thread André Warnier
Harris Mark R wrote: Sorry, guess I was not clear enough. We are using Microsoft's IIS to front-end Tomcat, not the Apache HTTP server. Apache HTTP server is not an option for our environment. We would prefer to use the Windows authenticated user passed to Tomcat by IIS, but are open to

Manager App not working with Windows authentication enabled

2013-03-19 Thread Harris Mark R
Environment: IIS 7.5 Tomcat 7.037 AJP/1.3 connector (redirector.dll) v 1.2 Java 7 We have a requirement for a new intranet application that it use Windows authentication. We have this working in our new application. We do have IIS, the connector and Tomcat serving up the application

Re: Manager App not working with Windows authentication enabled

2013-03-19 Thread André Warnier
Harris Mark R wrote: Environment: IIS 7.5 Tomcat 7.037 AJP/1.3 connector (redirector.dll) v 1.2 Java 7 We have a requirement for a new intranet application that it use Windows authentication. We have this working in our new application. We do have IIS, the connector and Tomcat serving up

RE: Manager App not working with Windows authentication enabled

2013-03-19 Thread Harris Mark R
: Tuesday, March 19, 2013 3:28 PM To: Tomcat Users List Subject: Re: Manager App not working with Windows authentication enabled Harris Mark R wrote: Environment: IIS 7.5 Tomcat 7.037 AJP/1.3 connector (redirector.dll) v 1.2 Java 7 We have a requirement for a new intranet application that it use

RE: Windows Authentication on Tomcat 7.0.37 and JRE 7u13 / 64-bit

2013-03-01 Thread Chris Fors
.\conf\web.xml Again no calls to jaas.conf, or krb5.ini Date: Thu, 28 Feb 2013 06:42:35 -0800 From: ma...@apache.org To: users@tomcat.apache.org Subject: Re: Windows Authentication on Tomcat 7.0.37 and JRE 7u13 / 64-bit On 28/02/2013 02:18, Chris Fors wrote: Trying to get Windows

Windows Authentication on Tomcat 7.0.37 and JRE 7u13 / 64-bit

2013-02-28 Thread Chris Fors
Trying to get Windows Authentication operational using the Tomcat Built-in method. Implemented the following but not observed any Windows / Kerberos authentication occuring: - Domain joined windows member server - Domain service account - Delegated SPN for HTTP protocol

Re: Windows Authentication on Tomcat 7.0.37 and JRE 7u13 / 64-bit

2013-02-28 Thread André Warnier
Chris Fors wrote: Trying to get Windows Authentication operational using the Tomcat Built-in method. Implemented the following but not observed any Windows / Kerberos authentication occuring: - Domain joined windows member server - Domain service account - Delegated

Re: Windows Authentication on Tomcat 7.0.37 and JRE 7u13 / 64-bit

2013-02-28 Thread Mark Thomas
On 28/02/2013 02:18, Chris Fors wrote: Trying to get Windows Authentication operational using the Tomcat Built-in method. Implemented the following but not observed any Windows / Kerberos authentication occuring: - Domain joined windows member server - Domain service account - Delegated SPN

Re: Does windows authentication works on Tomcat under Linux.

2013-02-25 Thread André Warnier
Denis wrote: Hello, I want to use Tomcat's Windows Authentication http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html#Third_party_libraries feature to have a reliable domain user name via HTTPServletRequest.getRemoteUser() within my servlet. Questions: 1

Re: Does windows authentication works on Tomcat under Linux.

2013-02-25 Thread Mark Thomas
On 25/02/2013 10:48, André Warnier wrote: Denis wrote: Hello, I want to use Tomcat's Windows Authentication http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html#Third_party_libraries feature to have a reliable domain user name via HTTPServletRequest.getRemoteUser() within my

Re: Does windows authentication works on Tomcat under Linux.

2013-02-25 Thread Denis
It will be helpful for those who don't have time to try-and-fail. On 2/25/2013 2:10 PM, Mark Thomas wrote: On 25/02/2013 10:48, André Warnier wrote: Denis wrote: Hello, I want to use Tomcat's Windows Authentication http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html

Re: Windows Authentication: Issue 49318 vs 47679

2011-04-11 Thread Tim Whittington
On Mon, Mar 28, 2011 at 7:26 AM, Stefan Mayr ste...@mayr-stefan.de wrote: Hello everybody, as many others before we wanted to do single-sign-on for intranet web applications using integrated windows authentication (negotiate because IE sometimes tries NTLM instead of using plain kerberos

Re: Windows Authentication: Issue 49318 vs 47679

2011-04-04 Thread André Warnier
Stefan Mayr wrote: Native SPNEGO in Tomcat sounds great. Waiting a little while depends on your scale of little. Is there already some development we can follow? Will this use Java GSS? I never figured out how to configure this with Tomcat. If you are in a hurry, you may want to have a

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Mark Thomas
On 28/03/2011 22:31, Stefan Mayr wrote: Native SPNEGO in Tomcat sounds great. Waiting a little while depends on your scale of little. Is there already some development we can follow? Will this use Java GSS? I never figured out how to configure this with Tomcat. little hopefully means the next

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Mark Thomas
On 29/03/2011 15:20, Mark Thomas wrote: On 28/03/2011 22:31, Stefan Mayr wrote: Native SPNEGO in Tomcat sounds great. Waiting a little while depends on your scale of little. Is there already some development we can follow? Will this use Java GSS? I never figured out how to configure this with

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Borut Hadžialić
Would adding support for client credential delegation be out of scope for this implementation or not? Client credential delegation is when you use the spnego token construct a javax.security.auth.Subject instance that represents the client - which the server side application can use this to

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Borut Hadžialić
Whoops, i reversed the condition of the if statement, it should be: //check if the credentials can be delegated if (context.getCredDelegState()) { ... } On Tue, Mar 29, 2011 at 9:47 PM, Borut Hadžialić borut.hadzia...@gmail.com wrote: Would adding support for client credential delegation be out

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Mark Thomas
On 29/03/2011 20:47, Borut Hadžialić wrote: Would adding support for client credential delegation be out of scope for this implementation or not? It is in scope with the caveat - as always - that it depends on what the final implementation looks like. I do know (from debug logging) that right

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Borut Hadžialić
On Tue, Mar 29, 2011 at 9:57 PM, Mark Thomas ma...@apache.org wrote: It is in scope with the caveat - as always - that it depends on what the final implementation looks like. I do know (from debug logging) that right now tokens do not allow delegation. I suspect the hardest part of

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-29 Thread Mark Thomas
On 29/03/2011 21:18, Borut Hadžialić wrote: On Tue, Mar 29, 2011 at 9:57 PM, Mark Thomas ma...@apache.org wrote: It is in scope with the caveat - as always - that it depends on what the final implementation looks like. I do know (from debug logging) that right now tokens do not allow

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-28 Thread Borut Hadžialić
...@mayr-stefan.de wrote: Hello everybody, as many others before we wanted to do single-sign-on for intranet web applications using integrated windows authentication (negotiate because IE sometimes tries NTLM instead of using plain kerberos - breaking all our kerberos-only experiments). We thought

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-28 Thread Mark Thomas
found Bug 49318 - add a Negotiate (Kerberos/NTLM) authenticator / integrate Waffle (https://issues.apache.org/bugzilla/show_bug.cgi?id=49318). The last comment links a new Windows Authentication How-To from Mark Thomas. Looks like we have already tried almost all proposed solutions: Thanks

RE: Windows Authentication: Issue 49318 vs 47679

2011-03-28 Thread spring
I should have SPNEGO support in Tomcat 7 fairly soon. This would be great! - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Windows Authentication: Issue 49318 vs 47679

2011-03-28 Thread Stefan Mayr
). The last comment links a new Windows Authentication How-To from Mark Thomas. Looks like we have already tried almost all proposed solutions: Thanks for the great feedback on the options. I put the existing how-to together pretty much entirely on some Google searches. I'll add your feedback to the how

Windows Authentication: Issue 49318 vs 47679

2011-03-27 Thread Stefan Mayr
Hello everybody, as many others before we wanted to do single-sign-on for intranet web applications using integrated windows authentication (negotiate because IE sometimes tries NTLM instead of using plain kerberos - breaking all our kerberos-only experiments). We thought that IIS would

Issues with ntlmauth.dll on Apache Tomcat/5.5.26 (SQL server Windows Authentication)‏

2011-02-24 Thread BLEDAR MEMA
Hi, We have a problem on our production servers . Tomcat was running fine and we decided to use the SQL server Window Authentication by adding ntlmauth.dll in system32 windows folder and updating the jtds to version jtds1.2.5.jar as instructed by the website. This has caused a memory leak in

Re: Issues with ntlmauth.dll on Apache Tomcat/5.5.26 (SQL server Windows Authentication)‏

2011-02-24 Thread André Warnier
BLEDAR MEMA wrote: Hi, We have a problem on our production servers . Tomcat was running fine and we decided to use the SQL server Window Authentication by adding ntlmauth.dll in system32 windows folder and updating the jtds to version jtds1.2.5.jar as instructed by the website. This has

Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
I have a Java web app whereby we have been using the JCIFS open source authentication package that uses NTLMv1 over the past 5 years and it's been working great. However, some of our users are now using Windows 7 that does not accept NTLMv1 authentication and now I'm looking at IIS in order to

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread dB .
IIS Windows Authentication using Tomcat Connector I have a Java web app whereby we have been using the JCIFS open source authentication package that uses NTLMv1 over the past 5 years and it's been working great. However, some of our users are now using Windows 7 that does not accept NTLMv1

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
could not get the userid info either from the client request? Thanks again for your post. -Original Message- From: dB. [mailto:dbl...@dblock.org] Sent: Thursday, May 20, 2010 7:53 AM To: Tomcat Users List Subject: RE: Question regarding IIS Windows Authentication using Tomcat Connector

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread dB .
To: 'Tomcat Users List' Subject: RE: Question regarding IIS Windows Authentication using Tomcat Connector I did see your post from Nabble and I appreciate it. I will hopefully get an opp to try it today if I cannot get an answer to my issue. A few questions on your post below, and pardon my

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
, 2010 9:10 AM To: Tomcat Users List Subject: RE: Question regarding IIS Windows Authentication using Tomcat Connector FQN = fully qualified name (it's unambiguous, usually machine-name\username or domain-name\username). It's there and returned by the Waffle tomcat authenticator. But names may

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread dB .
...@texashealth.org] Sent: Thursday, May 20, 2010 10:34 AM To: 'Tomcat Users List' Subject: RE: Question regarding IIS Windows Authentication using Tomcat Connector Thanks for the reply. 2 more questions if you don't mind: 1. Just wanted to confirm that Waffle does support NTLMv2? We do not use

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-21 Thread Rainer Jung
On 20.05.2009 07:20, pappu wrote: Chuck, --- If by Tomcat 5 you really mean Tomcat 5.0, please be aware that 5.0 has not been supported for quite some time. You do need to move up. --- Yes I do mean Tomcat 5.0. The reason why we are having this

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pappu, On 5/20/2009 1:20 AM, pappu wrote: Yes I do mean Tomcat 5.0. The reason why we are having this version is because we have Business Objects (Analytics Tool) configured to run on tomcat and it only supports for Tomcat 5.0 and Tomcat 5.5. When

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-19 Thread pappu
5 we can't do the mod_jk change. Could you please suggest how to resolve this issue? Thanks in Advance. AM baumar wrote: Hi, We are running an application on Tomcat 6. The authorization is down by IIS with Integrated Windows authentication selected. Whenever we try to access any page

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AM, On 5/19/2009 6:59 AM, pappu wrote: We are running our application on Tomcat 5 and have authorization done by IIS and have configured the IIS to tomcat communication using the iisapi_Redirect. We are facing this issue where we get the

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-19 Thread pappu
://www.nabble.com/%22Request-entity-too-large%22-when-using-SSO-%28IIS-Integrated-Windows-authentication--Tomcat-%29-tp23099072p23628364.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-19 Thread Caldarale, Charles R
From: pappu [mailto:anaga_mahade...@infosys.com] Subject: Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat ) So we having Tomcat 5 means that we cannot change this. If by Tomcat 5 you really mean Tomcat 5.0, please be aware that 5.0 has not been

RE: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-05-19 Thread pappu
in context: http://www.nabble.com/%22Request-entity-too-large%22-when-using-SSO-%28IIS-Integrated-Windows-authentication--Tomcat-%29-tp23099072p23629152.html Sent from the Tomcat - User mailing list archive at Nabble.com

Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-04-17 Thread baumar
Hi, We are running an application on Tomcat 6. The authorization is down by IIS with Integrated Windows authentication selected. Whenever we try to access any page (with IE6), we get a request entity too large response. We switched IIS to Basic authentication, then it works. By analyzing

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-04-17 Thread Scott Bradshaw
. The authorization is down by IIS with Integrated Windows authentication selected. Whenever we try to access any page (with IE6), we get a request entity too large response. We switched IIS to Basic authentication, then it works. By analyzing the network traffic, we saw that IIS is adding a kerberos

Re: Request entity too large when using SSO (IIS Integrated Windows authentication -Tomcat )

2009-04-17 Thread Rainer Jung
with Integrated Windows authentication selected. Whenever we try to access any page (with IE6), we get a request entity too large response. We switched IIS to Basic authentication, then it works. By analyzing the network traffic, we saw that IIS is adding a kerberos header with encrypted data

using windows authentication through JDTS on BIRT on TOMCAT

2009-02-01 Thread hendrik susanto
Hi, I'm newbie with tomcat, Can somebody help me solving my problem? I really apprciate it, cause it has made me frustated Currently I'm working with BIRT, tomcat and MSSQL I use BIRT to create report as an add-on to our ERP. We tried to using windows authentication as SSO in all the report, so

Integrated Windows Authentication in Tomcat

2008-07-22 Thread Faris Ahmed
Hi, I want to use Microsoft Integrated Windows Authentication based on Kerberos in Tomcat using Microsoft IE browsers. I found this: http://appliedcrypto.com/files/tomcat_spnego.pdf Do you know of any other free solutions? Are there better alternatives? Has anyone tried this before

Re: Integrated Windows Authentication in Tomcat

2008-07-22 Thread Steve Ochani
Date sent: Tue, 22 Jul 2008 15:52:34 +0200 From: Faris Ahmed [EMAIL PROTECTED] Subject:Integrated Windows Authentication in Tomcat To: users@tomcat.apache.org Send reply to: Tomcat Users List users@tomcat.apache.org Hi, I want to use Microsoft Integrated Windows

Problem with tomcat behind IIS and modjk using integrated windows authentication

2008-04-03 Thread Martin Grüneberg
. The rest always gets service unavailable from IIS. Other ASP Applications which are using integrated windows authentication work for the affected users. I looked in the log files of IIS and modJK and found nothing. I think it must have something to do with the windows profile because when we

Re: Problem with tomcat behind IIS and modjk using integrated windows authentication

2008-04-03 Thread Mark Thomas
Martin Grüneberg wrote: I think it must have something to do with the windows profile because when we delete the windows profile of the user (c:\Documents and Settings\user) and recreate it then all works well for this user. We don't no why this happens, we can't see a difference between

Re: Windows Authentication against multiple domains

2007-02-11 Thread Pulkit Singhal
Suneet On 2/9/07, Uwe_77 [EMAIL PROTECTED] wrote: Sure, I will let you know. Perhaps we need third party tools. Doese someone knows a solution? -- View this message in context: http://www.nabble.com/RE%3A-Windows-Authentication-against-multiple-domains-tf3203321.html#a8895171 Sent from

Windows Authentication against multiple domains

2007-02-09 Thread kbpo4
Hi, I am having a tomcat webapplication and logon needs to be done via windows-authentication (ldap). I configured authentication against ldap, that works fine for one domain. The problem is, that we are having users in multiple domains. Is there a way to configure authentication against

RE: Windows Authentication against multiple domains

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
if you find out, please let me know...I'm barking up that tree, too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:50 PM To: users@tomcat.apache.org Subject: Windows Authentication against multiple domains Hi, I am having

RE: Windows Authentication against multiple domains

2007-02-09 Thread Uwe_77
Sure, I will let you know. Perhaps we need third party tools. Doese someone knows a solution? -- View this message in context: http://www.nabble.com/RE%3A-Windows-Authentication-against-multiple-domains-tf3203321.html#a8895171 Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Windows Authentication against multiple domains

2007-02-09 Thread Suneet Shah
knows a solution? -- View this message in context: http://www.nabble.com/RE%3A-Windows-Authentication-against-multiple-domains-tf3203321.html#a8895171 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new

RE: Windows Authentication against multiple domains

2007-02-09 Thread John Najarian
To: users@tomcat.apache.org Subject: Windows Authentication against multiple domains Hi, I am having a tomcat webapplication and logon needs to be done via windows-authentication (ldap). I configured authentication against ldap, that works fine for one domain. The problem is, that we

  1   2   >