summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-26 17:45:01 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-26 17:45:01 -0400
commit0be993e430bfe2c7c742f7f4d100fb73cb3e317c (patch)
treeaf42d43774984835915c3ef237c59550e33bd5ed /config
parent602591cae12323012693f49de3ba59516b40c3f5 (diff)
downloadthird_party-cobbler-0be993e430bfe2c7c742f7f4d100fb73cb3e317c.tar.gz
third_party-cobbler-0be993e430bfe2c7c742f7f4d100fb73cb3e317c.tar.xz
third_party-cobbler-0be993e430bfe2c7c742f7f4d100fb73cb3e317c.zip
Missing file
Diffstat (limited to 'config')
-rw-r--r--config/users.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/config/users.conf b/config/users.conf
new file mode 100644
index 0000000..94a3566
--- /dev/null
+++ b/config/users.conf
@@ -0,0 +1,26 @@
+# 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
+
+
+[admins]
+admin
+cobbler
+