Re: Using MySQL as user database

1998-09-18 Thread Joel Rowbottom
>> I am thinking about using mysql for administering my user database, as it >> will probably be quite large (expected round 1 users). >> >> 1) using normal passwd/shadow files, dumped regularly from mysql > >Radiator can authenticate from password files and/or MYSQL databases and >others. It

Re: Using MySQL as user database

1998-09-18 Thread Ivan Kohler
Hello, On Thu, 17 Sep 1998, Alexander List wrote: > Hi! > > I am thinking about using mysql for administering my user database, as it > will probably be quite large (expected round 1 users). > > I thought about the following ways to do this: > > 1) using normal passwd/shadow files, dumped

Re: Using MySQL as user database

1998-09-17 Thread Mike McCauley
On Sep 17, 6:14pm, Alexander List wrote: > Subject: Using MySQL as user database > Hi! > > I am thinking about using mysql for administering my user database, as it > will probably be quite large (expected round 1 users). > > I thought about the following ways to do this

Re: Using MySQL as user database

1998-09-17 Thread Brian
On Thu, 17 Sep 1998, Alexander List wrote: > Hi! > > I am thinking about using mysql for administering my user database, as it > will probably be quite large (expected round 1 users). We do this now using PostgreSQL > > I thought about the following ways to do this: > > 1) using normal pa

Re: Using MySQL as user database

1998-09-17 Thread Eric Calvert
need be in the passwd/shadow files. Eric Calvert Caveland Connection http://www.caveland.net -Original Message- From: Alexander List <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, September 17, 1998 11:19 AM S

Using MySQL as user database

1998-09-17 Thread Alexander List
Hi! I am thinking about using mysql for administering my user database, as it will probably be quite large (expected round 1 users). I thought about the following ways to do this: 1) using normal passwd/shadow files, dumped regularly from mysql I encountered the following difficulties