Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_login_disable_delegation- Disables delegation for a specified login context

SYNOPSIS

#include <dce/sec_login.h>

sec_login_handle_t *sec_login_disable_delegation (
    sec_login_handle_t login_context,
    error_status_t *status );

PARAMETERS

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.

DESCRIPTION

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.

FILES

/usr/include/dce/sec_login.idl

The idl file from which dce/sec_login.h was derived.

ERRORS

sec_login_s_invalid_context

error_status_ok

SEE ALSO

Functions: sec_login_become_delegate(), sec_login_become_impersonator(), sec_login_become_initiator().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index