File update_docs_of_the_modules_conf.patch of Package cobbler
diff --git a/config/cobbler/modules.conf b/config/cobbler/modules.conf
index 3fe09cfad..d1e13c7ad 100644
--- a/config/cobbler/modules.conf
+++ b/config/cobbler/modules.conf
@@ -4,13 +4,13 @@
# authentication:
# what users can log into the WebUI and Read-Write XMLRPC?
# choices:
-# authn_denyall -- no one (default)
-# authn_configfile -- use /etc/cobbler/users.digest (for basic setups)
-# authn_passthru -- ask Apache to handle it (used for kerberos)
-# authn_ldap -- authenticate against LDAP
-# authn_spacewalk -- ask Spacewalk/Satellite (experimental)
-# authn_pam -- use PAM facilities
-# authn_testing -- username/password is always testing/testing (debug)
+# authentication.denyall -- no one (default)
+# authentication.configfile -- use /etc/cobbler/users.digest (for basic setups)
+# authentication.passthru -- ask Apache to handle it (used for kerberos)
+# authentication.ldap -- authenticate against LDAP
+# authentication.spacewalk -- ask Spacewalk/Satellite (experimental)
+# authentication.pam -- use PAM facilities
+# authentication.testing -- username/password is always testing/testing (debug)
# (user supplied) -- you may write your own module
# WARNING: this is a security setting, do not choose an option blindly.
# for more information:
@@ -25,8 +25,8 @@ module = authentication.configfile
# authorization:
# once a user has been cleared by the WebUI/XMLRPC, what can they do?
# choices:
-# authz_allowall -- full access for all authneticated users (default)
-# authz_ownership -- use users.conf, but add object ownership semantics
+# authorization.allowall -- full access for all authneticated users (default)
+# authorization.ownership -- use users.conf, but add object ownership semantics
# (user supplied) -- you may write your own module
# WARNING: this is a security setting, do not choose an option blindly.
# If you want to further restrict cobbler with ACLs for various groups,
@@ -46,9 +46,9 @@ module = authorization.allowall
# chooses the DNS management engine if manage_dns is enabled
# in /etc/cobbler/settings, which is off by default.
# choices:
-# manage_bind -- default, uses BIND/named
-# manage_dnsmasq -- uses dnsmasq, also must select dnsmasq for dhcp below
-# manage_ndjbdns -- uses ndjbdns
+# managers.bind -- default, uses BIND/named
+# managers.dnsmasq -- uses dnsmasq, also must select dnsmasq for dhcp below
+# managers.ndjbdns -- uses ndjbdns
# NOTE: more configuration is still required in /etc/cobbler
# for more information:
# https://github.com/cobbler/cobbler/wiki/Dns-management
@@ -60,8 +60,8 @@ module = managers.bind
# chooses the DHCP management engine if manage_dhcp is enabled
# in /etc/cobbler/settings, which is off by default.
# choices:
-# manage_isc -- default, uses ISC dhcpd
-# manage_dnsmasq -- uses dnsmasq, also must select dnsmasq for dns above
+# managers.isc -- default, uses ISC dhcpd
+# managers.dnsmasq -- uses dnsmasq, also must select dnsmasq for dns above
# NOTE: more configuration is still required in /etc/cobbler
# for more information:
# https://github.com/cobbler/cobbler/wiki/Dhcp-management
@@ -74,8 +74,8 @@ module = managers.isc
# in /etc/cobbler/settings, which is ON by default.
#
# choices:
-# manage_in_tftpd -- default, uses the system's tftp server
-# manage_tftpd_py -- uses cobbler's tftp server
+# managers.in_tftpd -- default, uses the system's tftp server
+# managers.tftpd_py -- uses cobbler's tftp server
#
[tftpd]