1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-09-22 06:31:42 +02:00

adding weight to order fields

This commit is contained in:
kakwa 2015-05-31 22:38:46 +02:00
parent 1dd3f2a73d
commit e0a40bd09b

View File

@ -3,6 +3,7 @@ cn:
display_name: "Display Name" display_name: "Display Name"
type: string type: string
search_displayed: True search_displayed: True
weight: 30
autofill: autofill:
function: cn function: cn
args: args:
@ -17,6 +18,7 @@ first-name:
display_name: "First Name" display_name: "First Name"
search_displayed: True search_displayed: True
type: string type: string
weight: 20
backends: backends:
ldap: givenName ldap: givenName
ad: givenName ad: givenName
@ -24,6 +26,7 @@ name:
description: "Family name of the user" description: "Family name of the user"
display_name: "Name" display_name: "Name"
search_displayed: True search_displayed: True
weight: 10
type: string type: string
backends: backends:
ldap: sn ldap: sn
@ -32,6 +35,7 @@ email:
description: "Email of the user" description: "Email of the user"
display_name: "Name" display_name: "Name"
type: email type: email
weight: 40
autofill: autofill:
function: email function: email
args: args:
@ -47,6 +51,7 @@ uid:
search_displayed: True search_displayed: True
key: True key: True
type: string type: string
weight: 50
autofill: autofill:
function: uid function: uid
args: args:
@ -58,6 +63,7 @@ uid:
uidNumber: uidNumber:
description: "User ID Number of the user" description: "User ID Number of the user"
display_name: "UID Number" display_name: "UID Number"
weight: 60
type: int type: int
autofill: autofill:
function: uidNumber function: uidNumber
@ -70,6 +76,7 @@ uidNumber:
gidNumber: gidNumber:
description: "Group ID Number of the user" description: "Group ID Number of the user"
display_name: "GID Number" display_name: "GID Number"
weight: 70
type: int type: int
default: 10000 default: 10000
backends: backends:
@ -78,6 +85,7 @@ gidNumber:
shell: shell:
description: "Shell of the user" description: "Shell of the user"
display_name: "Shell" display_name: "Shell"
weight: 80
self: True self: True
type: stringlist type: stringlist
values: values:
@ -90,6 +98,7 @@ shell:
home: home:
description: "Home user path" description: "Home user path"
display_name: "Home" display_name: "Home"
weight: 90
type: string type: string
autofill: autofill:
function: home function: home
@ -104,6 +113,7 @@ home:
password: password:
description: "Password of the user" description: "Password of the user"
display_name: "Password" display_name: "Password"
weight: 31
self: True self: True
type: password type: password
backends: backends: