summaryrefslogtreecommitdiffstats
path: root/src/config-files
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2010-10-05 13:57:23 +0000
committerSam Hartman <hartmans@mit.edu>2010-10-05 13:57:23 +0000
commit6b2ecc35be9774019d6abb3b76e71a3f3de93562 (patch)
tree0b9898ba2d350d7fc66f22c0ba5f728124faeffa /src/config-files
parentcf38783a30f793857f179cca9186996f3bad2b71 (diff)
downloadkrb5-6b2ecc35be9774019d6abb3b76e71a3f3de93562.tar.gz
krb5-6b2ecc35be9774019d6abb3b76e71a3f3de93562.tar.xz
krb5-6b2ecc35be9774019d6abb3b76e71a3f3de93562.zip
Document kadm5_hook interface
* krb5.conf * admin.texinfo * kadm5_hook_plugin.h: document initvt requirement git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24422 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index e658e8997f..d03a1f468b 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -752,6 +752,14 @@ built with Hesiod support)
.IP princ
Checks against components of the principal name
+.SS kadm5_hook interface
+
+The kadm5_hook interface provides plugins with information on
+principal creation, modification, password changes and deletion. This
+interface can be used to write a plugin to synchronize MIT Kerberos
+with another database such as Active Directory. No plugins are built
+in for this interface.
+
.SH FILES
/etc/krb5.conf
.SH SEE ALSO