Re: Cocoon and Single Sign On (Windows Active Directory)

2011-04-20 Thread Andy Stevens
Hi Paul, Rather than ntlm, try searching for spnego instead. E.g. would either of http://spnego.sourceforge.net/ or http://tomcatspnego.codeplex.com/ do what you need? Andy -- http://pseudoq.sourceforge.net/ On 13 Apr 2011 15:24, Paul Joseph pjos...@gmail.com wrote:

Cocoon and Single Sign On (Windows Active Directory)

2011-04-13 Thread Paul Joseph
Hi there, I develop an intranet Cocoon (Cocoon 2.11 and Apache Tomcat 6.0) application and have been asked to provide Single Sign On for clients running Windows Active Directory. Does Cocoon provide any SSO support out of the box? If not, any tips? Thanks in advance. Paul

Re: Cocoon and Single Sign On (Windows Active Directory)

2011-04-13 Thread Thomas Markus
hi, search for ntlm authentication jcifs i would create a filter and set request remoteuser regards Thomas Am 13.04.2011 14:57, schrieb Paul Joseph: Hi there, I develop an intranet Cocoon (Cocoon 2.11 and Apache Tomcat 6.0) application and have been asked to provide Single Sign On for

Re: Cocoon and Single Sign On (Windows Active Directory)

2011-04-13 Thread Paul Joseph
Since the client is already using Active Directory, I don't think I should use NTLM (based on this: http://en.wikipedia.org/wiki/NTLM ) On 4/13/2011 9:30 AM, Thomas Markus wrote: hi, search for ntlm authentication jcifs i would create a filter and set request remoteuser regards Thomas Am