switch from first_name and last_name to name

This commit is contained in:
Jens Langhammer
2019-02-27 15:09:05 +01:00
parent 2db1738e4a
commit 5b771da972
22 changed files with 78 additions and 39 deletions

View File

@ -77,10 +77,9 @@ ldap:
email: mail # or userPrincipalName
user_attribute_map:
active_directory:
sAMAccountName: username
mail: email
given_name: first_name
name: last_name
username: "%(sAMAccountName)s"
email: "%(mail)s"
name: "%(displayName)"
oauth_client:
# List of python packages with sources types to load.
types: