windows域控里,属性和字段映射表

 string[] prop = new string[] { 
            "DisplayName", "SamAccountName", "UserPrincipalName", "userAccountControl", "givenName", "sn", 
"name", "Initials", "description", "physicalDeliveryOfficeName", "telephoneNumber", "mail",
"wWWHomePage", "WhenCreated", "streetAddress", "postOfficeBox", "l", "st", "postalCode", "co", "homePhone", "Pager", "mobile", "facsimileTelephoneNumber",
"
ipPhone", "UserWorkstations", "company", "department", "Title", "Manager", "homeMDB", "AccountExpires", "EmployeeID", "EmployeeNumber", "PwdLastSet", "msRTCSIP-PrimaryUserAddress", "ProxyAddresses",
"ProfilePath", "HomeDrive", "HomeDirectory", "ExMailboxDB", "DistinguishedName", "ExtensionAttribute1" };

猜你喜欢

转载自www.cnblogs.com/mqingqing123/p/9420160.html