[Kde-print-devel] [Bug 129137] New: Looks for /etc/cups/certs instead of /var/run/cups/certs

twaugh at redhat.com twaugh at redhat.com
Wed Jun 14 12:25:21 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=129137         
           Summary: Looks for /etc/cups/certs instead of /var/run/cups/certs
           Product: kdeprint
           Version: unspecified
          Platform: Fedora RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-print-devel kde org
        ReportedBy: twaugh redhat com


Version:           kdelibs-3.5.3 (using KDE KDE 3.5.3)
Installed from:    Fedora RPMs
OS:                Linux

The duplication of the cups_local_auth() code tries to find the local certificate in /etc/cups/certs.  This is the wrong place, and can cause an infinite loop:

- finds /etc/cups/certs/0, supplies it
- cupsd rejects since it doesn't match /var/run/cups/certs/0
- repeat immediately, filling up logs


More information about the Kde-print-devel mailing list