summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-02 16:05:32 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-02 16:05:32 -0400
commita6fd395b51a624e4aa7d09b4960382784cefa8e8 (patch)
tree6fdab90d58f4d673f1e5e58201a032cd9eb7386b /config
parente4fce2b7321c880f8c1f1adbdf137fc4d66563de (diff)
downloadthird_party-cobbler-a6fd395b51a624e4aa7d09b4960382784cefa8e8.tar.gz
third_party-cobbler-a6fd395b51a624e4aa7d09b4960382784cefa8e8.tar.xz
third_party-cobbler-a6fd395b51a624e4aa7d09b4960382784cefa8e8.zip
Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)
In progress.
Diffstat (limited to 'config')
-rw-r--r--config/modules.conf5
-rw-r--r--config/settings1
2 files changed, 5 insertions, 1 deletions
diff --git a/config/modules.conf b/config/modules.conf
index 88aa134..c16385e 100644
--- a/config/modules.conf
+++ b/config/modules.conf
@@ -10,3 +10,8 @@ module = authn_denyall
[authorization]
module = authz_allowall
+
+[manage]
+module = manage_isc_and_bind
+
+
diff --git a/config/settings b/config/settings
index 8b39707..5c4d7fa 100644
--- a/config/settings
+++ b/config/settings
@@ -30,7 +30,6 @@ ldap_search_bind_dn: ''
ldap_search_passwd: ''
ldap_search_prefix: 'uid='
manage_dhcp: 0
-manage_dhcp_mode: isc
manage_dns: 0
next_server: '127.0.0.1'
omapi_enabled: 1