sec_login_get_current_context-Retrieve this process' current login context.
#include <dce/sec_login.h> void sec_login_get_current_context ( sec_login_handle_t *login_context, error_status_t *status );
Output
- login_context
The retrieved current login context.
- status
The completion status.
The sec_login_get_current_context() routine retrieves a process' current login context.In typical implementations, this routine returns the login context information contained in the cache file named by an (implementation-specific) well-known environment variable (typically, KRB5CCNAME).
- error_status_ok
- sec_login_s_internal_error
- sec_login_s_no_current_context
Functions:sec_login_set_context() .
Contents | Next section | Index |