Date: Thu, 26 Apr 2007 10:53:51 +0200 From: Jean Frontin <frontin@irit.fr> Subject: mysql ms-chap To: freeradius-users@lists.freeradius.org Message-ID: <5.0.2.1.2.20070426104358.00c2ce40@mailhost.irit.fr> Content-Type: text/plain; charset="iso-8859-1"; format=flowed
Hello,
I'm using 802.1X protocol and user passwords are stored in "smbpasswd" file. When I want to add a user I must restart radius.
Rather than having to restart freeradius you can set hashsize = 0 for the passwd module which forces it to reread the file for every request rather than storing it in memory. Note that the comment # hashsize - hashtable size. If 0 or not specified records are not # stored in memory and file is red on every request. is incorrect (in version 1.1.1) as hashsize defaults to 100 rather than 0 if not present. Tom -- Tom Whitehouse Department of Computer Science, University of York Heslington, York YO10 5DD, United Kingdom email: tomw@cs.york.ac.uk | Fax: +44 1904 432767 http://www.cs.york.ac.uk | Voice: +44 1904 434725
participants (1)
-
Tom Whitehouse