[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Fri Apr 24 05:03:02 MDT 2015


The branch, master has been updated
       via  86652c0 s4-setup: Add saltPrincipal to secrets_dns.ldif
      from  78cdd5e buildtools: Use all of pyext_PATTERN in map_shlib_extension

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 86652c02083b411ad94217a871a2bcc81f16b369
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Apr 23 18:35:51 2015 +0200

    s4-setup: Add saltPrincipal to secrets_dns.ldif
    
    This adds the correct salt principal to the secretsdb so that we
    generate a valid keytab entries for AES and DES keys. The test doesn't
    fails with Heimdal cause it always uses RC4 which doesn't have a salt.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Andrew Bartlet <abartlet at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Fri Apr 24 13:02:37 CEST 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/setup/secrets_dns.ldif | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source4/setup/secrets_dns.ldif b/source4/setup/secrets_dns.ldif
index 192c06d..3c35990 100644
--- a/source4/setup/secrets_dns.ldif
+++ b/source4/setup/secrets_dns.ldif
@@ -4,6 +4,7 @@ objectClass: top
 objectClass: secret
 objectClass: kerberosSecret
 realm: ${REALM}
+saltPrincipal: dns-${HOSTNAME}@${REALM}
 servicePrincipalName: DNS/${DNSNAME}
 msDS-KeyVersionNumber: ${KEY_VERSION_NUMBER}
 privateKeytab: ${DNS_KEYTAB}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list