summaryrefslogtreecommitdiffstats
path: root/config/users.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/users.conf')
-rw-r--r--config/users.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/config/users.conf b/config/users.conf
new file mode 100644
index 0000000..129659a
--- /dev/null
+++ b/config/users.conf
@@ -0,0 +1,28 @@
+# Cobbler WebUI / Web Services authorization config file
+#
+# NOTICE:
+# this file is only used when /etc/cobbler/modules.conf
+# specifies an authorization mode of either:
+#
+# (A) authz_configfile
+# (B) authz_ownership
+#
+# For (A), any user in this file, in any group, are allowed
+# full access to any object in cobbler configuration.
+#
+# For (B), users in the "admins" group are allowed full access
+# to any object, otherwise users can only edit an object if
+# their username/group is listed as an owner of that object. If a
+# user is not listed in this file they will have no access.
+#
+# cobbler command line example:
+#
+# cobbler system edit --name=server1 --owner=dbas,mac,pete,jack
+#
+# NOTE: yes, you do need the equal sign after the names.
+# don't remove that part. It's reserved for future use.
+
+[admins]
+admin = ""
+cobbler = ""
+