Bug 15211 - [Admin] Keine Suche nach MAC-Adressen mit Wildcard möglich
[Admin] Keine Suche nach MAC-Adressen mit Wildcard möglich
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 2.2
i386 Linux
: P2 normal (vote)
: UCS 2.3
Assigned To: Sönke Schwardt-Krummrich
Tim Petersen
:
Depends on: 5583
Blocks: 14432
  Show dependency treegraph
 
Reported: 2009-07-29 08:22 CEST by Stefan Gohmann
Modified: 2009-12-21 08:46 CET (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 Stefan Gohmann univentionstaff 2009-07-29 08:22:31 CEST
Das sollte auch für dhcpHWAddress ermöglicht werden, siehe auch Bug #14327:

root@qamaster:~# ldapsearch -x '(&(objectClass=univentionDhcpHost)(dhcpHWAddress=ethernet 00:01:02:03:04:05))' -LLL
dn: cn=client-thin,cn=univention.test,cn=dhcp,dc=univention,dc=test
objectClass: top
objectClass: univentionDhcpHost
cn: client-thin
univentionDhcpFixedAddress: 10.201.0.1
dhcpHWAddress: ethernet 00:01:02:03:04:05

root@qamaster:~# ldapsearch -x '(&(objectClass=univentionDhcpHost)(dhcpHWAddress=* 00:01:02:03:04:05))' -LLL
root@qamaster:~#   

+++ This bug was initially created as a clone of Bug #5583 +++

Im Admin ergibt eine Suche nach einer MAC-Adresse mit Wildcard (z.B.
00:50:41:01:c5:*) immer 'Nichts' als Ergebnis zurück, obwohl ein entsprechender
Rechner vorhanden ist.
Comment 1 Sönke Schwardt-Krummrich univentionstaff 2009-09-28 11:22:18 CEST
Das LDAP-Schema für dhcpHWAddress wurde auf "DirectoryString" umgewandelt. Für Equality und Substr wurden entsprechende caseinsensitive-Matching-Funktionen definiert.

Paket ist importiert und gebaut. Changelogeintrag ist vorhanden.
Comment 2 Tim Petersen univentionstaff 2009-11-04 09:18:48 CET
verified
Comment 3 Stefan Gohmann univentionstaff 2009-12-21 08:46:37 CET
UCS 2.3 wurde veröffentlicht. Sollte der hier beschriebene Bug mit einer neueren Version von UCS erneut auftreten, so sollte der Bug dupliziert werden: "Clone This Bug".