r12179: Allow our KDC to use LDAP to get to the backend database.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Dec 2005 08:31:46 +0000 (08:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:16 +0000 (13:47 -0500)
commit5f9dddd02c9c821675d2ccd07561a55edcd7f5b4
treeff8e95412a0c9da10a5d6cb1641b0da884e8ccef
parentdddedf13717e860bda0dadd8a1dfc4f891e355b5
r12179: Allow our KDC to use LDAP to get to the backend database.

To avoid a circular depenency, it is not allowed to use Krb5 as an
authentication mechanism, so this must be removed from the list.  An
extension to the credentials system allows this function.

Also remove proto.h use for any of the KDC, and use NTSTATUS returns
in more places.

Andrew Bartlett
source/auth/credentials/credentials_gensec.c
source/auth/gensec/gensec.c
source/kdc/config.mk
source/kdc/hdb-ldb.c
source/kdc/kdc.c
source/kdc/kdc.h
source/kdc/pac-glue.c