Remove built-in support for clear-text kerberos authentication.
commit3235880b41ee5dd5ef171195489fb9254f5d89b0
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Nov 2001 10:42:07 +0000 (11 10:42 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 11 Nov 2001 10:42:07 +0000 (11 10:42 +0000)
tree23ddb13498cf7ca5d09256b7140c799540ce0724
parent64dde3b64fc091cda95fc4ed145595b5d79b2e01
Remove built-in support for clear-text kerberos authentication.

This should remove some confusion from the ./configure, but does not affect the
'real' kerberos support currently residing in smbd/sesssetup.c.

This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and
the pam_krb5 module.  This module includes measures to prevent such spoofing.

Andrew Bartlett
source/auth/pass_check.c
source/configure.in
source/passdb/pass_check.c