<?php
define('_DTOEXEC', 1); // entry point

require_once 'common.php';
?>
<?php require 'header.php' ?>
<div class="messagesection">
  <div class="sectionheader">thanks for your attention</div>
  <div style="padding-top: 5px;">since this site was never supposed to facilitate burglary, i've stopped the display of personal information. the information is still publicly accessible, however, so i've left this page up to inform readers of the problem i'm trying to raise awareness about.</div>
</div>
<div class="contentsection">
  <div class="sectionheader">about</div>
  <div>ok, this isn't really about punishing email forwarding (actually quite useful) or breaking into dorms (already quite easy). it's about the personal information of princeton students, faculty, and staff being exposed by princeton's lax LDAP security settings. <a href="http://en.wikipedia.org/wiki/LDAP">LDAP</a> is what lets your email client auto-complete princeton email addresses, but as this site shows, it can do a lot more than that.</div>
  <div>this site certainly raises privacy concerns of its own. that's why i picked vacation auto-reply messages and email forwarding addresses: they're relatively harmless pieces of information, but you probably expected them to be private. a more malicious version of me could have picked any number of other <abbr title="yes, i really do mean publicly accessible. with one exception, you don't even have to be in the princeton network to access this information!">publicly accessible</abbr> pieces of data, though: <u>dorm room</u>, <u>mailing address</u>, and <u>university ID number</u>, to name just a few.</div>
  <div>(that said, if you're affiliated with princeton and would rather not have your information searchable through this site, just <a href="feedback.php">let me know</a>.)</div>
  <div>for even more about this issue, refer to <a href="http://b.dan-li.com/on-princeton-university-directory-privacy-the">my blog post introducing this site</a>.</div>
  
  <div class="sectionheader">what you can do</div>
  <div>contact the oit person office, either <a class="emailoit" href="mailto:persnofc@princeton.edu">via email</a> or by creating a <a class="ticketoit" href="https://www.princeton.edu/ais/groups/ais-cs/person-office/request-support/send-opm-ticket/">support request</a> (princeton login required, select &quot;Online Directory Information &amp; FERPA&quot;). let them know your opinion on whether or not the kinds of information mentioned in the previous paragraph should be public.</div>
  <div>oh, and tell your friends about this site. thank you for helping!</div>
  
  <div class="sectionheader">credits</div>
  <div>concept inspired by <a href="http://pleaserobme.com/">please rob me</a>. fonts by <a href="http://code.google.com/webfonts/designer?designer=Pablo+Impallari">pablo impallari</a> and <a href="http://code.google.com/webfonts/designer?designer=Steve+Matteson">steve matteson</a>. data, of course, provided by <a href="http://www.princeton.edu/oit/">oit</a>.</div>
  <div>thanks to z / y / f, this site isn't worse than it is.</div>
</div>
<?php require 'footer.php' ?>