summaryrefslogtreecommitdiff
path: root/swat/install
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-06 12:29:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:48 -0500
commit8f4dc51345dc48f5a6bfb1a49297f205ba53ef0a (patch)
treeae72d29358f8f06f2051f33d3891753965c547f2 /swat/install
parent8574fe2f8e07f15f129a7b53773c5a83278a9499 (diff)
downloadsamba-8f4dc51345dc48f5a6bfb1a49297f205ba53ef0a.tar.gz
samba-8f4dc51345dc48f5a6bfb1a49297f205ba53ef0a.tar.bz2
samba-8f4dc51345dc48f5a6bfb1a49297f205ba53ef0a.zip
r12739: Add support for using credentials in the provision process.
This should allow us to provision to a 'normal' LDAP server. Also add in 'session info' hooks (unused). Both of these need to be hooked in on the webserver. Andrew Bartlett (This used to be commit b349d2fbfefd0e0d4620b9e8e0c4136f900be1ae)
Diffstat (limited to 'swat/install')
-rw-r--r--swat/install/provision.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/install/provision.esp b/swat/install/provision.esp
index 5f91451cbc..38983c96dc 100644
--- a/swat/install/provision.esp
+++ b/swat/install/provision.esp
@@ -61,7 +61,7 @@ if (form['submit'] == "Provision") {
} else if (!provision_validate(subobj, writefln)) {
f.display();
} else {
- provision(subobj, writefln, false, provision_default_paths(subobj));
+ provision(subobj, writefln, false, provision_default_paths(subobj), NULL, NULL);
}
} else {
f.display();