From owner-cvs-all Fri Jun 12 03:57:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12780 for cvs-all-outgoing; Fri, 12 Jun 1998 03:57:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12763; Fri, 12 Jun 1998 03:57:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id DAA12392; Fri, 12 Jun 1998 03:55:37 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Peter Wemm cc: Andreas Klemm , Bill Paul , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_mkupdate.c res_update.c Makefile.i In-reply-to: Your message of "Fri, 12 Jun 1998 16:25:12 +0800." <199806120825.QAA16386@spinner.netplex.com.au> Date: Fri, 12 Jun 1998 03:55:36 -0700 Message-ID: <12387.897648936@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Yes, you can say that again. Radius is nice, but.. Up until now you've > often had to duplicate accounts, passwords etc etc - one set for the > terminal servers, one for the shell/mail/etc servers. The possibility of > storing everything in one place would be really nice, as long as it was > quick and robust. ppp/CHAP can't be used with unix encrypted passwords, > so you can't use a unix /etc/master.passwd file as a source for ``secure'' > (as microsoft calls it) authentication. Actually, radius allows this just fine - to do what you specifically want to do, for example, you'd just put something like this at the end of your radius users file: DEFAULT Password = "UNIX" User-Service = Framed-User, Framed-Protocol = PPP, Framed-Routing = None, Framed-Address = 255.255.255.254, Framed-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobsen-TCP-IP, Framed-MTU = 1006 - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message