Date: Sun, 1 Aug 1999 12:45:46 +0200 (CEST) From: Leif Neland <leifn@neland.dk> To: Mike Hoskins <mike@snafu.adept.org> Cc: Alex Zepeda <garbanzo@hooked.net>, Alex Povolotsky <tarkhil@asteroid.svib.ru>, hackers@FreeBSD.ORG Subject: Re: Solution for mail pseudo-users? Message-ID: <Pine.BSF.4.05.9908011233420.65256-100000@arnold.neland.dk> In-Reply-To: <Pine.BSF.4.10.9908010235130.25399-100000@snafu.adept.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9908011233420.65256-100000>