From d3702d57fd5357e9a11ada6c46769a79da8e547a Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 Nov 1999 14:54:08 +0000 Subject: Bugfixes: select right password for password authentication, do not try to process authentication blocks as datablocks, make it possible to add data at end of packet. Password authentication should actually work. --- bird.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index f024c16..b2ac49b 100644 --- a/bird.conf +++ b/bird.conf @@ -33,7 +33,7 @@ protocol rip MyRIP_test { passwords { password "ahoj" from 0 to 10; password "nazdar" from 10; } - authentication md5; + authentication plaintext; } protocol device { -- cgit v1.2.3