8 lines
195 B
Plaintext
8 lines
195 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' => null,
|
||
|
'password' => null,
|
||
|
]
|
||
|
);
|