1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-20 10:43:00 +02:00
ldapcherry/tests/cfg/attributes_wrong_type.yml

22 lines
421 B
YAML
Raw Normal View History

2015-05-17 19:49:13 +02:00
cn:
description: "Firt Name and Display Name"
display_name: "Display Name"
type: notatype
2015-05-31 18:07:46 +02:00
key: True
2015-05-17 19:49:13 +02:00
autofill:
function: cn
args:
- $first-name
- $name
backends:
2015-05-17 19:49:13 +02:00
ldap: cn
ad: CN
first-name:
description: "First name of the user"
display_name: "First Name"
type: string
backends:
2015-05-17 19:49:13 +02:00
ldap: givenName
ad: givenName