blob: 4a95f48d42ea4ac50cb0130d2d03f7fd836272c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
synopsis
--------
Library routines for handling Microsoft Security Identifiers in text and binary
format.
Includes a utility ``sidparse`` for dissecting SIDs on the command line.
references
----------
SIDs are specified in MS-DTYP_.
.. _MS-DTYP: https://msdn.microsoft.com/en-us/library/cc230273.aspx
license
-------
This package is licensed_ as ``LGPL-3.0-only`` (no “any later version” clause).
.. _licensed: https://spdx.org/licenses/LGPL-3.0-only.html
|