[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Users Password
On Tue, 1 Sep 1998, Ben - Nes Michael wrote:
> As an ISP im going to use RADIUS
ok, Radius as the protocol to authenticate the passwords, but what is the
storage medium? a database I assume...
in any case, since radius works with unix passwd files, hence with
'crypt'ed passwords, no sniffing or password changing need to be done.
just write a perl script to split() the password file line by line and
push the records into a database at the other end.