Skip to content
Snippets Groups Projects
Commit 5d50e48b authored by Anders Lund's avatar Anders Lund
Browse files

Inserted just examples instead of real organizations.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@247 44740490-163a-0410-bde0-09ae8108e29a
parent 05a812f5
No related branches found
No related tags found
No related merge requests found
...@@ -5,21 +5,18 @@ ...@@ -5,21 +5,18 @@
* *
*/ */
$ldapfeide = array ( $ldapfeide = array (
'uio.no' => array( 'example1.com' => array(
'description' => 'UiO', 'description' => 'Example Org 1',
'searchbase' => 'cn=people,dc=uio,dc=no', 'searchbase' => 'cn=people,dc=example1,dc=com',
'hostname' => 'ldaps://ldap.uio.no', 'hostname' => 'ldaps://ldap.example1.com',
'attributes' => 'objectclass=*', 'attributes' => 'objectclass=*',
), ),
'uninett.no' => array( 'example2.com' => array(
'description' => 'UNINETT', 'description' => 'Example Org 2',
'searchbase' => 'cn=internal,cn=people,dc=uninett,dc=no', 'searchbase' => 'cn=people,dc=example2,dc=com',
'hostname' => 'ldap://ldap.uninett.no', 'hostname' => 'ldaps://ldap.example2.com',
'attributes' => 'objectclass=*', 'attributes' => 'objectclass=*',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment