RE: [cas-dev] SPNEGO docs out of date

2015-09-30 Thread Misagh Moayyed
! From: Fredrik Jönsson [mailto:f...@kth.se] Sent: Wednesday, September 30, 2015 2:33 AM To: cas-dev@lists.jasig.org Subject: Re: [cas-dev] SPNEGO docs out of date Oh, right, sorry. I didn’t realize where the documentation came from. I’ll look into that. Regards, /Fredrik -- Fredrik

Re: [cas-dev] SPNEGO docs out of date

2015-09-30 Thread Fredrik Jönsson
r 30, 2015 2:21 AM To: cas-dev@lists.jasig.org<mailto:cas-dev@lists.jasig.org> Subject: [cas-dev] SPNEGO docs out of date Hi, The page with configuration information for SPNEGO is rather out of date. http://jasig.github.io/cas/4.0.x/installation/SPNEGO-Authentication.html It misses amendment

RE: [cas-dev] SPNEGO docs out of date

2015-09-30 Thread Misagh Moayyed
Would you be able to put together instructions, or better yet, submit a pull request that categorizes the missing instructions? From: Fredrik Jönsson [mailto:f...@kth.se] Sent: Wednesday, September 30, 2015 2:21 AM To: cas-dev@lists.jasig.org Subject: [cas-dev] SPNEGO docs out of date Hi

[cas-dev] SPNEGO docs out of date

2015-09-30 Thread Fredrik Jönsson
Hi, The page with configuration information for SPNEGO is rather out of date. http://jasig.github.io/cas/4.0.x/installation/SPNEGO-Authentication.html It misses amendments necessary for it to work with more recent service registry changes of the login flow. Also, it misses an action on=”warn” in

Re: [cas-dev] SPNEGO doc needs an update

2015-07-16 Thread Misagh Moayyed
Great. Could you please submit a PR? Click the edit icon on that page, which will fork the repo over to your space, and you can make the changes and submit a PR. - Misagh > On Jul 16, 2015, at 3:10 AM, Petr Gašparík - AMI Praha a.s. > wrote: > > Hi, > this documentation need to be updated:

[cas-dev] SPNEGO doc needs an update

2015-07-16 Thread Petr Gašparík - AMI Praha a . s .
Hi, this documentation need to be updated: http://jasig.github.io/cas/development/installation/SPNEGO-Authentication.html *Especially this (really old) part needs update* "Additionally, two existing states need to be modified: 1. gatewayRequestCheck - replace viewLoginForm withstartAuthenticate

[cas-dev] Spnego documentation is not aligned

2014-10-03 Thread Vincenzo Barrea
Hi All, I'm trying to integrate CAS with SPNEGO but the documentation is not aligned. http://jasig.github.io/cas/4.0.0/installation/SPNEGO-Authentication.html I'm reading that I have to modify two states in login-webflow.xml but these states don't have the viewLoginForm transition which should b

RE:[cas-dev] SPNEGO

2012-06-27 Thread Fredrik Jönsson
s-dev@lists.jasig.org Subject: [cas-dev] SPNEGO Hi, I've been looking into enabling SPNEGO for our CAS server and have a question relating to the CAS 3.4.12 + SPNEGO thread in cas-u...@lists.jasig.org. As the SPNEGO module works currently it puts itself as a layer before the username/password auth

[cas-dev] SPNEGO

2012-06-27 Thread Fredrik Jönsson
Hi, I've been looking into enabling SPNEGO for our CAS server and have a question relating to the CAS 3.4.12 + SPNEGO thread in cas-u...@lists.jasig.org. As the SPNEGO module works currently it puts itself as a layer before the username/password authentication, sending an empty 401/Authorization:

[cas-dev] SPNEGO Configuration

2010-10-18 Thread Barbosa, Bernard
Hi, I need help regarding the setting up of SPNEGO in our environment. We have CAS 3.4.2 connecting to LDAP with Debian OS, and Kerberos Server with Windows Server 2003. My question is from the procedure in https://wiki.jasig.org/display/CASUM/SPNEGO do i need to install Kerberos on my CAS Ser

Re: [cas-dev] SPNEGO authentication and NTLM

2010-05-28 Thread Matthieu MARC
My last message was when I was using jcifs 1.3.14. I am using now jcifs 1.2.25. I found that Windows 7 is configured by default to use NTLMv2 only. The configuration is done in the registry : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa\ lmcompatibilityLevel * *LmCompatibilityLe

Re: [cas-dev] SPNEGO authentication and NTLM

2010-05-28 Thread Matthieu MARC
hum, I'm a bit pessimist on NTLMv2 support for CAS : for me, the problem is in the jcifs-ext jar which not support NTLMv2. the password in the class jcifs.smb.NtlmPasswordAuthentication is never set, just to null (in the code of the constructor password is set to null). The problem is in the jc

Re: [cas-dev] SPNEGO authentication and NTLM

2010-05-28 Thread Matthieu MARC
Some more information about my problem : First, I can make it work with IE 8.0.6001.18702 on Windows XP (all windows update are not yet applied). On Seven, I managed to have the NTLM state 3 work changing registry key : HKLM\system\CurrentControlSet\Control\Lsa\MSV1.0\NtlmMinClientSec = 0 HKLM\s

[cas-dev] SPNEGO authentication and NTLM

2010-05-27 Thread Matthieu MARC
Hi, I'm using CAS for two years and now I'm trying to make automatic login working. So I configured Spnego module. CAS is running on tomcat on a windows server. I follow the instruction from this page : http://www.ja-sig.org/wiki/display/CASUM/SPNEGO Kerberos authentication is working. So,