From a6fd395b51a624e4aa7d09b4960382784cefa8e8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 2 May 2008 16:05:32 -0400 Subject: Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf) In progress. --- config/modules.conf | 5 +++++ config/settings | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'config') 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 -- cgit