From 7a33552d82620ba8c3287c2335e0c36ad85c9aff Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 16 Jun 2005 12:18:52 +0000 Subject: r7637: Another useful Heimdal feature we need. Andrew Bartlett (This used to be commit 57ddedc954f49fd370225494758326fcbd0bb500) --- source4/auth/kerberos/kerberos-notes.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/auth/kerberos') diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt index 3422612e03..9abf66468c 100644 --- a/source4/auth/kerberos/kerberos-notes.txt +++ b/source4/auth/kerberos/kerberos-notes.txt @@ -255,5 +255,10 @@ We have added krb5_freelog() to be the opposite of krb5_initlog(), and ensure we do not leak memeory in this operation. (krb5_closelog() does not free everything that krb5_initlog creates). +Similarly important is the Heimdal-specific krb5_get_error_string() +function, which does a lot to reduce the 'administrator pain' level, +by providing specific, english text-string error messages instead of +just error code translations. + -- cgit