adding attributes for search

This commit is contained in:
kakwa 2015-05-31 17:43:59 +02:00
parent 5b5140fa1e
commit 1b4307d69d
1 changed files with 6 additions and 0 deletions

View File

@ -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