I am using the database user table and want to insert a user firectly
into the table using mysql however when I insert a password using the
sha() mysql function the file shows that the SHA is much larger than
what was created by the manager program. 


| username | pwdHash                                  | pwdAlgorithm |
useForwarding | forwardDestination | useAlias | alias |
| previous | +EwURJq9UhB2bCcWq4dDiFH8                 | SHA          |
0 | NULL               |        0 |       |
| testit   | 30274c47903bd1bac7633bbf09743149ebab805f | SHA          |
0 | NULL               |        0 |       |

The user created by hand doesnt validate.

What is the format I should use to insert a user into the database?

Thanks in advance

Andy Bailey



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to