| 26 | # |
| 27 | # |
| 28 | # IMPORTANT : While printing, PyKota needs to retrieve some values from |
| 29 | # the CUPS server it's installed on by doing unauthenticated requests |
| 30 | # of the form http://localhost:631. Recent releases of CUPS have added |
| 31 | # the possibility to hide some values like user's name for example for |
| 32 | # privacy reasons, and this makes PyKota fail. Please ensure that the |
| 33 | # cupsd.conf file contains the following directives : |
| 34 | # |
| 35 | # JobPrivateAccess all |
| 36 | # JobPrivateValues none |
| 37 | # |
| 38 | # This will ensure that PyKota can retrieve all the print job attributes it |
| 39 | # needs to correctly function. |