summaryrefslogtreecommitdiff
path: root/source4/selftest/provisions/alpha13/private/phpldapadmin-config.php
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-09 01:01:25 +0400
committerAndrew Tridgell <tridge@samba.org>2011-07-21 11:44:35 +1000
commitfa194c33b2963c84b406beb1008b8de565b531b6 (patch)
tree16931b194235f7cebbc3cea14d78d277dedb83f0 /source4/selftest/provisions/alpha13/private/phpldapadmin-config.php
parent72ca5c39c9a911791af3d0abb8a146093b5e3e67 (diff)
downloadsamba-fa194c33b2963c84b406beb1008b8de565b531b6.tar.gz
samba-fa194c33b2963c84b406beb1008b8de565b531b6.tar.bz2
samba-fa194c33b2963c84b406beb1008b8de565b531b6.zip
tests: Add alpha13 dumped provision
Diffstat (limited to 'source4/selftest/provisions/alpha13/private/phpldapadmin-config.php')
-rw-r--r--source4/selftest/provisions/alpha13/private/phpldapadmin-config.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/source4/selftest/provisions/alpha13/private/phpldapadmin-config.php b/source4/selftest/provisions/alpha13/private/phpldapadmin-config.php
new file mode 100644
index 0000000000..6c78c6a8e5
--- /dev/null
+++ b/source4/selftest/provisions/alpha13/private/phpldapadmin-config.php
@@ -0,0 +1,28 @@
+<?php
+/**
+ * The phpLDAPadmin config file, customised for use with Samba4
+ * This overrides phpLDAPadmin defaults
+ * that are defined in config_default.php.
+ *
+ * DONT change config_default.php, you changes will be lost by the next release
+ * of PLA. Instead change this file - as it will NOT be replaced by a new
+ * version of phpLDAPadmin.
+ */
+
+/*********************************************/
+/* Useful important configuration overrides */
+/*********************************************/
+
+/* phpLDAPadmin can encrypt the content of sensitive cookies if you set this
+ to a big random string. */
+
+$i=0;
+$ldapservers = new LDAPServers;
+
+/* A convenient name that will appear in the tree viewer and throughout
+ phpLDAPadmin to identify this LDAP server to users. */
+$ldapservers->SetValue($i,'server','name','Samba4 LDAP Server');
+$ldapservers->SetValue($i,'server','host','ldapi://%2Fhome%2Fmat%2Fworkspace%2Fsamba%2Falpha13%2Fprivate%2Fldapi');
+$ldapservers->SetValue($i,'server','auth_type','session');
+$ldapservers->SetValue($i,'login','attr','dn');
+?>