add gss_get_name_attribute
This commit is contained in:
17
lib/gssapi/mech/gss_get_name_attribute.c
Normal file
17
lib/gssapi/mech/gss_get_name_attribute.c
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
OM_uint32
|
||||||
|
gss_get_name_attribute(OM_uint32 *minor_status,
|
||||||
|
gss_name_t name,
|
||||||
|
gss_buffer_t attr,
|
||||||
|
int *authenticated,
|
||||||
|
int *complete,
|
||||||
|
gss_buffer_t value,
|
||||||
|
gss_buffer_t display_value,
|
||||||
|
int *more)
|
||||||
|
{
|
||||||
|
return GSS_S_FAILURE;
|
||||||
|
}
|
Reference in New Issue
Block a user