1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

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@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Apr 24 13:02:37 CEST 2015 on sn-devel-104
This commit is contained in:
Andreas Schneider 2015-04-23 18:35:51 +02:00 committed by Andreas Schneider
parent 78cdd5ea7d
commit 86652c0208

View File

@ -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}