Topic on Extension talk:LDAP Authorization

require_once -> wfLoadExtension

2
62.14.255.236 (talkcontribs)

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');

Cindy.cicalese (talkcontribs)

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.

Reply to "require_once -> wfLoadExtension"