Ranjith Singh Thangaseelan
unread,Dec 26, 2011, 3:17:20 AM12/26/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am trying to access the Active Directory user name using the
following code but getting error message with "Error accessing
external object property". Can any 1 help me to sort this out?
Find the code below
OleObject ads
ads = CREATE OleObject
messagebox('s',ads.ConnectToNewObject( "ADSystemInfo" ))
// CN=Doe\,Joe,OU=something,OU=somewhere,DC=bigbuilding,DC = local
MessageBox("Active Directory - Username",String(ads.UserName))
Regards,
Ranjith