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)
commit6ce557a1aff4754d2622be8f1c6695d9ee788d54
treed9e1cfafefb5bcb37fbcec6a667c7843848e76ff
parent966c30ca591c410a4a229396c7919fe8f98bd066
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
source/auth/credentials/credentials.c
source/auth/credentials/credentials_files.c
source/dsdb/samdb/ldb_modules/config.mk
source/dsdb/samdb/ldb_modules/update_keytab.c [new file with mode: 0644]
source/scripting/ejs/smbcalls_creds.c
source/scripting/libjs/provision.js
source/setup/secrets.ldif
source/setup/secrets_init.ldif [new file with mode: 0644]