Add dummy gss_krb5_import_cred
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17712 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -87,6 +87,17 @@ gss_krb5_copy_ccache(OM_uint32 *minor_status, | ||||
|     return ret; | ||||
| } | ||||
|  | ||||
| OM_uint32 | ||||
| gss_krb5_import_cred(OM_uint32 *minor_status, | ||||
| 		     krb5_ccache id, | ||||
| 		     krb5_principal keytab_principal, | ||||
| 		     krb5_keytab keytab, | ||||
| 		     gss_cred_id_t *cred) | ||||
| { | ||||
|     *minor_status = EINVAL; | ||||
|     return GSS_S_FAILURE; | ||||
| } | ||||
|  | ||||
| #if 0 | ||||
| OM_uint32 | ||||
| gsskrb5_register_acceptor_identity(const char *identity) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand