<p><br>
On May 31, 2012 6:14 PM, &quot;ik&quot; &lt;<a href="mailto:idokan@gmail.com">idokan@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; I need to write an application (on Linux) that checks with Active Directory if a user is logged in, and few other details about that user.<br>
&gt; The only thing I do not understand, is how can I check if a user has logged in or not.<br>
&gt;<br>
&gt; Does anyone have any experience with this issue and can shed some light, or point me to a good documentation on the subject ?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Ido<br>
&gt;</p>
<p>AFAIK, AD doesn&#39;t &quot;know&quot; a user is &quot;logged in&quot;, because AD is not a login service, rather than an information source (e.g. *can* you login or not with the credentials provided). Also, you may be logged in to multiple stations on the domain... which one is the important to you? How would it know?</p>

<p>You need workstations/server level info, not AD, IMHO.</p>
<p>For example you could query NetBIOS via nbtstat -A ipaddr from a remote windows machine... there should be samba equivalent (don&#39;t remember by heart, sending this from my sgs2)</p>
<p>Hope this helps...</p>
<p>-- <u>Shimi</u></p>
<div class="gmail_quote">On May 31, 2012 6:14 PM, &quot;ik&quot; &lt;<a href="mailto:idokan@gmail.com">idokan@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello,<br><br>I need to write an application (on Linux) that checks with Active Directory if a user is logged in, and few other details about that user.<br>The only thing I do not understand, is how can I check if a user has logged in or not.<br>


<br>Does anyone have any experience with this issue and can shed some light, or point me to a good documentation on the subject ?<br><br>Thanks,<br>Ido<br>
</div>
<br>_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
<br></blockquote></div>