Kleine ?nderung: jetzt gibt es das PW des Printer-Users im Klartext.
--- a/elog2labfolder/installation_cups.rst Tue Mar 27 16:10:03 2018 +0200
+++ b/elog2labfolder/installation_cups.rst Mon Jun 04 13:54:51 2018 +0200
@@ -121,6 +121,7 @@
mysql> use labfolder;
mysql> INSERT INTO user (email, password, firstname, lastname, signupTimestamp, maxStorage) VALUES ('printer@fhi-berlin.mpg.de', '91a13f2aba4a35b00c35dfacadd1d75f4a5171dfa7a465fca9c40e6b007ce982', 'Printer', 'Print', '2018-03-21 10:54:00', '10000000');
+Das Passwort steht für "test1234".
.. _section_cups_user:
--- a/elog2labfolder/installation_cups.rst~ Tue Mar 27 16:10:03 2018 +0200
+++ b/elog2labfolder/installation_cups.rst~ Mon Jun 04 13:54:51 2018 +0200
@@ -93,7 +93,7 @@
... # probably as in the original
</Policy>
-Change the *Server Admin*'s e-mail address and the server that shall be listened to (see the ``Listen`` statement). Set `FileDevice Yes` in ``/etc/cups/cups-files.conf``. Now, create a directory where all printers will go, e.g. ``/usr/local/labfolder/printers``.
+Change the *Server Admin*'s e-mail address and the server that shall be listened to (see the ``Listen`` statement). Set ``FileDevice Yes`` in ``/etc/cups/cups-files.conf``. Now, create a directory where all printers will go, e.g. ``/usr/local/labfolder/printers``.
Get the package for creating new printers from git::