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:
@@ -37,7 +37,7 @@ static gss_buffer_desc localLoginUserAttr = {
|
||||
"local-login-user"
|
||||
};
|
||||
|
||||
gss_buffer_t GSSAPI_LIB_VARIABLE GSS_C_ATTR_LOCAL_LOGIN_USER = &localLoginUserAttr;
|
||||
gss_buffer_t GSSAPI_LIB_VARIABLE __gss_c_attr_local_login_user = &localLoginUserAttr;
|
||||
|
||||
static OM_uint32
|
||||
mech_authorize_localname(OM_uint32 *minor_status,
|
||||
|
Reference in New Issue
Block a user