OK, I'll see about working up a relatively generic script tonight.  As I recall it works something like:<br>
<br>
   curl -s -S -L -o home.html <a href="http://somesite.domain.com">http://somesite.domain.com</a><br>   FORM=`cat home.html | formextract.pl | sed -e 'some stuff'`<br>
   curl -s -S -L -o page.html $FORM<br>
<br>
That's *very* simplistic, though.  'formextract.pl' is a hack on
'formfind.pl' which comes with curl.  It extracts form variables
from a page and returns a string suitable for passing back to
curl.  The 'sed' part is usually a bunch of substitutions to
insert the userid and password.<br>
<br>
Ralph Mitchell<br>
<br><div><span class="gmail_quote"><br>
On 6/22/06, <b class="gmail_sendername">PAUL WILLIAMSON</b> <<a href="mailto:pwilliamson@mandtbank.com">pwilliamson@mandtbank.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm interested in this as well, as we use siteminder too!<br><br>Paul<br><br>>>> <a href="mailto:Shawn.Maschino@ge.com">Shawn.Maschino@ge.com</a> 06/22/06 9:41 AM >>><br>            Thanks Ralph and Larry - if either of you can share an
<br>example script that would be great.  We are using Siteminder for our<br>SSO<br>here so it sounds like it may be easy to steal, er, borrow, what you<br>have to get it working.<br><br><br><br>To unsubscribe from the hobbit list, send an e-mail to
<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>