mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 12:27:47 +02:00
adding key and fixing unit tests
This commit is contained in:
parent
8d8f4ffbe5
commit
2860f5af6c
5 changed files with 36 additions and 1 deletions
|
@ -2,6 +2,7 @@ cn:
|
|||
description: "Firt Name and Display Name"
|
||||
display_name: "Display Name"
|
||||
type: string
|
||||
search_displayed: True
|
||||
autofill:
|
||||
function: cn
|
||||
args:
|
||||
|
@ -13,6 +14,7 @@ cn:
|
|||
first-name:
|
||||
description: "First name of the user"
|
||||
display_name: "First Name"
|
||||
search_displayed: True
|
||||
type: string
|
||||
backends:
|
||||
ldap: givenName
|
||||
|
@ -20,6 +22,7 @@ first-name:
|
|||
name:
|
||||
description: "Family name of the user"
|
||||
display_name: "Name"
|
||||
search_displayed: True
|
||||
type: string
|
||||
backends:
|
||||
ldap: sn
|
||||
|
@ -27,6 +30,7 @@ name:
|
|||
email:
|
||||
description: "Email of the user"
|
||||
display_name: "Name"
|
||||
search_displayed: True
|
||||
type: email
|
||||
autofill:
|
||||
function: email
|
||||
|
@ -40,6 +44,8 @@ email:
|
|||
uid:
|
||||
description: "UID of the user"
|
||||
display_name: "UID"
|
||||
search_displayed: True
|
||||
key: True
|
||||
type: string
|
||||
autofill:
|
||||
function: uid
|
||||
|
|
|
@ -40,6 +40,7 @@ email:
|
|||
uid:
|
||||
display_name: "UID"
|
||||
type: string
|
||||
key: True
|
||||
autofill:
|
||||
function: uid
|
||||
args:
|
||||
|
|
|
@ -2,6 +2,7 @@ cn:
|
|||
description: "Firt Name and Display Name"
|
||||
display_name: "Display Name"
|
||||
type: notatype
|
||||
key: True
|
||||
autofill:
|
||||
function: cn
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue