AuthType questions

Paul Conklin paul.conklin at cerner.com
Wed Jun 6 14:40:16 PDT 2012


I should specify that it's via the WI i'm trying to get this to work

> I'm trying to get two different AuthTypes to work in the cupsd.conf file, so that users i add to the passwd.md5 file can do basic stuff and the client can add their own users, but other stuff i want to use OS authentication  Ideas on what I'm doing wrong?
>
>   <Limit Cancel-Job CUPS-Move-Job Hold-Job Pause-Printer Purge-Jobs Release-Job Restart-Job Resume-Printer>
>     AuthType BasicDigest
>     Require user @support
>   </Limit>
>   <Limit CUPS-Delete-Class CUPS-Delete-Printer CUPS-Reject-Jobs CUPS-Set-Default Disable-Printer Enable-Printer>
>     AuthType Basic
>     Require user @SYSTEM
>   </Limit>
>
> If i use this at the top
> DefaultAuthType BasicDigest
> DefaultEncryption IfRequested
>
> the MD5 stuff works, but the os stuff breaks.





More information about the cups mailing list