> Then again, SQL seems to be the current buzz... Having SQL-based access
> is cool/manageable (a friend generates the MySQL db from his Radius users
> file).
>
And we do it the other way: Generate the users file from mysql. I rather
prefer it like that; then I can still auth users, if mysql goes down.
Also, it saved my a$$ once; mysql lacking commit and rollback.
I was disturbed into firing off an update command before having typed the
where-clause. I then locked the password of every user, instead of only
the users belonging to a single client...
Luckily, I dump the database every hour, and rcs it, so I can recreate
the database at any hourly version the last few months.
Leif
> As usual, there's more than one way to skin a cat.
>
Yeah..
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message