Topic on Talk:LDAP hub/Migration from extension LDAPAuthentication

wgLDAPGroupUseFullDN replacement

2
Dimassc (talkcontribs)

I'm migrating from the old LdapAuthentication to the new stack and it didn't work. I need a replacement for $wgLDAPGroupUseFullDN = array( "LDAP"=>false)

I need to search members in groups like this: (&(objectclass={GROUPOBJECTCLASS})({GROUPATTRIBUTE}=$username))

Instead of this this plugin is doing this search: (&(objectclass={GROUPOBJECTCLASS})({GROUPATTRIBUTE}=$userDN))

I modified Configurable.php to archive this but it'd nice to have a ldap provider parameter to configure that.

Thx

Osnard (talkcontribs)
Reply to "wgLDAPGroupUseFullDN replacement"