|
Searching on the forums, I found that I had to use lppasswd to make it work. So I did this as root:
# lppasswd -a myusername
Enter password: (a new password - my normal password was being rejected as inappropriate)
Enter password again: (same passwd as before)
# firefox &
#
Tried to log in to localhost:631/admin using myusername/mynewpassword, but once again, I couldn't get through. myusername/myuserpassword didn't work either. So I tried this:
# lppasswd -a root
Enter password: (my root password)
Enter password again: (once again)
# firefox &
#
Once again, I tried logging in using root/myrootpassword, myusername/myuserpassword, myusername/mynewpassword, but none of those could get me through.
What else can I try?
Thanks in advance,
-Fibo
|