Bug 22693 - Read-Only Attribute FQDN
Read-Only Attribute FQDN
Status: RESOLVED DUPLICATE of bug 22139
Product: UCS
Classification: Unclassified
Component: UMC - Computers
UCS 2.4
All Linux
: P5 minor (vote)
: ---
Assigned To: UMC maintainers
:
Depends on: 21493
Blocks: 22139 22142
  Show dependency treegraph
 
Reported: 2011-06-09 10:56 CEST by Philipp Hahn
Modified: 2018-04-13 13:29 CEST (History)
3 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:
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 Philipp Hahn univentionstaff 2011-06-09 10:56:32 CEST
+++ This bug was initially created as a clone of Bug #21493 +++

Es sollte am Rechner-Objekt ein Attribut geben, dass den FQDN des Rechners. Das
ist in mehreren Fällen hilfreich.

Es tritt ein Traceback auf, wenn zwar nach dem FQDN gesucht wird, dort allerdings nur ein LocalDN (ohne Punkt angegeben wird):

Traceback (most recent call last):
  File "/usr/sbin/univention-dvs-sessionbroker", line 447, in _next
    machine_object = module.lookup(co, lo, '(&(virtual-desktop=TRUE)(fqdn=%s))' % self.desktop_host, unique=1, required=1)[0]
  File "/usr/lib/python2.4/site-packages/univention/admin/handlers/computers/windows.py", line 533, in lookup
    filter_s = univention.admin.filter.replace_fqdn_filter( filter_s )
  File "/usr/lib/python2.4/site-packages/univention/admin/filter.py", line 222, in replace_fqdn_filter
    host, domain = value.split( '.', 1 )

Das lässt sich folgendermaßen auch per CLI reproduzieren:
 udm computers/memberserver list --filter fqdn=phahn-Test2-2
Comment 1 Philipp Hahn univentionstaff 2012-12-03 11:41:29 CET
Bereits für UCS-2.4-3 über Bug #22139 korrigiert und mit svn27115 nach UCS-3.0 übernommen.
Ein kurzer Test ergabe, daß der Bug nicht mehr auftritt.

*** This bug has been marked as a duplicate of bug 22139 ***