summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2013-12-09 20:59:19 -0800
committerRuss Allbery <eagle@eyrie.org>2013-12-09 20:59:19 -0800
commit6e0123915f5f8e674b75c949c58bbfce307397ea (patch)
tree03ce41088cba333d03efe10b69461a3b59dd67fe
parent5016895bd79c7fd946fcbaf1f47f0610b48ae7de (diff)
Fix an error in the kadm5_hook configuration documentation
-rw-r--r--debian/krb5-sync-plugin.NEWS4
-rw-r--r--debian/krb5-sync-plugin.README.Debian4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/krb5-sync-plugin.NEWS b/debian/krb5-sync-plugin.NEWS
index 9ca4511..95bb1ed 100644
--- a/debian/krb5-sync-plugin.NEWS
+++ b/debian/krb5-sync-plugin.NEWS
@@ -5,7 +5,7 @@ krb5-sync (3.0-1) unstable; urgency=low
the Kerberos KDC will have to change accordingly, to:
kadm5_hook = {
- module = krb5_sync:kadm5_hook/sync.so
+ module = sync:kadm5_hook/sync.so
}
if you were using the default configuration.
@@ -16,5 +16,5 @@ krb5-sync (3.0-1) unstable; urgency=low
automatically, based on the Active Directory realm, but now they must be
specified in order for status synchronization to work.
- -- Russ Allbery <rra@debian.org> Mon, 09 Dec 2013 18:12:03 -0800
+ -- Russ Allbery <rra@debian.org> Mon, 09 Dec 2013 20:59:15 -0800
diff --git a/debian/krb5-sync-plugin.README.Debian b/debian/krb5-sync-plugin.README.Debian
index b9e4b24..4b1f8d5 100644
--- a/debian/krb5-sync-plugin.README.Debian
+++ b/debian/krb5-sync-plugin.README.Debian
@@ -21,10 +21,10 @@ these settings) and then add to the [plugins] section (creating it if
necessary) of the configuration file for the Kerberos KDC the following:
kadm5_hook = {
- module = krb5_sync:kadm5_hook/sync.so
+ module = sync:kadm5_hook/sync.so
}
You will probably also want to install the krb5-sync-tools package, which
provides some additional useful command-line utilities.
- -- Russ Allbery <rra@debian.org>, Mon, 9 Dec 2013 18:10:56 -0800
+ -- Russ Allbery <rra@debian.org>, Mon, 9 Dec 2013 20:58:51 -0800