Home
last modified time | relevance | path

Searched hist:"08 b5f5eb32076487415ffbda6e18ccd6ee8ae692" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authad/
H A Dauth.php08b5f5eb32076487415ffbda6e18ccd6ee8ae692 Thu May 14 20:46:48 UTC 2026 Andreas Gohr <andi@splitbrain.org> fix(authad): avoid warning when initAdLdap is called before opts is populated

$this->opts is initialized as an empty array, so the is_array() guard in
initAdLdap() passed even when no domain had been loaded yet, producing an
"Undefined array key 'domain'" warning on PHP 8 (e.g. from getUserCount()
called by the Popularity admin page).

Fixes #4501