diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-02 03:10:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:55 -0500 |
commit | 3b182e2bf4024e789645e78ec5847771faaffd6f (patch) | |
tree | 45001a803cf170e5b0f0cda6d4e38bd2896aaaae | |
parent | 971112285c3320a3972ff619f2c38fdf6783231c (diff) | |
download | samba-3b182e2bf4024e789645e78ec5847771faaffd6f.tar.gz samba-3b182e2bf4024e789645e78ec5847771faaffd6f.tar.bz2 samba-3b182e2bf4024e789645e78ec5847771faaffd6f.zip |
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 used to be commit 2b0605dbaee18da4ebb676fc292b324d21805ef7)
-rw-r--r-- | source4/libcli/auth/gensec.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/auth/gensec.m4 b/source4/libcli/auth/gensec.m4 index 9b814014ca..9e9b04a695 100644 --- a/source4/libcli/auth/gensec.m4 +++ b/source4/libcli/auth/gensec.m4 @@ -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 |