mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
adding attributes for search
This commit is contained in:
parent
5b5140fa1e
commit
1b4307d69d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user