[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Oct 10 20:35:03 UTC 2016


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 <mmuehlfeld at samba.org>
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 <mmuehlfeld at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    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



More information about the samba-cvs mailing list