Hi sirbounty,
Thanks for your fast feedback.
The property "cn" is not really the "canonicalname"
Just i tried some thing as follows:
search.PropertiesToLoad.Ad
search.PropertiesToLoad.Ad
The value of "cn" is "Saravanamoorthy, Sukumaran"
whereas the value of "canonincalName" is "ASIA.cib/ISAP/Departments
Actually I wanted to get all the AD properites. So, I didn't use "propertiestoload". It should return all the properties when i use the following serach.
search.Filter = "(SAMAccountName=" + account + ")";
SearchResult result = search.FindOne();
cheers.
sarvan
Main Topics
Browse All Topics





by: sirbountyPosted on 2006-12-13 at 18:34:34ID: 18136009
cn 'is' the canonical name...so you're actually getting that one.
facsimileTelephoneNumber would be the fax, though I don't see that one in your list, nor division.
How are you pulling these?