mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
db8fd3d6a3
The function gensec_gssapi_client_creds() may call kinit and gets a TGT for the user. The principal provided by the user may not be canonicalized. The user may use 'given.last@example.com' but that may be mapped to glast@AD.EXAMPLE.PRIVATE in the background. It means we should use client_realm = AD.EXAMPLE.PRIVATE instead of client_realm = EXAMPLE.COM BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> |
||
---|---|---|
.. | ||
gensec_gssapi.c | ||
gensec_gssapi.h | ||
gensec_krb5_heimdal.c | ||
gensec_krb5_mit.c | ||
gensec_krb5.c | ||
gensec_krb5.h | ||
gensec_tstream.c | ||
gensec_tstream.h | ||
pygensec.c | ||
wscript_build |