Reference:LDAPSyncAll: Różnice pomiędzy wersjami

hw>Margit.link-rodrigue
Nie podano opisu zmian
 
m (1 wersja)
 

Aktualna wersja na dzień 11:13, 2 lut 2024

Extension: LDAPSyncAll

all extensions

Overview
Description:

⧼ldapsyncall-desc⧽

State: stable Dependency: MediaWiki
Developer: Robert Vogel License: GPL-3.0-only
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice pro (deactivated), BlueSpice Farm (deactivated) Version: 4.1+
For more info, visit Mediawiki.

Features

This extension provides a mechanism which synchronizes users in the database and users in Active Directory:

  • If a user is not in the database, but is in LDAP => the user will be added to the database
  • If a user is in the database, but is not in LDAP => the user will be disabled in the database

Technical Information

This information applies to BlueSpice 4. Technical details for BlueSpice Cloud can differ in some cases.

Requirements

  • MediaWiki: 1.39.0
  • LDAPGroups: 2.0

LDAPProvider: 2.0 LDAPUserInfo: 2.0

Integrates into

Special pages

Configuration

Name Value
BlockExecutorUsername 'MediaWiki default'
ExcludedGroups array ( 0 => 'bot', )
ExcludedUsernames array ( 0 => 'WikiSysop', )
UserPageContent '{{User}}'
UsersSyncMechanism '\\LDAPSyncAll\\UserSyncMechanism\\SyncAllMechanism::factory'

Hooks