Authenticated subnet?

Duncan Sinclair cups at ducasi.org
Fri Aug 7 04:41:58 PDT 2009


> Use the "Satisfy any" directive to allow either the specified hosts or
> any host with authentication, e.g. for a "staff" network of
> 11.22.33.0/24:
>
>      <Location />
>      Order allow,deny
>      Allow from 11.22.33.0/24
>      AuthType Default
>      Require valid-user
>      Satisfy any
>      </Location>
>
> (this goes in cupsd.conf, BTW...)

Thanks!  Does that automatically make sure it uses encryption with user authentication?  (I think it does, but I just want to make sure.)

Cheers,


Duncan.









More information about the cups mailing list