Re: Simple flat file passwords

2005-08-04 Thread Martin . Ward
The answer to a simple problem is, naturally, simple, and my thanks go to Alan for pointing out the obvious. The short version is: Configure the passwd module in the modules section thus: modules { ... ... passwd text_file { filename = /var/text_file format =

Re: Simple flat file passwords?

2005-08-03 Thread Martin . Ward
eradius.org org> cc 03/08/2005 18:17 Subject

Re: Simple flat file passwords?

2005-08-03 Thread Alan DeKok
> I am trying to use the passwd module to configure a simple flat file with > two fields, a user name and a password. I believe I have the module > configured right: > > passwd text_file { > filename = /var/text_file > format = "*User-Name:*User-Password" From th

Simple flat file passwords?

2005-08-03 Thread Martin . Ward
I am trying to use the passwd module to configure a simple flat file with two fields, a user name and a password. I believe I have the module configured right: passwd text_file { filename = /var/text_file format = "*User-Name:*User-Password" authtype