Bug 40712

Summary: missing shell glob escapes
Product: UCS@school Reporter: Florian Best <best>
Component: GeneralAssignee: Florian Best <best>
Status: CLOSED FIXED QA Contact: Sönke Schwardt-Krummrich <schwardt>
Severity: normal    
Priority: P5 CC: schwardt
Version: UCS@school 4.1   
Target Milestone: UCS@school 4.1 Errata   
Hardware: Other   
OS: Linux   
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:
Bug Depends on: 40031, 40384    
Bug Blocks:    

Description Florian Best univentionstaff 2016-02-17 14:02:09 CET
svn r66626 breaks e.g. creation of the Marktplatz share because of a different function signature of is_ucr_true.

+++ This bug was initially created as a clone of Bug #40384 +++

The same goes for UCS@school:

ucs-school-import/hooks/ou_create_post.d/40dhcpsearchbase_create:       local val="$(echo $1 | tr [:upper:] [:lower:])"
ucs-school-import/hooks/ou_create_post.d/52marktplatz_create:   local val="$(echo $1 | tr [:upper:] [:lower:])"
ucs-school-umc-exam/hooks/ou_create_post.d/60schoolexam-master: local val="$(echo $1 | tr [:upper:] [:lower:])"


+++ This bug was initially created as a clone of Bug #40031 +++
Comment 1 Florian Best univentionstaff 2016-02-17 14:08:18 CET
ucs-school-import (12.0.3-1):
r67507 | Bug #40712: fix last commit

ucs-school-umc-exam (5.0.4-1):
r67507 | Bug #40712: fix last commit
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2016-05-20 16:16:43 CEST
(In reply to Florian Best from comment #1)
> ucs-school-import (12.0.3-1):
> r67507 | Bug #40712: fix last commit

Verified at last app update. Change is already shipped. Removed YAML file 
ucs-school-import.yaml
 
> ucs-school-umc-exam (5.0.4-1):
> r67507 | Bug #40712: fix last commit

Verified.