Directly printing to remote CUPS/IPP server on Snow Leopard
        Posted  
        
            by 
                Martin v. Löwis
            
        on Super User
        
        See other posts from Super User
        
            or by Martin v. Löwis
        
        
        
        Published on 2010-02-12T21:38:57Z
        Indexed on 
            2012/07/06
            3:19 UTC
        
        
        Read the original article
        Hit count: 310
        
I need to use Kerberos authentication when printing from my OSX machine, however, the machine itself does not have a service account in active directory, so the KDC will not issue a delegation ticket for the local CUPS installation.
I think printing could work if the printing framework would directly print to the network CUPS server (or even to the Windows print server), bypassing the local CUPS. Is it possible to setup printing so that it directly accesses the remote print server? (asking for a service ticket for that server would succeed)
© Super User or respective owner