Kleine ?nderung: jetzt gibt es das PW des Printer-Users im Klartext.
authorweiher
Mon, 04 Jun 2018 13:54:51 +0200
changeset 17 02a3741242b2
parent 16 4afdd7d61fe2
child 18 57431f642e82
Kleine ?nderung: jetzt gibt es das PW des Printer-Users im Klartext.
elog2labfolder/installation_cups.rst
elog2labfolder/installation_cups.rst~
--- 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::