SECURITY_CONTEXT_TO_SID

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

security_context_to_sid - Obtain a SID for a given security context.  

SYNOPSIS

"SYNOPSIS"

int security_context_to_sid (char * scontext, u32 scontext_len, u32 * sid);  

ARGUMENTS

scontext
security context
scontext_len
length in bytes
sid
security identifier, SID
 

DESCRIPTION

Obtains a SID associated with the security context that has the string representation specified by scontext. Returns -EINVAL if the context is invalid, -ENOMEM if insufficient memory is available, or 0 on success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:46 GMT, October 09, 2005