On Wednesday 21 March 2007 14:05:05 alper ozbilen wrote: > I used openserctl add but mysql insert is vital to add user through php > interface. > As far as i know ha1 & ha1b & and phplib_id fields generated by md5sum?? > must there be error in > md5sum ? if so, how can i do?
phplib_id need to be unique, but, IIRC, has no special meaning, so anyting unique to the user can be put in there. We use a hybrid table consisting of all the columns from our customer database and the columns openser needs to work for our configuration. IIRC we don't even have the phplib_id column anymore, but since I'm not in the office I can't check. -- Andreas Sikkema _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
