diff options
author | Marc Muehlfeld <mmuehlfeld@samba.org> | 2016-10-10 17:52:09 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2016-10-10 22:34:03 +0200 |
commit | 34d98a80a85e35e3d67a0b7e5188245a17551c17 (patch) | |
tree | 6630598330b3bd920acf8b737c87d0d22e32fc54 /python/samba/provision | |
parent | 72e415be4cdb39ba3443adf9a4a441b5474868fe (diff) | |
download | samba-34d98a80a85e35e3d67a0b7e5188245a17551c17.tar.gz |
Replaced string "Samba 4" with "Samba AD"
When provisioning a new DC, a message is displayed that a Kerberos
configuration file has been created. The message now uses the term
"Samba AD" instead of "Samba 4".
Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Oct 10 22:34:03 CEST 2016 on sn-devel-144
Diffstat (limited to 'python/samba/provision')
-rw-r--r-- | python/samba/provision/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py index 344766e3dd6..e68db747c27 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py @@ -2177,7 +2177,7 @@ def provision(logger, session_info, smbconf=None, create_krb5_conf(paths.krb5conf, dnsdomain=names.dnsdomain, hostname=names.hostname, realm=names.realm) - logger.info("A Kerberos configuration suitable for Samba 4 has been " + logger.info("A Kerberos configuration suitable for Samba AD has been " "generated at %s", paths.krb5conf) if serverrole == "active directory domain controller": |