No edit summary |
m (Text replacement - "BlueSpice Farm" to "BlueSpice farm") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{BSExtensionInfo | ||
|desc=Allows user group syncronization with a LDAP resource | |desc=Allows user group syncronization with a LDAP resource | ||
|status=stable | |status=stable | ||
|developer=Mark A. Hershberger, Cindy Cicalese | |developer=Mark A. Hershberger, Cindy Cicalese | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice pro (deactivated), BlueSpice | |edition=BlueSpice pro (deactivated), BlueSpice farm (deactivated) | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Infrastructure | |category=Infrastructure | ||
|docu=https://www.mediawiki.org/wiki/Extension:LDAPGroups | |docu=https://www.mediawiki.org/wiki/Extension:LDAPGroups | ||
| | |features= | ||
The '''LDAPGroups''' extension allow users to manage the membership of their MediaWiki groups using a directory server via LDAP such as Microsoft's ActiveDirectory. | |||
}} | }} | ||
{{wcagCheck | {{wcagCheck | ||
Line 15: | Line 16: | ||
|extensionType=backend | |extensionType=backend | ||
}} | }} | ||
{{translation}} |
Latest revision as of 10:49, 7 June 2024
Extension: LDAPGroups
Overview | |||
---|---|---|---|
Description: |
Allows synchronization with an LDAP directory such as Microsoft ActiveDirectory | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Mark A. Hershberger, Cindy Cicalese | License: | GPL-2.0 |
Type: | MediaWiki | Category: | Infrastructure |
Edition: | BlueSpice pro (deactivated), BlueSpice farm (deactivated) | Version: | 4.1+ |
For more info, visit Mediawiki. |
Features
The LDAPGroups extension allow users to manage the membership of their MediaWiki groups using a directory server via LDAP such as Microsoft's ActiveDirectory.
Technical Information
This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.39.0
- LDAPProvider: 2.0
Integrates into
- LDAPProvider
Special pages
Configuration
Name | Value |
---|---|
SyncMechanismRegistry | array ( 'mappedgroups' => 'MediaWiki\\Extension\\LDAPGroups\\SyncMechanism\\MappedGroups::factory', 'allgroups' => 'MediaWiki\\Extension\\LDAPGroups\\SyncMechanism\\AllGroups::factory', ) |
Hooks
Accessibility
Test status: | 2-testing complete |
---|---|
Last test date: | 2022-08-05
|
Extension type: | backend
|