SECURITY_CONTEXT_TO_SID
Section: ()
Updated: 06 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: 05:30:55 GMT, October 06, 2005