diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-05-02 17:31:46 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-05-02 17:31:46 -0400 |
| commit | ca041e7ed57a4818ed490b9fd9429db20d9d8860 (patch) | |
| tree | bb4f8f5a7ddf741fbd65bcdef6b4e6aa6cfa420b /config | |
| parent | 35fd760f0fc069906da78aebf4a1ecb3e2414291 (diff) | |
| download | third_party-cobbler-ca041e7ed57a4818ed490b9fd9429db20d9d8860.tar.gz third_party-cobbler-ca041e7ed57a4818ed490b9fd9429db20d9d8860.tar.xz third_party-cobbler-ca041e7ed57a4818ed490b9fd9429db20d9d8860.zip | |
Various DNS/DHCP work.
Diffstat (limited to 'config')
| -rw-r--r-- | config/modules.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/modules.conf b/config/modules.conf index c16385e..8e6b8be 100644 --- a/config/modules.conf +++ b/config/modules.conf @@ -11,7 +11,8 @@ module = authn_denyall [authorization] module = authz_allowall -[manage] -module = manage_isc_and_bind - +[dns] +module = manage_isc +[dhcp] +module = manage_bind |
