Hello:
I'm just getting started with my implementation of
SER on FreeBSD 4.7-RELEASE. I've read the
documentation, installed Apache and mySQL and
would like to add users for my domain.
I've tried adding an administrative user using serctl
however this script fails for reason I cannot explain.
Here is what I did:
serctl add user1 password1 email1(a)mydomain.com
read: Illegal option -s
read: Illegal option -s
Enter password: < I entered the default admin account password>
ERROR 1045: Access denied for user: 'ser@localhost' (Using password:
YES)
introducing a new user to the database failed
Thanks,Steve