diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-04-26 09:50:15 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-04-26 09:50:15 +0100 |
commit | 7c5704499a9881493f8bdfcefb095b50ab072a02 (patch) | |
tree | 8616e6dff76c6d384177542800db9a5d194e19ec /source4/auth/gensec | |
parent | 35e45534c64930a0f22c5975c64be41d96265a00 (diff) | |
download | samba-7c5704499a9881493f8bdfcefb095b50ab072a02.tar.gz samba-7c5704499a9881493f8bdfcefb095b50ab072a02.tar.bz2 samba-7c5704499a9881493f8bdfcefb095b50ab072a02.zip |
Fix dependencies on gensec_krb5 and the NTLMSSP code.
This is so that gensec_krb5 does not depend on the NTLM authentication
code.
Andrew Bartlett
(This used to be commit 71ec5bfb3e973bd68649a598d006efcdda18f1b6)
Diffstat (limited to 'source4/auth/gensec')
-rw-r--r-- | source4/auth/gensec/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk index cfb3493484..8b602e75f0 100644 --- a/source4/auth/gensec/config.mk +++ b/source4/auth/gensec/config.mk @@ -20,7 +20,7 @@ PUBLIC_HEADERS += auth/gensec/gensec.h [MODULE::gensec_krb5] SUBSYSTEM = gensec INIT_FUNCTION = gensec_krb5_init -PRIVATE_DEPENDENCIES = CREDENTIALS KERBEROS auth auth_sam +PRIVATE_DEPENDENCIES = CREDENTIALS KERBEROS auth_session auth_sam # End MODULE gensec_krb5 ################################################ |