Hello all.
I hope this tidbit of info will be useful to somebody.
We already had the users in the database, so we didn't want
uni-one to try and recreate them.  The solution was this:

change the line in uni-one-convertor.c that reads:
userid = auth_adduser(username, "default", "", "0", "10M");
to read:
userid = auth_user_exists(newusername);

No fuss, no muss.

davel


--
Dave Logan

"Give the people what they want, when they want,
 and they wants it all the time." -- George Clinton

Reply via email to