From e04db0707ad802a331166d0e11bf37cb071aa1ae Mon Sep 17 00:00:00 2001 From: Lars Karlslund Date: Tue, 29 Mar 2022 13:59:21 +0200 Subject: [PATCH] Remove unused attributes --- modules/engine/attributes.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/engine/attributes.go b/modules/engine/attributes.go index 640f74d..38ac740 100644 --- a/modules/engine/attributes.go +++ b/modules/engine/attributes.go @@ -92,11 +92,6 @@ var ( MetaWorkstation = NewAttribute("_workstation") MetaServer = NewAttribute("_server") MetaLAPSInstalled = NewAttribute("_haslaps") - // The rest is skipped - _ = NewAttribute("member") - _ = NewAttribute("member;range=0-4999") - _ = NewAttribute("proxyAddresses") - _ = NewAttribute("dSCorePropagationData") ) type Attribute uint16