> Date: Thu, 26 Apr 2007 10:53:51 +0200
> From: Jean Frontin <[EMAIL PROTECTED]>
> Subject: mysql ms-chap
> To: freeradius-users@lists.freeradius.org
> Message-ID: <[EMAIL PROTECTED]>
> 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: [EMAIL PROTECTED]  |  Fax:   +44 1904 432767
http://www.cs.york.ac.uk   |  Voice: +44 1904 434725

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to