Bug 27820 - Syntaxklasse für "ldap_search_mailhomeserver"
Syntaxklasse für "ldap_search_mailhomeserver"
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 3.0
Other Linux
: P3 enhancement (vote)
: UCS 3.1
Assigned To: Lukas Walter
Stefan Gohmann
: interim-3
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-04 13:00 CEST by Jascha Geerds
Modified: 2012-12-12 21:10 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:
Bug group (optional): Cleanup
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jascha Geerds univentionstaff 2012-07-04 13:00:52 CEST
Es wäre hilfreich, eine eigene Syntaxklasse für die Suche nach Mail-Home-Servern zu erstellen, damit die Pflege erleichtert wird. Derzeit wird die Syntax in mail/folder.py sowie in users/user.py verwendet:

ldap_search_mailhomeserver = univention.admin.syntax.LDAP_Search(
	filter = '(&(objectClass=univentionHost)(univentionService=IMAP))',
	attribute = [ 'computers/computer: fqdn' ],
	value='computers/computer: fqdn'
Comment 1 Stefan Gohmann univentionstaff 2012-07-17 17:09:52 CEST
UCS 3.1 will be the next release.
Comment 2 Lukas Walter univentionstaff 2012-10-31 16:44:32 CET
Wurde hinzugefügt.


univention-directory-manager-modules (8.0.80-1) unstable; urgency=low
  * added LDAP syntax mail home servers (Bug #27820)
  * added default empty value to mail home server LDAP search syntax
    (Bug #26425)

svn 36813
Comment 3 Stefan Gohmann univentionstaff 2012-11-15 14:18:17 CET
In meiner Testumgebung (UCS 3.1 Master + UCS 3.0 Slave) wird beim Hinzufügen des IMAP Folders kein IMAP Server gefunden. Auf dem Slave ist IMAP aber als Dienst registriert:

root@master301:~# univention-ldapsearch cn=slave304 univentionService -LLL
dn: cn=slave304,cn=dc,cn=computers,dc=deadlock30,dc=local
univentionService: LDAP
univentionService: DHCP
univentionService: Software Monitor
univentionService: SMTP
univentionService: Print
univentionService: IMAP
univentionService: NFS
univentionService: Horde4
univentionService: DNS
Comment 4 Lukas Walter univentionstaff 2012-11-19 12:14:08 CET
(In reply to comment #3)
> In meiner Testumgebung (UCS 3.1 Master + UCS 3.0 Slave) wird beim Hinzufügen
> des IMAP Folders kein IMAP Server gefunden. Auf dem Slave ist IMAP aber als
> Dienst registriert:
> 
> root@master301:~# univention-ldapsearch cn=slave304 univentionService -LLL
> dn: cn=slave304,cn=dc,cn=computers,dc=deadlock30,dc=local
> univentionService: LDAP
> univentionService: DHCP
> univentionService: Software Monitor
> univentionService: SMTP
> univentionService: Print
> univentionService: IMAP
> univentionService: NFS
> univentionService: Horde4
> univentionService: DNS

Daran war nur ein Typo Schuld.


univention-directory-manager-modules (8.0.96-1) unstable; urgency=low
  * fixed typo (Bug #27820)

svn 37331
Comment 5 Stefan Gohmann univentionstaff 2012-11-20 07:05:15 CET
OK: Tests bei Benutzern und Mailfoldern erfolgreich

OK: Changelog
Comment 6 Stefan Gohmann univentionstaff 2012-12-12 21:10:14 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".