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"
|
description: "Firt Name and Display Name"
|
||||||
display_name: "Display Name"
|
display_name: "Display Name"
|
||||||
type: string
|
type: string
|
||||||
|
search_displayed: True
|
||||||
autofill:
|
autofill:
|
||||||
function: cn
|
function: cn
|
||||||
args:
|
args:
|
||||||
@ -10,9 +11,11 @@ cn:
|
|||||||
backends:
|
backends:
|
||||||
ldap: cn
|
ldap: cn
|
||||||
ad: CN
|
ad: CN
|
||||||
|
|
||||||
first-name:
|
first-name:
|
||||||
description: "First name of the user"
|
description: "First name of the user"
|
||||||
display_name: "First Name"
|
display_name: "First Name"
|
||||||
|
search_displayed: True
|
||||||
type: string
|
type: string
|
||||||
backends:
|
backends:
|
||||||
ldap: givenName
|
ldap: givenName
|
||||||
@ -20,6 +23,7 @@ first-name:
|
|||||||
name:
|
name:
|
||||||
description: "Family name of the user"
|
description: "Family name of the user"
|
||||||
display_name: "Name"
|
display_name: "Name"
|
||||||
|
search_displayed: True
|
||||||
type: string
|
type: string
|
||||||
backends:
|
backends:
|
||||||
ldap: sn
|
ldap: sn
|
||||||
@ -40,6 +44,8 @@ email:
|
|||||||
uid:
|
uid:
|
||||||
description: "UID of the user"
|
description: "UID of the user"
|
||||||
display_name: "UID"
|
display_name: "UID"
|
||||||
|
search_displayed: True
|
||||||
|
key: True
|
||||||
type: string
|
type: string
|
||||||
autofill:
|
autofill:
|
||||||
function: uid
|
function: uid
|
||||||
|
Loading…
Reference in New Issue
Block a user