MCPcopy Create free account
hub / github.com/Synzack/ldapper / HEADER

Struct HEADER

SecurityDescriptor/SDStructure.go:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package SecurityDescriptor
2
3type HEADER struct {
4 Revision string
5 Sbz1 string
6 Control string
7 OffsetOwner string
8 OffsetGroup string
9 OffsetSacl string
10 OffsetDacl string
11}
12
13type ACLHEADER struct {
14 ACLRevision string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected