logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2 & Lotus Notes Domino
Author
bonnyk75



Joined: 20 Aug 2012
Posts: 4
Location: Germany, Kleinostheim

PostPosted: Mon 20 Aug '12 10:25    Post subject: Apache 2.2 & Lotus Notes Domino Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 20 Aug '12 11:42    Post subject: Reply with quote

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

PostPosted: Mon 20 Aug '12 15:21    Post subject: Reply with quote

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

PostPosted: Mon 20 Aug '12 16:38    Post subject: Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 20 Aug '12 18:28    Post subject: Reply with quote

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

PostPosted: Tue 21 Aug '12 10:54    Post subject: Reply with quote

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? Embarassed
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 22 Aug '12 13:45    Post subject: Reply with quote

Sure

see http://www.apachelounge.com/viewtopic.php?t=4697
and
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html

if you still have a question, please ask again
Back to top


Reply to topic   Topic: Apache 2.2 & Lotus Notes Domino View previous topic :: View next topic
Post new topic   Forum Index -> Apache