mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
r24640: Add a suggested BIND configuration snippit, to help with DNS configuration.
When we sort out GSS-TSIG on the server, we can expand this to have
the 'right stuff'.
Andrew Bartlett
(This used to be commit 8f02ade1b2)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f2464adbbc
commit
2da0be9d5e
@@ -386,6 +386,7 @@ function provision_default_paths(subobj)
|
||||
paths.secrets = lp.get("secrets database");
|
||||
paths.keytab = "secrets.keytab";
|
||||
paths.dns = lp.get("private dir") + "/" + dnsdomain + ".zone";
|
||||
paths.named_conf = lp.get("private dir") + "/named.conf";
|
||||
paths.winsdb = "wins.ldb";
|
||||
paths.ldapdir = lp.get("private dir") + "/ldap";
|
||||
paths.ldap_basedn_ldif = paths.ldapdir + "/" + dnsdomain + ".ldif";
|
||||
@@ -833,7 +834,11 @@ function provision_dns(subobj, message, paths, session_info, credentials)
|
||||
message, paths.dns,
|
||||
subobj);
|
||||
|
||||
message("Please install the zone located in " + paths.dns + " into your DNS server\n");
|
||||
setup_file("named.conf",
|
||||
message, paths.named_conf,
|
||||
subobj);
|
||||
|
||||
message("Please install the zone located in " + paths.dns + " into your DNS server. A sample BIND configuration snippit is at " + paths.named_conf + "\n");
|
||||
}
|
||||
|
||||
/* Write out a DNS zone file, from the info in the current database */
|
||||
|
||||
Reference in New Issue
Block a user