provision: Fix comment to refer to correct file (krb5.conf)
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Sep 2013 03:28:42 +0000 (20:28 -0700)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Oct 2013 06:35:30 +0000 (08:35 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/provision/__init__.py

index 631fff6abfdad67cc4215dcefeacdadc05ab4a9f..7f6d96d760890910c5838fedca150aff004dbf14 100644 (file)
@@ -2241,10 +2241,9 @@ def provision_become_dc(smbconf=None, targetdir=None,
 
 
 def create_krb5_conf(path, dnsdomain, hostname, realm):
-    """Write out a file containing zone statements suitable for inclusion in a
-    named.conf file (including GSS-TSIG configuration).
+    """Write out a file containing a valid krb5.conf file
 
-    :param path: Path of the new named.conf file.
+    :param path: Path of the new krb5.conf file.
     :param dnsdomain: DNS Domain name
     :param hostname: Local hostname
     :param realm: Realm name