Bug 25988 - Fehler in Mailwizard wird nicht korrekt durchgereicht
Fehler in Mailwizard wird nicht korrekt durchgereicht
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: UMC - Mail
UCS 3.0
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-31 15:40 CET by Tim Petersen
Modified: 2018-04-13 13:29 CEST (History)
1 user (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 Tim Petersen univentionstaff 2012-01-31 15:40:13 CET
Wenn man einem Benutzer in der UDM-Ansicht den Mail-Wizard anzeigen lässt und im Anschluss (ohne entsprechende ACL-Anpassungen) als Benutzer im UDM versucht einen shared Mail-Folder anzulegen erhält man bei leerer Mailadresse korrekt "Zugriff verweigert".

Trägt man hier eine Mailadresse ein, erhält man die irreführende Meldung: "Die Mail-Adresse wird bereits verwendet"
Comment 1 Andreas Büsching univentionstaff 2012-02-01 09:32:19 CET
(In reply to comment #0)
> Trägt man hier eine Mailadresse ein, erhält man die irreführende Meldung: "Die
> Mail-Adresse wird bereits verwendet"

Das liegt an einem try:-except:-Block (in addlist):

                try:
                    self.alloc.append( ( 'mailPrimaryAddress', self[ 'mailPrimaryAddress' ] ) )
                    univention.admin.allocators.request( self.lo, self.position, 'mailPrimaryAddress', value = self[ 'mailP
                except:
                    univention.admin.allocators.release( self.lo, self.position, 'mailPrimaryAddress', value = self[ 'mailP
                    raise univention.admin.uexceptions.mailAddressUsed

Hier wird aus jeder Exception eine mailAddressUsed-Exception

Das ist in 3.0 auch och so
Comment 2 Stefan Gohmann univentionstaff 2017-06-16 20:37:50 CEST
This issue has been filed against UCS 3. UCS 3 is out of the normal maintenance and many UCS components have vastly changed in UCS 4.

If this issue is still valid, please change the version to a newer UCS version otherwise this issue will be automatically closed in the next weeks.
Comment 3 Stefan Gohmann univentionstaff 2017-08-08 07:08:29 CEST
This issue has been filed against UCS 3.0.

UCS 3.0 is out of maintenance and many UCS components have vastly changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.