Page 1 of 1

Is it possible to update sqlite to add users

Posted: Fri Dec 24, 2010 11:10 am
by wongaroo
Just wondering if this is a good idea.

I have 300 hundred users to add to 4 servers and was wondering if I could just
import the users into the userprop.db ?

Thanks in advance for any help.

N

Re: Is it possible to update sqlite to add users

Posted: Mon Dec 27, 2010 4:52 pm
by gladiatr72
Hello,

Um... sure? You can use a sqlite db or you can use a flat text file. Regardless, this will be as relevant as you need it be with your client-connect script. How you maintain your auth database is up to you. I would probably use an LDAP or SQL back-end for that sort of thing, but then that's the glory of OSS :)

-Stephen