Hello, Is it easy to retrieve user presence from Asterisk dialplan according Active directory data ? I mean how do you know a user is logged reading data from Active directory ? best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/1eb0193f/attachment.htm
Active Directory relies on Kerberos for authentication. Kerberos uses tickets and does not centrally track presence. You would either have to parse all the Domain Controller logs or use some other method to determine when a user is logged in, such as setting a flag with login/logout scripts. -- Eric Chamberlain, CISSP Chief Technical Officer Voxilla - http://voxilla.com/ _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: Monday, August 06, 2007 10:54 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Login info from Active directory Hello, Is it easy to retrieve user presence from Asterisk dialplan according Active directory data ? I mean how do you know a user is logged reading data from Active directory ? best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/932de022/attachment.htm
You can try using NetBIOS and see who is logged it at a machine, given you know which machine a user loggs into, you also have to make sure that NetBIOS is running on that machine/s. Or you could write a logon/logoff script that will login/logout that user from Asterisk. On 8/7/07, Olivier <oza-4h07 at myamail.com> wrote:> Hello, > > Is it easy to retrieve user presence from Asterisk dialplan according Active > directory data ? > I mean how do you know a user is logged reading data from Active directory ? > > best regards > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users >