summaryrefslogtreecommitdiff
path: root/source4/torture/krb5
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-01-23 13:01:27 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-01-26 17:29:06 +0100
commit94cd324be9a24fcdcbf0b1c4a9dfc7a49d074b8a (patch)
tree39ab60d8d1376bef264057ee261d0ec9449ff4c4 /source4/torture/krb5
parent350e403df83eddd7171e3e9e16018188a571b7ac (diff)
downloadsamba-94cd324be9a24fcdcbf0b1c4a9dfc7a49d074b8a.tar.gz
s4-torture: the new krb5 kdc tests are heimdal, not dc specific.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/krb5')
-rw-r--r--source4/torture/krb5/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/krb5/wscript_build b/source4/torture/krb5/wscript_build
index 81a5b09ee81..3d3a84051cd 100644
--- a/source4/torture/krb5/wscript_build
+++ b/source4/torture/krb5/wscript_build
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
+if bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'):
bld.SAMBA_MODULE('TORTURE_KRB5',
source='kdc.c kdc-canon.c',
autoproto='proto.h',