diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 11:43:01 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 03:09:08 +0100 |
commit | 8d3e92d0430ec994d22ddd96babb430f8beb9315 (patch) | |
tree | 61ba6fb037eadbfecb62710956f8b37cf68fc837 /source4/kdc/wscript_build | |
parent | f8e26c6920420aa072ef337ec5f7f5c40ba0f2e4 (diff) | |
download | samba-8d3e92d0430ec994d22ddd96babb430f8beb9315.tar.gz |
s4-kdc: only build hdb plugin if we build against system Heimdal
It is not safe to have a system kadmin use our plugin if we do not
share the same libkrb5.
Andrew Bartlett
Diffstat (limited to 'source4/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 6a6e4f21148..5b2ba28793d 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -24,6 +24,7 @@ bld.SAMBA_LIBRARY('HDB_SAMBA4_PLUGIN', link_name='modules/hdb/hdb_samba4.so', realname='hdb_samba4.so', install_path='${MODULESDIR}/hdb', + enabled = (bld.CONFIG_SET("USING_SYSTEM_KRB5") and bld.CONFIG_SET("USING_SYSTEM_HDB")) ) bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', |