From 5a9c6d60631ea62a1778132a749c68aef83d8330 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 27 Nov 2010 22:27:22 -0800 Subject: [PATCH] use sample values --- 3.0/modules/ldap/config/identity.php | 12 ++++++------ 3.1/modules/ldap/config/identity.php | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3.0/modules/ldap/config/identity.php b/3.0/modules/ldap/config/identity.php index 370d973a..8c4136b2 100644 --- a/3.0/modules/ldap/config/identity.php +++ b/3.0/modules/ldap/config/identity.php @@ -34,13 +34,13 @@ $config["ldap"] = array( "driver" => "ldap", "allow_updates" => false, "params" => array( - "groups" => array("eng", "google", "guest"), + "groups" => array("engineering", "everybody", "guest"), "everybody_group" => "guest", - "registered_users_group" => "google", - "admins" => array("mediratta", "martinm"), - "url" => "ldaps://ldap.corp.google.com/", - "group_domain" => "ou=Posix,ou=Groups,dc=google,dc=com", - "user_domain" => "ou=People,dc=google,dc=com", + "registered_users_group" => "everybody", + "admins" => array("alice", "bob"), + "url" => "ldaps://ldap.mycompany.com/", + "group_domain" => "ou=Posix,ou=Groups,dc=ymcompany,dc=com", + "user_domain" => "ou=People,dc=MyCompany,dc=com", "bind_rdn" => null, "bind_password" => null, ) diff --git a/3.1/modules/ldap/config/identity.php b/3.1/modules/ldap/config/identity.php index 370d973a..8c4136b2 100644 --- a/3.1/modules/ldap/config/identity.php +++ b/3.1/modules/ldap/config/identity.php @@ -34,13 +34,13 @@ $config["ldap"] = array( "driver" => "ldap", "allow_updates" => false, "params" => array( - "groups" => array("eng", "google", "guest"), + "groups" => array("engineering", "everybody", "guest"), "everybody_group" => "guest", - "registered_users_group" => "google", - "admins" => array("mediratta", "martinm"), - "url" => "ldaps://ldap.corp.google.com/", - "group_domain" => "ou=Posix,ou=Groups,dc=google,dc=com", - "user_domain" => "ou=People,dc=google,dc=com", + "registered_users_group" => "everybody", + "admins" => array("alice", "bob"), + "url" => "ldaps://ldap.mycompany.com/", + "group_domain" => "ou=Posix,ou=Groups,dc=ymcompany,dc=com", + "user_domain" => "ou=People,dc=MyCompany,dc=com", "bind_rdn" => null, "bind_password" => null, )