On Thu, Oct 17, 2002 at 12:11:54PM +0300, Manou RABARY wrote: > I have a little question. For the fisrt time, I want to import data > from userdb file to mysql database. Will passwords be valids after > importation? What to do? Where in mysql database will I specify the > password? (clear or crypt?)
If the passwords in your userdb are crypted, you can import them into a column named "crypt" in mysql, and they will keep working just fine. That's how I migrated mine, and I had no problems. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
