Adiciona mapeamento LDAP para field_user_mathscinetid

Inclui o campo mathSciNetId no ldap_user.settings e update hook
10001 para aplicar o mapeamento em instalações existentes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 08:11:37 -03:00
parent c872fce60a
commit c74a7edfa0
2 changed files with 36 additions and 0 deletions

View File

@@ -96,4 +96,14 @@ ldapUserSyncMappings:
prov_events:
- create_drupal_user
- sync_to_drupal_user
field-field_user_mathscinetid:
ldap_attr: '[mathSciNetId]'
user_attr: '[field.field_user_mathscinetid]'
convert: false
user_tokens: ''
config_module: ldap_user
prov_module: site_users
prov_events:
- create_drupal_user
- sync_to_drupal_user
ldap: { }