r21135: Instead of having hooks to update keytabs as an explicit thing, update
authorAndrew Bartlett <abartlet@samba.org>
Sun, 4 Feb 2007 07:17:03 +0000 (07:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:31 +0000 (14:44 -0500)
commit744dddd75be73e4e883241b808b37a12a7a39ac1
treebe0695eb7e6692452f515395663edb63df52d56e
parent627595b7a3c91d02fe8a29737beb77b2a4c4ae0f
r21135: Instead of having hooks to update keytabs as an explicit thing, update
them as a hook on ldb modify, via a module.

This should allow the secrets.ldb to be edited by the admin, and to
have things update in the on-disk keytab just as an in-memory keytab
would.

This isn't really a dsdb plugin, but I don't have any other good ideas
about where to put it.

Andrew Bartlett
(This used to be commit 6ce557a1aff4754d2622be8f1c6695d9ee788d54)
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials_files.c
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/update_keytab.c [new file with mode: 0644]
source4/scripting/ejs/smbcalls_creds.c
source4/scripting/libjs/provision.js
source4/setup/secrets.ldif
source4/setup/secrets_init.ldif [new file with mode: 0644]