Bug 54048 - AttributeError: 'int' object has no attribute 'find'
Summary: AttributeError: 'int' object has no attribute 'find'
Status: VERIFIED DUPLICATE of bug 53466
Alias: None
Product: UCS
Classification: Unclassified
Component: AD Takeover
Version: UCS 5.0
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: Samba maintainers
QA Contact: Samba maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-10 14:08 CET by Riya Bhattacharjee
Modified: 2021-11-11 10:33 CET (History)
2 users (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: 2021100921000323
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Riya Bhattacharjee univentionstaff 2021-11-10 14:08:28 CET

    
Comment 2 Arvid Requate univentionstaff 2021-11-10 18:14:37 CET
This has been fixed with UCS 5.0-0 erratum138

https://forge.univention.org/bugzilla/show_bug.cgi?id=53466#c6

*** This bug has been marked as a duplicate of bug 53466 ***
Comment 3 Riya Bhattacharjee univentionstaff 2021-11-11 10:33:04 CET
UCS Version: 5.0-0 errata116

  File"/usr/lib/python3/dist-packages/univention/management/console/modules/adtakeover/__init__.py", line 61, in _background
    result = func(self, request)
  File"/usr/lib/python3/dist-packages/univention/management/console/modules/adtakeover/__init__.py", line 110, in copy_domain_data
    takeover.join_to_domain_and_copy_domain_data(ip, username, password, self.progress)
  File"/usr/lib/python3/dist-packages/univention/management/console/modules/adtakeover/takeover.py", line 312, in join_to_domain_and_copy_domain_data
    takeover.rewrite_sambaSIDs_in_OpenLDAP()
  File"/usr/lib/python3/dist-packages/univention/management/console/modules/adtakeover/takeover.py", line 1338, in rewrite_sambaSIDs_in_OpenLDAP
char_idx = address.find("@")
AttributeError: 'int' object has no attribute 'find'
Traceback (most recent call last):