In the documentation the line:
require_once "$IP/extensions/LDAPAuthorization/LDAPAuthorization.php";
is misleading (maybe is obvious to everyone, but took me a while to figure out).
It should be:
wfLoadExtension('LDAPAuthorization');
In the documentation the line:
require_once "$IP/extensions/LDAPAuthorization/LDAPAuthorization.php";
is misleading (maybe is obvious to everyone, but took me a while to figure out).
It should be:
wfLoadExtension('LDAPAuthorization');
Thank you for the reminder. The page has been updated. Please note that the extension was recently updated significantly to make use of Extension:LDAPProvider.