<html><body>
<p><font size="2" face="sans-serif">Hi Jules,</font><br>
<br>
<font size="2" face="sans-serif">you got it! </font><br>
<br>
<font size="2" face="sans-serif">But if i'm commenting out the lines, it wouldn't be possible from outside to make a Drop-Off without authorization, right?</font><br>
<font size="2" face="sans-serif">This would not be our aim.</font><br>
<br>
<font size="2" face="sans-serif">Your Item 2 would be the better solution, because i can limit it to our company subnets. From outside it should be definitly possible to make an "unauthorized" Drop-Off, because this is the main aim of that solution :-)</font><br>
<br>
<font size="2" face="sans-serif">Mit freundlichen Grüßen / Best regards<br>
<br>
Patrick Gaikowski<br>
Tel: +49 7132 94 3568<br>
Fax: +49 7132 94 73568<br>
E-Mail: patrick.gaikowski@kaufland.com<br>
KI 967850: IT International / IT Governance / Netzwerk Design und IT-Sicherheit<br>
Office:<br>
Lindichstrasse 11<br>
D-74189 Weinsberg</font><br>
<br>
<br>
<br>
<font size="2" face="sans-serif"><a href="http://www.kaufland.de">http://www.kaufland.de</a> </font><br>
<font size="2" face="sans-serif"><a href="http://www.spannende-it.de">http://www.spannende-it.de</a></font><br>
<font size="2" face="sans-serif">Wir sind die Nr. 1:</font><br>
<font size="2" face="sans-serif">Kaufland ist "Bester Lebensmittelmarkt 2011"!</font><br>
<br>
<font size="2" face="sans-serif">Kaufland Informationssysteme GmbH & Co. KG</font><br>
<font size="2" face="sans-serif">Postfach 12 53 - 74149 Neckarsulm<br>
Kommanditgesellschaft<br>
Sitz: Neckarsulm<br>
Registergericht: Stuttgart HRA 104163</font><br>
<br>
<br>
<br>
<br>
<br>
<ul style="padding-left: 18pt"><img width="16" height="16" src="cid:1__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt="Inactive hide details for Jules ---02.03.2012 10:18:03---Jules <Jules@zend.to>"><font size="2" color="#424282" face="sans-serif">Jules ---02.03.2012 10:18:03---Jules <Jules@zend.to></font></ul>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="40%">
<ul style="padding-left: 9pt"><font size="1" face="sans-serif"><b>Jules <Jules@zend.to></b></font><font size="1" face="sans-serif"> </font><br>
<font size="1" face="sans-serif">Gesendet von: zendto-bounces@zend.to</font>
<p><font size="1" face="sans-serif">02.03.2012 10:13</font>
<table border="1">
<tr valign="top"><td width="168" bgcolor="#FFFFFF">
<ul style="padding-left: 0pt"><font size="1" face="sans-serif">Bitte antworten an<br>
ZendTo Users <zendto@zend.to></font></ul>
</td></tr>
</table>
</ul>
</td><td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
<font size="1" face="sans-serif">ZendTo Users <zendto@zend.to></font></td></tr>
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td></tr>
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
<div align="right"><font size="1" face="sans-serif">Thema </font></div></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""><br>
<font size="1" face="sans-serif">[ZendTo] Re: data leakage prevention</font></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="58"><img width="1" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""></td><td width="336"><img width="1" height="1" src="cid:2__=4EBBF326DFA0DF4C8f9e8a93@de.int.kaufland" border="0" alt=""></td></tr>
</table>
</td></tr>
</table>
<br>
<tt><font size="2">Sorry for the change in Subject line, I think you posted from the wrong <br>
address by accident.<br>
<br>
So you want 2 things:<br>
1) Locally connecting users must log in<br>
2) No drop-offs for users who aren't logged in.<br>
<br>
Item 2 (which is what I think you describe below) you can implement <br>
right now yourself by editing /opt/zendto/templates/main_menu.tpl.<br>
<br>
What you need to do is remove the "Dropoff" button from the section of <br>
page that is displayed when a user has is not authorised. In my latest <br>
version of that file, it's lines 58-61. Just comment out those lines and <br>
users who have not logged in won't be able to access the "Drop-off" <br>
button in the menu. Once you're sure you've got it right, delete those <br>
lines instead of commenting them out.<br>
<br>
Given that you can do item 2 yourself, do you still need item 1?<br>
<br>
Jules.<br>
<br>
On 02/03/2012 08:48, zendto-owner@zend.to wrote:<br>
><br>
> Hi Jules,<br>
><br>
> we do not need/want anonymous users to upload files without prior <br>
> contact. If a file is required, our contact will send out a request to <br>
> the user. We try to maintain a single contact address for most <br>
> requests to cope with absent contacts.<br>
><br>
> Cheers<br>
> Jörg<br>
><br>
<br>
Jules<br>
<br>
-- <br>
Julian Field MEng CITP CEng<br>
</font></tt><tt><font size="2">www.Zend.To</font></tt><tt><font size="2"><br>
<br>
Follow me at twitter.com/JulesFM<br>
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
<br>
'It's okay to live without all the answers' - Charlie Eppes, 2011<br>
'All programs have a desire to be useful' - Tron, 1982<br>
'That is the land of lost content,<br>
I see it shining plain,<br>
The happy highways where I went,<br>
And cannot come again.' - A.E. Houseman<br>
<br>
<br>
_______________________________________________<br>
ZendTo mailing list<br>
ZendTo@zend.to<br>
</font></tt><tt><font size="2"><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></font></tt><tt><font size="2"><br>
</font></tt><br>
</body></html>