|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2005
/
2005-03
/
OWA and RSA auth
[
[LIST] pound | was ~ Re: failure notice / Andrew ... ]
[
Site-specific error messages / Andrew Taylor ... ]
OWA and RSA auth
"Guy Speier" <guy(at)speier.us> |
2005-03-25 18:22:24 |
[ FULL ]
|
Hello,
I have pound working as a front-end to my OWA server, but when I enable RSA
authentication, it prompts correctly for my username, pin, and temp login
auth. After I enter these, it just hangs at this screen. The following are
the entried from the log:
Mar 25 11:01:10 server pound: no backend "GET /favicon.ico HTTP/1.1" from
69.179.53.7
Mar 25 11:01:19 server pound: no backend "POST /WebID/IISWebAgentIF.dll
HTTP/1.1" from 69.179.53.7
69.179.53.7 is where I am logging attempting to log into. Any help would be
greatly appreciated.
thanks,
Guy
|
|
|
RE: OWA and RSA auth
"Thomas Snider" <tsnider(at)fx-concepts.com> |
2005-03-25 18:46:45 |
[ FULL ]
|
Guy,
"No Backend" in the log probably means that the URL being requested doesn't
match the URL Group stated in your config.
For OWA you might have:
UrlGroup "/(exchange|exchweb|public)/*"
So /favicon.... or /WebID..... will not make it to your backend.
Am I close on this?
Tom
-----Original Message-----
From: Guy Speier [mailto:guy(at)speier.us]
Sent: Friday, March 25, 2005 12:22 PM
To: pound(at)apsis.ch
Subject: OWA and RSA auth
Hello,
I have pound working as a front-end to my OWA server, but when I enable RSA
authentication, it prompts correctly for my username, pin, and temp login
auth. After I enter these, it just hangs at this screen. The following are
the entried from the log:
Mar 25 11:01:10 server pound: no backend "GET /favicon.ico HTTP/1.1" from
69.179.53.7
Mar 25 11:01:19 server pound: no backend "POST /WebID/IISWebAgentIF.dll
HTTP/1.1" from 69.179.53.7
69.179.53.7 is where I am logging attempting to log into. Any help would be
greatly appreciated.
thanks,
Guy
|
|
|
Re: OWA and RSA auth
"Guy Speier" <guy(at)speier.us> |
2005-03-28 16:08:18 |
[ FULL ]
|
So can these be added as such:
UrlGroup "/(exchange|exchweb|public|WebID|favicon)/*"
thansk again Thomas!
[...]
|
|
|
|