From 3d82eb19f2e341b75d84173b9dab9eb1a10c4a68 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 31 Oct 2009 14:34:33 -0700 Subject: [PATCH] delete the unused ldap.php config file and rename the gallery.ldif to gallery_sample.ldif to clearly indicate that it is not required and only a sample. --- .../{gallery.ldif => gallery_sample.ldif} | 0 modules/ldap/config/ldap.php | 28 ------------------- 2 files changed, 28 deletions(-) rename modules/ldap/config/{gallery.ldif => gallery_sample.ldif} (100%) delete mode 100644 modules/ldap/config/ldap.php diff --git a/modules/ldap/config/gallery.ldif b/modules/ldap/config/gallery_sample.ldif similarity index 100% rename from modules/ldap/config/gallery.ldif rename to modules/ldap/config/gallery_sample.ldif diff --git a/modules/ldap/config/ldap.php b/modules/ldap/config/ldap.php deleted file mode 100644 index 07eda591..00000000 --- a/modules/ldap/config/ldap.php +++ /dev/null @@ -1,28 +0,0 @@ - array("eng", "google", "prebuild", "guest"), - "everybody_group" => "guest", - "registered_users_group" => "google", - "admins" => array("mediratta"), - "url" => "ldaps://ldap.corp.google.com/", - "group_domain" => "ou=Posix,ou=Groups,dc=google,dc=com", - "user_domain" => "ou=People,dc=google,dc=com", -);