mediawiki/ldap-groups
最新稳定版本:3.0.5
Composer 安装命令:
composer require mediawiki/ldap-groups
包简介
Map group membership from a directory service to MediaWiki.
README 文档
README
Table of Contents |
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
<syntaxhighlight lang="json"> { "LDAP": { ... "groupsync": { "mechanism": "MediaWiki\\Extension\\LDAPGroups\\SyncMechanism\\MappedGroups::factory", "mapping": { "mathematicans": "ou=mathematicans,dc=example,dc=com" "scientists": "ou=scientists,dc=example,dc=com" } }, ... } } </syntaxhighlight>
All
<syntaxhighlight lang="json"> { "LDAP": { ... "groupsync": { "mechanism": "MediaWiki\\Extension\\LDAPGroups\\SyncMechanism\\AllGroups::factory", "locally-managed": ["sysop"] }, ... } } </syntaxhighlight>
统计信息
- 总下载量: 1.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-10-28