diff --git a/conf/attributes.yml b/conf/attributes.yml index 5f5ebaf..1709d36 100644 --- a/conf/attributes.yml +++ b/conf/attributes.yml @@ -2,6 +2,7 @@ cn: description: "Firt Name and Display Name" display_name: "Display Name" type: string + search_displayed: True autofill: function: cn args: @@ -10,9 +11,11 @@ cn: backends: ldap: cn ad: CN + first-name: description: "First name of the user" display_name: "First Name" + search_displayed: True type: string backends: ldap: givenName @@ -20,6 +23,7 @@ first-name: name: description: "Family name of the user" display_name: "Name" + search_displayed: True type: string backends: ldap: sn @@ -40,6 +44,8 @@ email: uid: description: "UID of the user" display_name: "UID" + search_displayed: True + key: True type: string autofill: function: uid