fgtclb/academic-persons-sync

Adds some configuration for external users providers like Active Directory

Installs: 1 477

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Type:typo3-cms-extension

1.1.0 2025-03-12 20:07 UTC

This package is auto-updated.

Last update: 2025-04-03 12:05:31 UTC


README

URL
Repository: https://github.com/fgtclb/academic-persons-sync
Read online: https://docs.typo3.org/p/fgtclb/academic/academic-persons-sync/main/en-us/
TER: https://extensions.typo3.org/extension/academic_persons_sync/

Description

This extension extends the academic_persons_edit extension. It adds a new user type for external users and can be used when users are imported from external sources.

Note

This extension is currently in beta state - please notice that there might be changes to the structure

Compatibility

Branch Version TYPO3 PHP
main 2.0.x-dev ~v12 + ~v13 8.1, 8.2, 8.3, 8.4 (depending on TYPO3)
1 1.2.x-dev v11 + ~v12 8.1, 8.2, 8.3, 8.4 (depending on TYPO3)

Important

The 2.x TYPO3 v12 and v13 support is not guaranteed over all extensions yet and will most likely not get it. It has only been allowed to install all of them with 1.x also in a TYPO3 v12 to combining them in the mono repository. Support in work and at least planned to be archived when releasing 2.0.0.

Installation

Install with your flavour:

  • TER
  • Extension Manager
  • composer

We prefer composer installation:

composer req \
  'fgtclb/academic-persons' \
  'fgtclb/academic-persons-edit' \
  'fgtclb/academic-persons-sync'

Important

2.x.x is still in development and not all academics extension are fully tested in v12 and v13, but can be installed in composer instances to use, test them. Testing and reporting are welcome.

Testing 2.x.x extension version in projects (composer mode)

It is already possible to use and test the 2.x version in composer based instances, which is encouraged and feedback of issues not detected by us (or pull-requests).

Your project should configure minimum-stabilty: dev and prefer-stable to allow requiring each extension but still use stable versions over development versions:

composer config minimum-stability "dev" \
&& composer config "prefer-stable" true

and installed with:

composer require \
  'fgtclb/academic-persons':'2.*.*@dev' \
  'fgtclb/academic-persons-edit':'2.*.*@dev' \
  'fgtclb/academic-persons-sync':'2.*.*@dev'

Upgrade from 1.x

Upgrading from 1.x to 2.x includes breaking changes, which needs to be addressed manualy in case not automatic upgrade path is available. See the UPGRADE.md file for details.

Credits

This extension was created by FGTCLB GmbH.

Find more TYPO3 extensions we have developed.