mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
use: gensec:krb5=yes gensec:ms_krb5=yes to enable it or -k on the client tools on the command line metze
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
SMB_MODULE_DEFAULT(gensec_krb5, 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)
|
|
fi
|