diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-09-25 20:28:42 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-10 08:35:30 +0200 |
commit | a90067ec8ef56a8edfbede992848f08e70853cb5 (patch) | |
tree | 0c5e8a465cb11649c3f402efd8f6415623460de2 /python | |
parent | 6da2dcd17ee46d339d7d80df3dccd456703e7fe2 (diff) | |
download | samba-a90067ec8ef56a8edfbede992848f08e70853cb5.tar.gz samba-a90067ec8ef56a8edfbede992848f08e70853cb5.tar.bz2 samba-a90067ec8ef56a8edfbede992848f08e70853cb5.zip |
provision: Fix comment to refer to correct file (krb5.conf)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/samba/provision/__init__.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py index 631fff6abf..7f6d96d760 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py @@ -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 |