On Fri, Jan 21, 2011 at 10:19 AM, Martin Langhoff <span dir="ltr">&lt;<a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Jan 20, 2011 at 10:07 PM, Sameer Verma &lt;<a href="mailto:sverma@sfsu.edu">sverma@sfsu.edu</a>&gt; wrote:<br>
&gt; You are hilariously evil &gt;8-)~<br>
<br>
</div>I think I&#39;ll scare new XS admins with &quot;if you have problems with<br>
managing your XS... we&#39;ll ask Anna to come help you... mbwahahahaha&quot;.<br>
<br></blockquote><div><br> New XS admins, particularly if they&#39;re new to Linux culture, should be made aware that you don&#39;t just give the root password to anyone who asks for it.  I&#39;ve personally been bullied by a project manager who had no business with those credentials and was not very happy when I told her that &quot;It&#39;s on a need to know basis&quot; and when further pressed, &quot;...and you don&#39;t need to know, so quit asking.&quot;  I&#39;m not a control freak, but emailing root passwords in clear text to nitwits, and only a nitwit would even ask for such a thing, is just not done.<br>
<br>My test XS at home has no undeserved logins, but I still want to easily monitor what&#39;s going on.<br><br>I&#39;ve got a local Statusnet installation with XMPP integration, so I put this in /etc/bashrc<br><br>curl -u security:password <a href="http://schoolserver.example.org/statusnet/api/statuses/update.xml">http://schoolserver.example.org/statusnet/api/statuses/update.xml</a> -d status=&quot;`whoami` logged into `hostname` on `date`&quot;  &gt;/dev/null 2&gt;&amp;1<br>
<br>It automaticallly posts to Statusnet when someone logs in.  Since my personal Statusnet user follows the &quot;security&quot; user, the Statusnet XMPP bot sends me a notification via my Jabber client.  My other users don&#39;t like seeing all the login notice clutter, so I put the &quot;security&quot; user in the Sandbox so those notices don&#39;t show up in the Public Timeline.<br>
<br>Statusnet is really a lot of fun and my users quite enjoy it, even posting from Blackberries when they&#39;re out and about.  Not sure how it would scale at a school, though.<br><br>Anna Schoolfield<br>Birmingham</div>
</div>