The branch, master has been updated
via 34d98a8 Replaced string "Samba 4" with "Samba AD"
from 72e415b ctdb-scripts: Dump stack traces of smbd processes after
shutdown
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 34d98a80a85e35e3d67a0b7e5188245a17551c17
Author: Marc Muehlfeld <[email protected]>
Date: Mon Oct 10 17:52:09 2016 +0200
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 <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Mon Oct 10 22:34:03 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
python/samba/provision/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/python/samba/provision/__init__.py
b/python/samba/provision/__init__.py
index 344766e..e68db74 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":
--
Samba Shared Repository