mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
auth/gensec and auth/kerberos. This also pulls the kerberos configure code out of libads (which is otherwise dead), and into auth/kerberos/kerberos.m4 Andrew Bartlett (This used to be commit e074d63f3dcf4f84239a10879112ebaf1cfa6c4f)
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
SMB_MODULE_DEFAULT(gensec_krb5, NOT)
|
|
SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
|
|
SMB_MODULE_DEFAULT(gensec_gsskrb5, NOT)
|
|
|
|
if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
|
|
# krb5 is now disabled at runtime, not build time
|
|
SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
|
|
SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
|
|
if test x"$samba_cv_GSS_C_DCE_STYLE" = x"yes"; then
|
|
SMB_MODULE_DEFAULT(gensec_gsskrb5, STATIC)
|
|
fi
|
|
fi
|