[j-nsp] Login Class issues (Junos 7.4)

Christian Malo chris at fiberpimp.net
Wed Nov 30 12:21:36 EST 2005


Hi folks.


I setup a new login class just for rancid.


class rancid {
    permissions all;  (for debugging purposes)
}

user rancid {
    full-name "Rancid";
    uid 2003;
    class rancid;
    authentication {
        encrypted-password "***************"; ## SECRET-DATA
    }
}


Now, whenever I connect as rancid, I get that error and I don't have
access to anything.


--- JUNOS 7.4R1.7 built 2005-10-21 01:29:55 UTC
warning: user "rancid" does not have a valid login class

error: Unable to authenticate: bad auth parameter.
Login as root and 'commit' the configuration.
{master}
rancid at gw1.mtl2-re0>


any idea?


thanks,

-chris


More information about the juniper-nsp mailing list