summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 18:59:24 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 18:59:24 -0500
commit0805e18d1e4077605b382acb9322996a90782c4d (patch)
tree098ba9d7b7655a910d69e6ea692b7a05fad79139 /config
parent6bd19ac076e5d4c51317d85fd5d12965e65cae66 (diff)
downloadthird_party-cobbler-0805e18d1e4077605b382acb9322996a90782c4d.tar.gz
third_party-cobbler-0805e18d1e4077605b382acb9322996a90782c4d.tar.xz
third_party-cobbler-0805e18d1e4077605b382acb9322996a90782c4d.zip
Some initial work on kerberos authentication via a helper program, some work on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though
authn_configfile works fine.
Diffstat (limited to 'config')
-rw-r--r--config/cobblerd_rotate10
-rw-r--r--config/settings1
2 files changed, 8 insertions, 3 deletions
diff --git a/config/cobblerd_rotate b/config/cobblerd_rotate
index 94fac8d..0e4bcbf 100644
--- a/config/cobblerd_rotate
+++ b/config/cobblerd_rotate
@@ -1,4 +1,4 @@
-/var/log/cobbler/cobblerd.log {
+/var/log/cobbler/cobbler.log {
missingok
notifempty
rotate 4
@@ -10,10 +10,14 @@
endscript
}
-/var/log/httpd/cobbler_wui.log {
+/var/log/cobbler/webui.log {
missingok
notifempty
rotate 4
weekly
+ postrotate
+ if [ -f /var/lock/subsys/cobblerd ]; then
+ /etc/init.d/cobblerd condrestart
+ fi
+ endscript
}
-
diff --git a/config/settings b/config/settings
index d47635a..f05c288 100644
--- a/config/settings
+++ b/config/settings
@@ -10,6 +10,7 @@ dhcpd_conf: /etc/dhcpd.conf
dnsmasq_bin: /usr/sbin/dnsmasq
dnsmasq_conf: /etc/dnsmasq.conf
httpd_bin: /usr/sbin/httpd
+kerberos_realm: 'example.org'
kernel_options:
ksdevice: eth0
lang: ' '