s4-kdc: Add hdb plugin for samba4, to allow kadmin to work
authorAndrew Bartlett <abartlet@samba.org>
Tue, 29 Nov 2011 20:45:25 +0000 (07:45 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Nov 2011 02:22:11 +0000 (03:22 +0100)
commit12ce07e53b9453f35a1483d941bfce9c23f790a0
tree30ccccb52153031095f8b68a666fb7d101432ec4
parent0ee447fef5563e2b26fac6cac7c8fd7a71c80c0a
s4-kdc: Add hdb plugin for samba4, to allow kadmin to work

This will help users who are used to the kadmin interface, and could
be extended to import existing MIT or Heimdal keys into a Samba4 AD
domain.

To use, add to your krb5.conf

[kdc]

database = {
   dbname = samba4:
}

or

[kdc]

database = {
   dbname = samba4:/usr/local/samba/etc/smb.conf
}

And copy hdb_samba4.so from PREFIX/modules/hdb to your Heimdal lib directory

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Nov 30 03:22:11 CET 2011 on sn-devel-104
source4/kdc/hdb-samba4-plugin.c [new file with mode: 0644]
source4/kdc/hdb-samba4.c
source4/kdc/kdc.c
source4/kdc/samba_kdc.h
source4/kdc/wscript_build
source4/libnet/libnet_export_keytab.c