Add comment

This commit is contained in:
Alexander Neff
2025-08-02 11:24:23 -04:00
parent 9a16a4fce4
commit 4522f00d6e
+2
View File
@@ -209,6 +209,8 @@ class NXCModule:
def __init__(self, context=None, module_options=None):
self.context = context
self.module_options = module_options
# Initialize module variables
self.principal_sAMAccountName = None
self.principal_sid = None
self.action = "read"