Peter Eriksson wrote:
> I've been trying to figure out if it is possible to have Solaris print client
> support IPP authentication for users. Our university is deploying a all new
> and (. fantastic .) central print system that requires user authentication
> for printing to succeed.
Yes, the Solaris client-side IPP support implements authentication. If
the HTTP connection that IPP rides on top of requests authentication,
you should be prompted for a passphrase.
> Does the IPP client support SSL-encrypted connections?
>
No
> GSSAPI-over-HTTP?
>
No
If you need all three and are running a Nevada build 87 or later based
system, you can switch from LP to CUPS using
% print-service -s cups
which supports all three.
If you need all three and are running something prior to Nevada build
87, you can install CUPS from the Software Companion and use it.
-Norm