Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Minimum recommended
AUTH_LDAP_USER_ATTR_MAP=name:name

# Mapping more fields
AUTH_LDAP_USER_ATTR_MAP=name:name|landline:telephoneNumber|department:department

Canopy user profile fields

These Canopy fields can be mapped to LDAP attributes. Since Canopy uses email addresses as usernames the email address is mapped already.

Code Block
name
title
bio
landline
mobile
address
department
public_holiday_country_code


Role assignment

Assigning roles based on AD groups is optional and not all flags need to be mapped. Unmapped flags can be managed via the Canopy Admin interface.

...