root/data/ldap_shadows/schema/shadow.yaml @ c1f6ab89
7f913647 | Marc Dequènes (Duck) | ---
|
|
type: map
|
|||
mapping:
|
|||
ea386896 | Marc Dequènes (Duck) | "interface":
|
|
7f913647 | Marc Dequènes (Duck) | type: map
|
|
mapping:
|
|||
"tree_objects":
|
|||
type: seq
|
|||
sequence:
|
|||
- type: str
|
|||
ea386896 | Marc Dequènes (Duck) | "attributes":
|
|
type: map
|
|||
mapping:
|
|||
=: &attrdata
|
|||
type: map
|
|||
mapping:
|
|||
"access": {type: str, enum: [full, read_only, write_only, forbidden]}
|
|||
"visibility": {type: str, enum: [always, expert, admin, never]}
|
|||
"presentation_multiple": {type: str, enum: [list, shortlist]}
|
|||
"possible_values":
|
|||
type: seq
|
|||
sequence:
|
|||
- type: scalar
|
|||
"attribute_defaults": *attrdata
|