John,<br><br>I had to modify clogin to get it to work. Our authentication server
sends username: (lowercase 'u') and clogin expects Username:<br><br>--- clogin.original 2012-11-01 09:03:38.046126840 -0400<br>+++ clogin 2012-11-01 09:24:44.810283562 -0400<br>@@ -813,7 +813,7 @@<br> # Figure out prompts<br>
set u_prompt [find userprompt $router]<br> if { "$u_prompt" == "" } {<br>- set u_prompt "(Username|Login|login|user name|User):"<br>+ set u_prompt "(\[Uu]sername|Login|login|user name|User):"<br>
} else {<br> set u_prompt [join [lindex $u_prompt 0] ""]<br> }<br><br>Thank you,<br><br>Jake<br><br><br><div class="gmail_quote">On Mon, Oct 29, 2012 at 5:06 PM, heasley <span dir="ltr"><<a href="mailto:heas@shrubbery.net" target="_blank">heas@shrubbery.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">few minor fixes added here:<br>
<a href="ftp://ftp.shrubbery.net/pub/rancid/alpha/rancid-3.0a1.tar.gz" target="_blank">ftp://ftp.shrubbery.net/pub/rancid/alpha/rancid-3.0a1.tar.gz</a><br>
<br>
per-your other e-mail, note that : field separators in router.db have<br>
been changed to ;'s to allow for ipv6 addresses in the router.db file.<br>
<br>
also see supplied manpages for grancid and rancid.types.conf<br>
_______________________________________________<br>
Rancid-discuss mailing list<br>
<a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
<a href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a><br>
</blockquote></div><br>