Bug 34523 - Remove LDAP_Server from syntax.py
Remove LDAP_Server from syntax.py
Status: RESOLVED MOVED
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 4.x
Assigned To: Florian Best
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-10 10:32 CEST by Dirk Wiesenthal
Modified: 2022-04-21 00:24 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
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): API change, Cleanup
Max CVSS v3 score:
best: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2014-04-10 10:32:53 CEST
There is a syntax class named LDAP_Server which is not used anywhere (at least not in univention-directory-manager-modules).

It is a not-so-smart version of DomainController (without use_object=False and without a regex for fqdn).

So LDAP_Server should be removed and DomainController should be used.

To preserve compatibility one could state LDAP_Server = DomainController.
Comment 1 Florian Best univentionstaff 2016-09-24 14:45:47 CEST
The syntax class still exists and is unused in UCS and UCS@school.
Comment 2 Florian Best univentionstaff 2020-06-22 17:09:58 CEST
I think the syntax class is used by extended attributes?
Comment 3 Florian Best univentionstaff 2021-02-23 12:32:44 CET
(In reply to Florian Best from comment #2)
> I think the syntax class is used by extended attributes?
No, this is LDAP_Search not LDAP_Server.