Greetings, 

We've been trying to get the IIS7 module to work and two issues came up:

1) 

Does anyone still happen to have the "easy-to-follow 20 step text file"
referenced here?
http://www.mail-archive.com/[email protected]/msg00188.html 

I'd be infinitely grateful for it!


2) This one will need a little context, so I better explain our
architecture:




Looking at Cosign_Schema.xml, I got the impression that the IIS7 module
might not support this. More specifically the following section seems to
indicate that the web-front and the daemon need to be on the same
server:

<element name="webloginServer">
<attribute name="name" type="string"/>
<attribute name="loginUrl" type="string"/>
<attribute name="port" type="int" defaultValue="6663"/>
<attribute name="postErrorRedirectUrl" type="string"/>
</element>

Am I correct in assuming that the module will redirect a user's browser
to <loginUrl> and attempt to validate a user's session by consulting the
daemon it expects to find at <name>:<port>?

<Cosign>
<webloginServer name="login.uniba.sk"
loginUrl="https://login.uniba.sk/?"; port="6663"
postErrorRedirectUrl="https://login.uniba.sk/post_error.html"; />
<crypto certificateCommonName="filter-konto-test.mlyny.uniba.sk" />
<cookieDb directory="%systemDrive%\inetpub\temp\Cosign Cookie DB\"
expireTime="120" />
<proxyCookies directory="%SystemDrive%\inetpub\temp\Cosign Proxy DB" />
<validation validReference="https?://konto-test\.mlyny\.uniba\.sk(/.*)?"
errorRedirectUrl="http://login.uniba.sk/validation_error.html"; />      
<cookies secure="true" httpOnly="true" />
<service name="cosign-konto-test.mlyny.uniba.sk" />
<protected status="off" />
</Cosign> 
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to