Bug 50841 - ldap-group-to-file.py crashes during update / installation
ldap-group-to-file.py crashes during update / installation
Status: NEW
Product: UCS
Classification: Unclassified
Component: PAM
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-19 13:41 CET by Jürn Brodersen
Modified: 2020-02-19 14:01 CET (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 6: Setup Problem: Issue for the setup process
Who will be affected by this bug?: 1: Will affect a very 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): Regression
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürn Brodersen univentionstaff 2020-02-19 13:41:15 CET
ldap-group-to-file.py crashes during update / installation

Since bug 50191 an updated version of univention-python is needed. If the univention-pam package is updated before the univention-python package, the ldap-group-to-file.py script crashes until univention-python is updated.

During a pxe installation this resulted in non resolvable groups.

A version dependency on python-univention in univention-pam would probably help.

Traceback in listener.log:
'''
Traceback (most recent call last):
  File "/usr/lib/univention-pam/ldap-group-to-file.py", line 162, in <module>
    main()
  File "/usr/lib/univention-pam/ldap-group-to-file.py", line 112, in main
    lo = univention.uldap.getMachineConnection(ldap_master=False, random_server=True)
TypeError: getMachineConnection() got an unexpected keyword argument 'random_server'
'''