[rancid] *alpha* version of rancid 3.0
Jake Secrist
jake at secrist.org
Thu Nov 1 14:04:48 UTC 2012
John,
I had to modify clogin to get it to work. Our authentication server sends
username: (lowercase 'u') and clogin expects Username:
--- clogin.original 2012-11-01 09:03:38.046126840 -0400
+++ clogin 2012-11-01 09:24:44.810283562 -0400
@@ -813,7 +813,7 @@
# Figure out prompts
set u_prompt [find userprompt $router]
if { "$u_prompt" == "" } {
- set u_prompt "(Username|Login|login|user name|User):"
+ set u_prompt "(\[Uu]sername|Login|login|user name|User):"
} else {
set u_prompt [join [lindex $u_prompt 0] ""]
}
Thank you,
Jake
On Mon, Oct 29, 2012 at 5:06 PM, heasley <heas at shrubbery.net> wrote:
> few minor fixes added here:
> ftp://ftp.shrubbery.net/pub/rancid/alpha/rancid-3.0a1.tar.gz
>
> per-your other e-mail, note that : field separators in router.db have
> been changed to ;'s to allow for ipv6 addresses in the router.db file.
>
> also see supplied manpages for grancid and rancid.types.conf
> _______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss at shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.shrubbery.net/pipermail/rancid-discuss/attachments/20121101/99437b93/attachment.html>
More information about the Rancid-discuss
mailing list