Bug 49920 - Unknown option ``--access-access-global-address-book-disabled'
Unknown option ``--access-access-global-address-book-disabled'
Status: NEW
Product: Z_Internal OX development
Classification: Unclassified
Component: Listener
UCS 4.4 / 7.10.1
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-25 10:02 CEST by Daniel Tröder
Modified: 2019-07-25 10:02 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 3: A User would likely not purchase the product
User Pain: 0.103
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:
troeder: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tröder univentionstaff 2019-07-25 10:02:28 CEST
+++ This bug was initially created as a clone of Bug #49232 +++

The listener fails to create new users at a customer:

Error: Unrecognized options on the command line: Unknown option ``--access-access-global-address-book-disabled'

Fix is:

diff --git a/univention-ox/listener/ox-user.py b/univention-ox/listener/ox-user.py
index 9f85d96..edd2904 100755
--- a/univention-ox/listener/ox-user.py
+++ b/univention-ox/listener/ox-user.py
@@ -153,6 +153,7 @@ mapping_module_access_definitions_2_cli = {
        'publication': 'publication',
        'activesync': 'active-sync',
        'deniedportal': 'denied-portal',
+       'globaladdressbookdisabled': 'global-address-book-disabled',
 }