1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-07-04 17:29:31 +02:00
ldapcherry/tests/cfg/attributes_wrong_type.yml
kakwa 7cdbe459b6 change backend key name in attributes + methods
* adding get_backends
* adding get_selfattributes (attributes users can change themselves)
* adding unit tests
* rename backend-attributes -> bakends (for homogeneity with role.yml)
2015-05-18 12:30:51 +02:00

21 lines
407 B
YAML

cn:
description: "Firt Name and Display Name"
display_name: "Display Name"
type: notatype
autofill:
function: cn
args:
- $first-name
- $name
backends:
ldap: cn
ad: CN
first-name:
description: "First name of the user"
display_name: "First Name"
type: string
backends:
ldap: givenName
ad: givenName