Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 1997 03:20 EDT
From:      Barney Wolff <barney@databus.com>
To:        freebsd-isp@FreeBSD.ORG, linuxisp@friendly.jeffnet.org
Subject:   Re: system passwd to RADIUS
Message-ID:  <33b21b430.36c9@databus.databus.com>

next in thread | raw e-mail | index | archive | help
There is code in the Livingston 1.16 RADIUS server to use the Unix
password from /etc/passwd (or shadow, if the passwd in /etc/passwd is "x").
Just say Password="UNIX".  And unless you assign fixed addresses to your
users, or have varying options per user, you can just have one entry
for user DEFAULT and never have to change the users file at all.
Look in the sample users file in the Livingston 1.16 distribution for
models.

The Livingston code uses crypt to check a Unix password, so other
algorithms would require a patch, I imagine.

Or have you tried this and it doesn't work?

Barney Wolff  <barney@databus.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33b21b430.36c9>