Hello All,
I know this isn't a default plugin for MediaWiki, but I am sure that others are using LDAP authentication.
I am using the Ldap plugin on the mediawiki site and I am unable to get nested groups working. I can authenticate when a user is part of a specific group, but when a group is added to the required group it does not work.
Below is my nested groups array in my Localsettings.php file.
$wgLDAPGroupSearchNestedGroups = array( "domain.com"=>true );
Can anyone help me out with this?
Thanks!
Russ