Bug 40712 - missing shell glob escapes
missing shell glob escapes
Status: CLOSED FIXED
Product: UCS@school
Classification: Unclassified
Component: General
UCS@school 4.1
Other Linux
: P5 normal (vote)
: UCS@school 4.1 Errata
Assigned To: Florian Best
Sönke Schwardt-Krummrich
:
Depends on: 40031 40384
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-17 14:02 CET by Florian Best
Modified: 2016-07-04 16:59 CEST (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.