mediawiki-extensions-LDAPGroups

GitHub mirror for the MediaWiki extension LDAPGroups. Our actual code is hosted at https://gerrit.wikimedia.org. Please see https://www.mediawiki.org/wiki/Developer_account if you wish to contribute code to this repo. Thank you.

Downloads
769
Stars
0
Committers
14

== Extension:LDAPGroups ==

This extension provides an way to map group membership information from a directory service (such as LDAP or Active Directory) to MediaWiki groups using the interface provided by LDAPProvider.

=== Configuration ===

There are two synchronization mechanisms:

  • Mapped: "Sync only specifically defined groups and apply a mapping"
  • All: "Sync all groups from LDAP, except from some that are managed by the wiki itself"

==Mapped== { "LDAP": { ... "groupsync": { "mechanism": "MediaWiki\Extension\LDAPGroups\SyncMechanism\MappedGroups::factory", "mapping": { "mathematicans": "ou=mathematicans,dc=example,dc=com" "scientists": "ou=scientists,dc=example,dc=com" } }, ... } }

==All== { "LDAP": { ... "groupsync": { "mechanism": "MediaWiki\Extension\LDAPGroups\SyncMechanism\AllGroups::factory", "locally-managed": [ "sysop" ] }, ... } }

Package Rankings
Top 26.09% on Packagist.org
Related Projects