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 4ba9a0c..c5154d6 100644
--- a/openldap-controller.lua
+++ b/openldap-controller.lua
@@ -19,6 +19,10 @@ 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_filecontent, self.model.update_filecontent, self.clientdata, "Save", "Edit Config File", "Config File Saved")
+end
+
mymodule.viewconfig = function(self)
return self.model.get_config()
end