From d09ac9636af6a31098156ca65ab62e11ce3a5d15 Mon Sep 17 00:00:00 2001 From: Ricky Nance Date: Tue, 16 Oct 2012 00:52:51 -0500 Subject: Removed phpldapadmin inclusion for Samba 4. Signed-off-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Oct 17 12:55:44 CEST 2012 on sn-devel-104 --- source4/setup/phpldapadmin-config.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 source4/setup/phpldapadmin-config.php (limited to 'source4/setup') diff --git a/source4/setup/phpldapadmin-config.php b/source4/setup/phpldapadmin-config.php deleted file mode 100644 index 8a2f2153edb..00000000000 --- a/source4/setup/phpldapadmin-config.php +++ /dev/null @@ -1,20 +0,0 @@ -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'); - -?> -- cgit