nur-sery/nur_tbin/ldap/anon.ldapconf

8 lines
195 B
Plaintext
Raw Permalink Normal View History

2024-04-04 22:21:20 +04:00
<?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,
]
);