]> eyrie.org Git - kerberos/kadmin-remctl.git/commitdiff
Add NEWS entry for attribute setting in kadmin-backend-heim
authorRuss Allbery <rra@stanford.edu>
Thu, 6 Jan 2011 20:24:29 +0000 (12:24 -0800)
committerRuss Allbery <rra@stanford.edu>
Thu, 6 Jan 2011 20:24:29 +0000 (12:24 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 4b9de408303c0f95f1ad35291662bcfb83531d0f..6463807305f233968afe85be60e68599265623b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,13 @@ kadmin-remctl 3.2 (unreleased)
 
     Properly handle incorrect password errors from Heimdal's kpasswd.
     Previously, if change_passwd failed because the original password was
-    incorrect, kadmin-remctl would output a confusing Expect error.
+    incorrect, kadmin-remctl-heim would output a confusing Expect error.
+
+    When creating principals for Heimdal, set a default set of attributes
+    before making the principal.  Heimdal::Kadm5 doesn't seem to be
+    working properly with the default attributes from the default
+    principal.  This currently hard-codes enabling pre-auth for new
+    principals and needs to be revisited.
 
 kadmin-remctl 3.1 (2010-07-21)