From owner-freebsd-net Tue Sep 14 11:42:38 1999 Delivered-To: freebsd-net@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 8CE4F155F4; Tue, 14 Sep 1999 11:42:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 751011CD48A; Tue, 14 Sep 1999 11:42:02 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Tue, 14 Sep 1999 11:42:02 -0700 (PDT) From: Kris Kennaway To: Dmitry Samersoff Cc: freebsd-net@FreeBSD.ORG, Grzegorz Malinka Subject: Re: pppd+tacacs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Sep 1999, Dmitry Samersoff wrote: > Tacacs is authorisation server(protocol) with MD5 encription, well > supported by CISCO's and others hardware, another kind of such > software is Radius. Yep, I knew this much from reading cisco documentation :) > It's good idea to add better (native) support of remote authorization > by ether Tacacs or Radius or both protocol to FreeBSD. We already have native support, by means of the appropriate PAM module. pam_radius is in the base tree, I don't think pam_tacacs is, but it should just be a matter of compiling the module referenced on the linux-pam homepage. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message