Is it possible to have a simplistic username and password setup in freeradius? For example. user, pass user1, pass1 Or is it possible to have the users file point to a file that does this? If not, is it possible to have this type of format by using mysql? -- Paul Blalock
Paul Blalock wrote:
Is it possible to have a simplistic username and password setup in freeradius? For example. user, pass user1, pass1
$ man rlm_passwd
Or is it possible to have the users file point to a file that does this?
No.
If not, is it possible to have this type of format by using mysql?
You can customize both the SQL schema and queries in order to have just username/password. Alan DeKok.
On Wed, Aug 05, 2009 at 09:44:55AM -0500, Paul Blalock wrote:
Is it possible to have a simplistic username and password setup in freeradius? For example. user, pass user1, pass1
Or is it possible to have the users file point to a file that does this?
If not, is it possible to have this type of format by using mysql?
I think you are looking for modules/passwd. modules/smbpasswd is an example of how you would use it. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org
participants (3)
-
Alan DeKok -
Paul Blalock -
Scott Lambert