8 lines
195 B
PHP
8 lines
195 B
PHP
<?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,
|
|
]
|
|
);
|