8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
|
<?php # -*- coding: utf-8 mode: php -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
||
|
return array_merge(require __DIR__.'/ldap_localhost_389.ldaphost',
|
||
|
[
|
||
|
'binddn' => 'cn=admin,dc=univ-reunion,dc=fr',
|
||
|
'password' => 'admin',
|
||
|
]
|
||
|
);
|