Author |
|
bonnyk75
Joined: 20 Aug 2012 Posts: 4 Location: Germany, Kleinostheim
|
Posted: Mon 20 Aug '12 10:25 Post subject: Apache 2.2 & Lotus Notes Domino |
|
|
Hello,
I use a Apache Reverse Proxy 2.2 to connect an Domino Server with Internet. The authentification to reverse proxy authentificates me autpmatically to Lotus Domono, although no SSO is enabled. Is there a option to cache credentials for other systems?
Thanks for help! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 20 Aug '12 11:42 Post subject: |
|
|
Hi,
I know it only from Apache 2.4 via mod_authn_socache |
|
Back to top |
|
bonnyk75
Joined: 20 Aug 2012 Posts: 4 Location: Germany, Kleinostheim
|
Posted: Mon 20 Aug '12 15:21 Post subject: |
|
|
James Blond wrote: | Hi,
I know it only from Apache 2.4 via mod_authn_socache |
THX for quickr answer. I now found out with fiddler that a Cookie ist set from Reverse Proxy which authentifikates to Domino:
cookie / Login
set-cookie: LTPAToken:xxxxxxxxxxxxxxxxxxx;domain=xy.local;path=
Maye this is a feature in some applications but in my case I dont want use SSO. |
|
Back to top |
|
bonnyk75
Joined: 20 Aug 2012 Posts: 4 Location: Germany, Kleinostheim
|
Posted: Mon 20 Aug '12 16:38 Post subject: |
|
|
Every request is redirected without requesting any authentication on server.
How can I make Apache request authentication from external sources in a reverse-proxy environment? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 20 Aug '12 18:28 Post subject: |
|
|
usualy apache forwards the auth request from the backend server.
If that doesn't happen. you could force on apache an authentication against LDAP from the Domino server |
|
Back to top |
|
bonnyk75
Joined: 20 Aug 2012 Posts: 4 Location: Germany, Kleinostheim
|
Posted: Tue 21 Aug '12 10:54 Post subject: |
|
|
James Blond wrote: | usualy apache forwards the auth request from the backend server.
If that doesn't happen. you could force on apache an authentication against LDAP from the Domino server |
Can you tell me how? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|