diff options
author | Ricky Nance <ricky.nance@weaubleau.k12.mo.us> | 2012-10-16 00:52:51 -0500 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-10-17 12:55:44 +0200 |
commit | d09ac9636af6a31098156ca65ab62e11ce3a5d15 (patch) | |
tree | 5b26986a6023814e14395fabc6db77a80c1fcf1f /source4/setup | |
parent | 83d34bb2bbcbc0ebbcb81825590363e996979e08 (diff) | |
download | samba-d09ac9636af6a31098156ca65ab62e11ce3a5d15.tar.gz samba-d09ac9636af6a31098156ca65ab62e11ce3a5d15.tar.bz2 samba-d09ac9636af6a31098156ca65ab62e11ce3a5d15.zip |
Removed phpldapadmin inclusion for Samba 4.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Oct 17 12:55:44 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/phpldapadmin-config.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/setup/phpldapadmin-config.php b/source4/setup/phpldapadmin-config.php deleted file mode 100644 index 8a2f2153ed..0000000000 --- a/source4/setup/phpldapadmin-config.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -/** - * The phpLDAPadmin config file, customised for use with Samba4 - * - * Use config.php.example to create config.php, if you don't have one. - * - * Append this file to config.php. - */ - -/* Create a new LDAP server for SAMBA4 */ -$servers->newServer('ldap_pla'); - -/* A convenient name that will appear in the tree viewer and throughout - phpLDAPadmin to identify this LDAP server to users. */ -$servers->setValue('server','name','Samba4 LDAP Server'); -$servers->setValue('server','host','${S4_LDAPI_URI}'); -$servers->setValue('login','auth_type','session'); -$servers->setValue('login','attr','dn'); - -?> |