GSS_C_ATTR_LOCAL_LOGIN_USER
Be consistent with other GSSAPI global variables. GSS_C_ATTR_LOCAL_LOGIN_USER becomes a macro in gssapi.h that refers to an exported variable __gss_c_attr_local_login_user Change-Id: I2661d74cd0f760780f75b35f92d6b4f9112080dc
This commit is contained in:
@@ -1041,7 +1041,8 @@ GSSAPI_LIB_FUNCTION int GSSAPI_LIB_CALL
|
||||
gss_userok(const gss_name_t name,
|
||||
const char *user);
|
||||
|
||||
extern GSSAPI_LIB_VARIABLE gss_buffer_t GSS_C_ATTR_LOCAL_LOGIN_USER;
|
||||
extern GSSAPI_LIB_VARIABLE gss_buffer_t __gss_c_attr_local_login_user;
|
||||
#define GSS_C_ATTR_LOCAL_LOGIN_USER (&__gss_c_attr_local_login_user)
|
||||
|
||||
/*
|
||||
* Naming extensions
|
||||
|
Reference in New Issue
Block a user