Browse Source

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

corrected a typo
Michael Honkoop 4 tháng trước cách đây
mục cha
commit
4b030564a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"),
                 ),