From 5d50e48b5e19120edd77b22519231fa8d86803ed Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Mon, 4 Feb 2008 14:24:05 +0000 Subject: [PATCH] Inserted just examples instead of real organizations. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@247 44740490-163a-0410-bde0-09ae8108e29a --- config/ldapfeide.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/config/ldapfeide.php b/config/ldapfeide.php index 83b20d38c..5234fd9e2 100644 --- a/config/ldapfeide.php +++ b/config/ldapfeide.php @@ -5,21 +5,18 @@ * */ - - - $ldapfeide = array ( - 'uio.no' => array( - 'description' => 'UiO', - 'searchbase' => 'cn=people,dc=uio,dc=no', - 'hostname' => 'ldaps://ldap.uio.no', + 'example1.com' => array( + 'description' => 'Example Org 1', + 'searchbase' => 'cn=people,dc=example1,dc=com', + 'hostname' => 'ldaps://ldap.example1.com', 'attributes' => 'objectclass=*', ), - 'uninett.no' => array( - 'description' => 'UNINETT', - 'searchbase' => 'cn=internal,cn=people,dc=uninett,dc=no', - 'hostname' => 'ldap://ldap.uninett.no', + 'example2.com' => array( + 'description' => 'Example Org 2', + 'searchbase' => 'cn=people,dc=example2,dc=com', + 'hostname' => 'ldaps://ldap.example2.com', 'attributes' => 'objectclass=*', ) -- GitLab