Changeset 21 for pkipplib/trunk/README

Show
Ignore:
Timestamp:
06/02/06 21:10:02 (18 years ago)
Author:
jerome
Message:

Added support for HTTP Basic authentication ("AuthType? Basic"
and "AuthClass? User" in cupsd.conf).
Improved reliability.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/README

    r19 r21  
    109109from pkipplib import pkipplib 
    110110 
    111 # By default, connects to http://localhost:631 
     111# Create a CUPS client instance 
     112# cups = pkipplib.CUPS(url="http://server:631", username="john", password="blah!") 
    112113cups = pkipplib.CUPS() 
    113114