mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r4470: Try not to have GSSAPI built unless we detected krb5. We should split
these tests out a bit, but for now it's an indicator we can use. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
7007522f83
commit
2b0605dbae
@@ -1,6 +1,8 @@
|
||||
SMB_MODULE_DEFAULT(gensec_krb5, NOT)
|
||||
SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
|
||||
|
||||
if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
|
||||
/* enable this when krb5 is fully working */
|
||||
SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
|
||||
SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user