mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
6da2dcd17e
commit
a90067ec8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user