RFC 2743 says (regarding gss_acquire_cred),
``A caller may provide the value NULL (GSS_C_NO_NAME) for desired_name, which will be interpreted as a request for a credential handle that will invoke default behavior when passed to GSS_Init_sec_context(), if cred_usage is GSS_C_INITIATE or GSS_C_BOTH, or GSS_Accept_sec_context(), if cred_usage is GSS_C_ACCEPT or GSS_C_BOTH.'' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11155 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-08-20 Jacques Vidrine <n@nectar.com>
|
||||
|
||||
* acquire_cred.c, inquire_cred.c, release_cred.c: Use default
|
||||
credential resolution if gss_acquire_cred is called with
|
||||
GSS_C_NO_NAME.
|
||||
|
||||
2002-06-20 Jacques Vidrine <n@nectar.com>
|
||||
|
||||
* import_name.c: Compare name types by value if pointers do
|
||||
|
Reference in New Issue
Block a user