[j-nsp] encrypted-password /* SECRET-DATA */;
ibariouen khalid
ibariouen at gmail.com
Sun Aug 5 23:17:49 EDT 2012
Hi Jonathan
the hash do not appear on the configuration i have ;
the example bellow
("$1$sbvf432k$qYoeoRs9/t2kywPztwxl01")
is from another router , with an old Junos version.
Regards
On Mon, Aug 6, 2012 at 2:51 AM, Jonathan Lassoff <jof at thejof.com> wrote:
> On Sun, Aug 5, 2012 at 6:51 PM, ibariouen khalid <ibariouen at gmail.com>
> wrote:
> > Hi
> >
> > I'm running version 11.1R4.4 on an M10i ;
> >
> > i tried to load the configuration file from the M10i to an MX240 ( junos
> > 12.x ) and i got an error regarding the following items :
> >
> > user core {
> > uid 7777;
> > class Admin;
> > authentication {
> > encrypted-password /* SECRET-DATA */; ## SECRET-DATA
> > }
> > }
>
> Some external program scrubbed the password from the configuration
> file. This looks a lot like what RANCID does to Juniper configs.
>
> This exact configuration as-pasted would indeed throw an error, as the
> place where a normal passwd-style hash would be is the string "/*
> SECRET-DATA */".
>
> Just replace that with a hash like you pasted below
> ("$1$sbvf432k$qYoeoRs9/t2kywPztwxl01") and it should work.
>
> Cheers,
> jof
>
More information about the juniper-nsp
mailing list