sec_login_disable_delegation- Disables delegation for a specified login context
#include <dce/sec_login.h> sec_login_handle_t *sec_login_disable_delegation ( sec_login_handle_t login_context, error_status_t *status );
Input
- login_context
An opaque handle to login context for which delegation has been enabled.
Output
- status
A pointer to the completion status. On successful completion, status is assigned error_status_ok. Otherwise, it returns an error.
The sec_login_disable_delegation() routine disables delegation for a specified login context. It returns a new login context of type sec_login_handle_t without any delegation information, thus preventing any further delegation.
- /usr/include/dce/sec_login.idl
The idl file from which dce/sec_login.h was derived.
- sec_login_s_invalid_context
- error_status_ok
Functions:sec_login_become_delegate() ,sec_login_become_impersonator() ,sec_login_become_initiator() .
Contents | Next section | Index |