They could improve their dev documentation a bit… I'm trying to move the wiki
and Jira users to crowd, that works, but I'm trying to integrate the
wocommunity.org login with it and neither their REST or SOAP interfaces works
for me (for SOAP, I'm getting "invalid credentials"). YMMY.
> if you d
if you don't mind commercial solutions you could try crow from
atlassian - that seems capable of authenticating against world+dog
simon
On 21 November 2011 08:34, Karl wrote:
> Hi,
>
> We have a client who wants to use NTLM authentication for our WOApp to
> provide single sign on for their Wind
On 2011-11-21, at 3:43 AM, Henrique Gomes wrote:
>
> On Nov 21, 2011, at 8:34 AM, Karl wrote:
>
>> Hi,
>>
>> We have a client who wants to use NTLM authentication for our WOApp to
>> provide single sign on for their Windows users. Has anyone actually done
>> this before?
>>
>> We are hosti
Hi,
That is a possibility. How about this - adding a request header with the
remote user?:
http://127.0.0.1:2/SOGo>
## adjust the following to your configuration
RequestHeader set "x-webobjects-server-port" "443"
RequestHeader set "x-webobjects-server-name" "myserver"
RequestHea
On Nov 21, 2011, at 8:34 AM, Karl wrote:
> Hi,
>
> We have a client who wants to use NTLM authentication for our WOApp to
> provide single sign on for their Windows users. Has anyone actually done
> this before?
>
> We are hosting the app on Mac OS X 10.7 using Java 6 and Apache 2.x.
>
> An
Hi,
We have a client who wants to use NTLM authentication for our WOApp to provide
single sign on for their Windows users. Has anyone actually done this before?
We are hosting the app on Mac OS X 10.7 using Java 6 and Apache 2.x.
Any information would be appreciated.
Karl
__