summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-16 12:18:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:16 -0500
commit7a33552d82620ba8c3287c2335e0c36ad85c9aff (patch)
treed8b3776a1c002a6cc77c654b86944b71afb91f1b /source4/auth/kerberos
parentf4183d9be26fdc00b1d3ba477485223486e9a5bc (diff)
downloadsamba-7a33552d82620ba8c3287c2335e0c36ad85c9aff.tar.gz
samba-7a33552d82620ba8c3287c2335e0c36ad85c9aff.tar.bz2
samba-7a33552d82620ba8c3287c2335e0c36ad85c9aff.zip
r7637: Another useful Heimdal feature we need.
Andrew Bartlett (This used to be commit 57ddedc954f49fd370225494758326fcbd0bb500)
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt5
1 files changed, 5 insertions, 0 deletions
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.
+