summaryrefslogtreecommitdiffstats
path: root/openldap-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openldap-controller.lua')
-rw-r--r--openldap-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/openldap-controller.lua b/openldap-controller.lua
index 36b8564..a1d7a9d 100644
--- a/openldap-controller.lua
+++ b/openldap-controller.lua
@@ -19,4 +19,8 @@ mymodule.expert = function(self)
return self.handle_form(self, self.model.get_filecontent, self.model.update_filecontent, self.clientdata, "Save", "Edit Config File", "Config File Saved")
end
+mymodule.manage = function(self)
+ return self.handle_form(self, self.model.get_ldapsearch, self.model.get_ldapsearch, "Search", "Search")
+end
+
return mymodule