在网上找了半天,没有找到相关的信息,上msdn上也没有找到.
查找Directory的Properties也没有找到相关,所以我就用逆向法,找到了在AD中某个user的Properties对应的中文含义及返回类型.
在此做个备份.
====常规============================
countryCode 0 string
sn Power 用户的姓 string
givenName 1 用户的名 string
initials 2 英文缩写 string
displayName 3 显示姓名 string
description 4 描述 string
physicalDeliveryOfficeName 5 办公室 string
telephoneNumber 6 电话号码 string
mail 7 电子邮件 string
====地址=============================
st 8 省/自治区 string
l 9 市/县 string
streetAddress 11 街道 string
postOfficeBox 12 邮政信箱 string
postalCode 13 邮政编码 string
====电话================================
homePhone 21 家庭电话 string
pager 22 寻呼机 string
mobile 23 移动电话 string
facsimileTelephoneNumber 24 传真 string
ipPhone 25 IP电话 string
====单位==================================
title 31 职务 string
department 32 部门 string
company 33 公司 string
whenCreated 2009-09-28 07 datetime
whenChanged 2009-09-28 09 datetime
distinguishedName CN=OATester1 string
====账号======================================
name OATester1 windows2000的账号 string
cn OATester1 用户登录名
uSNCreated System.__ComObject
uSNChanged System.__ComObject
userPassword System.Byte[] 用户密码 byte[]
objectGUID System.Byte[] 用户的GUID byte[]
userAccountControl 66048 账号状态 int
directReports CN=OATester3,OU=权限中心测试库,DC=cqgt,DC=com 拥有的下属 System.Object[]
memberOf System.Object[] 隶属于 System.Object[]

相关文章:

  • 2022-01-12
  • 2022-12-23
  • 2021-12-19
  • 2021-09-19
  • 2022-12-23
  • 2022-03-09
  • 2021-09-22
  • 2022-01-22
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
相关资源
相似解决方案