[krbdev.mit.edu #8756] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Tue Oct 23 17:40:13 EDT 2018
Add GSS_KRB5_NT_ENTERPRISE_NAME name type
Add a new name-type OID which causes a string to be imported as an
enterprise name. This is useful for authenticating and impersonating
users with their UPN names.
Resurrect t_imp_name test to exercise importing of the new name OID.
Also add a test using the new name in cross-realm protocol transition,
to exercise s4u_identify_user() with multiple realms.
[ghudson at mit.edu: added Windows export entry; adjusted comments and
test code; edited commit message]
https://github.com/krb5/krb5/commit/0b872730081f01d0d2b6f78675bb5c74604cef62
Author: Isaac Boukris <iboukris at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 0b872730081f01d0d2b6f78675bb5c74604cef62
Branch: master
doc/appdev/gssapi.rst | 6 ++++
src/lib/gssapi/krb5/gssapi_krb5.c | 3 ++
src/lib/gssapi/krb5/gssapi_krb5.h | 5 +++
src/lib/gssapi/krb5/import_name.c | 8 ++++-
src/lib/gssapi/libgssapi_krb5.exports | 1 +
src/lib/gssapi32.def | 2 +
src/plugins/kdb/test/kdb_test.c | 3 +-
src/tests/gssapi/Makefile.in | 1 +
src/tests/gssapi/common.c | 4 ++-
src/tests/gssapi/t_imp_name.c | 44 +++++++++++++++++++++++++++++---
src/tests/gssapi/t_oid.c | 3 ++
src/tests/gssapi/t_s4u.py | 26 +++++++++++++++++--
12 files changed, 94 insertions(+), 12 deletions(-)
More information about the krb5-bugs
mailing list