From 49791818610cecd877eb5b865cb6cefa90e92ba0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 13:16:26 +0000 Subject: r7019: - added esp call lpServices() which returns a list of services in smb.conf. - added a test of lpServices() in the esptest scripts (This used to be commit 94308d8fed7796ddfc32883a1c27ec8ebfff842d) --- swat/esptest/loadparm.esp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'swat') diff --git a/swat/esptest/loadparm.esp b/swat/esptest/loadparm.esp index b5f3c86b1d..b9f2c54ec5 100644 --- a/swat/esptest/loadparm.esp +++ b/swat/esptest/loadparm.esp @@ -57,6 +57,9 @@ if (request['REQUEST_METHOD'] == "POST") { Here are some commonly used parameters:

<% + +showValue("defined services", lpServices()); + function showParameter(name) { showValue(name, lpGet(name)); } -- cgit