Page 1 of 1

[SLOVED] CUPS

Posted: Fri Jan 06, 2012 10:03 pm
by Therion87
I accidently ticked Kerbereos on the cups administration page from the web interface, and now I cannot change any settings even as root and can't remove the Kerbereos check box. Does anyone know why this is or how I might be able to fix it?

Re: CUPS

Posted: Sat Jan 07, 2012 10:56 am
by xenopeek
Easy, open the cups configuration:

Code: Select all

gksudo gedit /etc/cups/cupsd.conf
Look for the line:

Code: Select all

DefaultAuthType Negotiate
Replace it with:

Code: Select all

DefaultAuthType Basic
Then either reboot or restart cups.

Re: CUPS

Posted: Sat Jan 07, 2012 3:23 pm
by Therion87
Thanks very much worked like a charm