Univention Bugzilla – Attachment 10729 Details for
Bug 49102
type and sanity check import configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configuration schema patch
schema.patch (text/plain), 1.68 KB, created by
Toni Röhmeyer
on 2021-05-17 13:08:42 CEST
(
hide
)
Description:
configuration schema patch
Filename:
MIME Type:
Creator:
Toni Röhmeyer
Created:
2021-05-17 13:08:42 CEST
Size:
1.68 KB
patch
obsolete
>diff --git a/ucs-school-import/usr/share/ucs-school-import/schema/user_import_configuration_schema.json b/ucs-school-import/usr/share/ucs-school-import/schema/user_import_configuration_schema.json >index 894b51d8a..349675fad 100644 >--- a/ucs-school-import/usr/share/ucs-school-import/schema/user_import_configuration_schema.json >+++ b/ucs-school-import/usr/share/ucs-school-import/schema/user_import_configuration_schema.json >@@ -30,7 +30,7 @@ > "csv": { > "type": "object", > "properties": { >- "delimiter": {"type": "string"}, >+ "delimiter": {"type": ["string", "null"]}, > "mapping": {"type": "object"}, > "header_lines": {"type": "integer"}, > "incell-delimiter": { >@@ -70,10 +70,10 @@ > "teacher_and_staff": {"type": "string"} > } > }, >- "<udm attribute name>": {"type": "string"} >+ "<udm attribute name>": {"type": ["string", "null"]} > } > }, >- "maildomain": {"type": "string"}, >+ "maildomain": {"type": ["string", "null"]}, > "mandatory_attributes": { > "type": "array", > "items": {"type": "string"} >@@ -82,16 +82,15 @@ > "output": { > "type": "object", > "properties": { >- "new_user_passwords": {"type": "string"}, >+ "new_user_passwords": {"type": ["string", "null"]}, > "user_import_summary": {"type": "string"} > } > }, > "password_length": {"type": "integer"}, >- "school": {"type": "string"}, >- "source_uid": {"type": "string"}, >+ "school": {"type": ["string", "null"]}, >+ "source_uid": {"type": ["string", "null"]}, > "tolerate_errors": {"type": "integer"}, >- "user_deletion": {"type": "object"}, >- "user_role": {"type": "string"}, >+ "user_role": {"type": ["string", "null"]}, > "username": { > "type": "object", > "properties": {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49102
: 10729