aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 12:08:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 12:08:35 +0200
commit6c1beb764cb3911f4d6675b1fbed0c837731b50a (patch)
treee5d255bbebd5a91b27a928ad6c6209890be6378a /examples
parent8f14463609c9fadaa096d622d91d4a6b1def1b33 (diff)
downloadstandardskriver-6c1beb764cb3911f4d6675b1fbed0c837731b50a.tar.gz
standardskriver-6c1beb764cb3911f4d6675b1fbed0c837731b50a.tar.bz2
standardskriver-6c1beb764cb3911f4d6675b1fbed0c837731b50a.zip
examples/: Add a standardskriver.cfg config example.file.
Diffstat (limited to 'examples')
-rw-r--r--examples/standardskriver.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/examples/standardskriver.cfg b/examples/standardskriver.cfg
new file mode 100644
index 0000000..cfbacf3
--- /dev/null
+++ b/examples/standardskriver.cfg
@@ -0,0 +1,33 @@
+[settings]
+enable = yes
+order = machine groups
+delete lpoptions = yes
+
+[machine.SCHOOL-1]
+
+# computer lab 01 @ SCHOOL-1
+10.1.1.0/24 = lab01-printer
+
+# school library @ SCHOOL-1
+10.0.2.51 = library-printer
+10.0.2.52 = library-printer
+10.0.2.55 = library-printer
+10.0.2.56 = library-printer
+
+[machine.SCHOOL-2]
+
+# main server (aka TJENER)
+10.0.2.2 = admin-printer
+
+# computer lab 01
+10.1.0.0/255.255.0.0 = lab01-printer
+
+# computer lab 02
+10.2.0.0/255.255.0.0 = lab02-printer
+
+[groups]
+
+# Applies to all schools...
+
+teachers = teacher-printer
+students = student-printer