Files
base_site_config/config/optional/ldap_departments_sync.settings.yml
2026-02-12 09:10:28 -03:00

52 lines
1.2 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: { }