summaryrefslogtreecommitdiffstats
path: root/openldap-logfile-html.lsp
diff options
context:
space:
mode:
authorAlan Messias Cordeiro <alancordeiro@gmail.com>2013-12-09 15:25:50 +0000
committerAlan Messias Cordeiro <alancordeiro@gmail.com>2013-12-09 15:25:50 +0000
commit64522968bc69d1fa839c64874a543398cf759473 (patch)
treee5b5c3ae9dd0b5e741b3a673d4cffc63e0ea287d /openldap-logfile-html.lsp
downloadacf-openldap-64522968bc69d1fa839c64874a543398cf759473.tar.bz2
acf-openldap-64522968bc69d1fa839c64874a543398cf759473.tar.xz
Initial commitv0.1
Diffstat (limited to 'openldap-logfile-html.lsp')
-rw-r--r--openldap-logfile-html.lsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/openldap-logfile-html.lsp b/openldap-logfile-html.lsp
new file mode 100644
index 0000000..d320dd1
--- /dev/null
+++ b/openldap-logfile-html.lsp
@@ -0,0 +1,6 @@
+<% local data, viewlibrary = ...
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="slapd"})
+end %>