Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sec_login_disable_delegation(3sec) — DCE 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

sec_login_disable_delegation(3sec)  —  Subroutines

NAME

sec_login_disable_delegation — Disables delegation for a specified login context

Synopsis

sec_logon_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

statusA 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

The following describes a partial list of errors that might be returned.  Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. 

sec_login_s_invalid_context

error_status_ok

Related Information

Functions: sec_intro(3sec), sec_login_become_delegate(3sec), sec_login_become_impersonator(3sec), sec_login_become_initiator(3sec). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026