Explorar el Código

Update 'plugins/edirectory_monitor/rulesets/special_agent.py'

corrected a typo
Michael Honkoop hace 4 meses
padre
commit
4b030564a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/edirectory_monitor/rulesets/special_agent.py

+ 1 - 1
plugins/edirectory_monitor/rulesets/special_agent.py

@@ -26,7 +26,7 @@ def _parameter_form() -> Dictionary:
                 ),
             ),
             "user": DictElement(
-                required=True.
+                required=True,
                 parameter_form=String(
                     title=Title("DN of Username to use for Monitoring"),
                 ),