1
0
Fork 0
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:
kakwa 2015-05-31 18:07:46 +02:00
parent 8d8f4ffbe5
commit 2860f5af6c
5 changed files with 36 additions and 1 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:
@ -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

View file

@ -40,6 +40,7 @@ email:
uid:
display_name: "UID"
type: string
key: True
autofill:
function: uid
args:

View file

@ -2,6 +2,7 @@ cn:
description: "Firt Name and Display Name"
display_name: "Display Name"
type: notatype
key: True
autofill:
function: cn
args: