Files
base_site_config/config/optional/ldap_departments_sync.settings.yml
Quintino A. G. Souza 6dcb1195eb Configurações LDAP *.settings migradas para hook_install().
Simple configs já criadas pelas dependências são agora aplicadas
programaticamente via hook_install(), evitando conflito ao importar
via config/install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 08:34:29 -03:00

63 lines
1.4 KiB
YAML

ldap_server_id: ldap_ime_unicamp_br
ldap_query_id: department_sync
enable_hierarchy: 1
parent_attribute: departmentNumber
child_attribute: imeccDepartmentCode
group_type_id: departments
attribute_mappings:
-
field: label
attribute: description
mapping_type: simple
-
field: field_dept_code
attribute: imeccDepartmentCode
mapping_type: simple
-
field: field_dept_acronym
attribute: cn
mapping_type: simple
-
field: field_dept_type
attribute: imeccDepartmentType
mapping_type: simple
-
field: field_dept_phone
attribute: telephoneNumber
mapping_type: simple
-
field: field_dept_room
attribute: roomNumber
mapping_type: simple
-
field: field_dept_mail
attribute: mail
mapping_type: simple
-
field: field_dept_coord
attribute: imeccDepartmentCoord
mapping_type: user_reference
-
field: field_dept_coord_assoc
attribute: imeccDepartmentAssocCoord
mapping_type: user_reference
role_mapping_enabled: 1
role_mappings:
-
group_role: departments-member
source: group_field_match
source_field: field_user_dept_code
group_field: field_dept_code
values: { }
sync_users: 1
access_rules:
-
label: null
entity_type: null
bundle: ''
operations: { }
mode: restrictive
memberships: { }
field_conditions: { }
enabled: false