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

Function getSID

SecurityDescriptor/SecurityDescriptorFuncs.go:182–186  ·  view source on GitHub ↗
(ACE string)

Source from the content-addressed store, hash-verified

180}
181
182func getSID(ACE string) (SID string) {
183 SID = ACE[len(ACE)-56:]
184
185 return
186}
187
188func hexToInt(hex string) (integer int) {
189 integer64, _ := strconv.ParseInt(hex, 16, 64)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected