1. /// <summary>
  2. /// AD中的属性,没有出现的后续接着补充
  3. /// </summary>
  4. public class LdapUserEntryProperty
  5. {
  6. public static string AccountExpires
  7. {
  8. get
  9. {
  10. return "accountExpires";
  11. }
  12. }
  13.  
  14. public static string AccountNameHistory
  15. {
  16. get { return "accountNameHistory"; }
  17. }
  18.  
  19. public static string ACSPolicyName
  20. {
  21. get { return "aCSPolicyName"; }
  22. }
  23.  
  24. public static string AdminCount
  25. {
  26. get
  27. {
  28. return "adminCount";
  29. }
  30. }
  31.  
  32. public static string AdminDescription
  33. {
  34. get
  35. {
  36. return "adminDescription";
  37. }
  38. }
  39.  
  40. public static string AdminDisplayName
  41. {
  42. get
  43. {
  44. return "adminDisplayName";
  45. }
  46. }
  47.  
  48. public static string ADsPath
  49. {
  50. get
  51. {
  52. return "ADsPath";
  53. }
  54. }
  55.  
  56. public static string AltRecipient
  57. {
  58. get
  59. {
  60. return "altRecipient";
  61. }
  62. }
  63.  
  64. public static string AltRecipientBL
  65. {
  66. get
  67. {
  68. return "altRecipientBL";
  69. }
  70. }
  71.  
  72. public static string AltSecurityIdentities
  73. {
  74. get
  75. {
  76. return "altSecurityIdentities";
  77. }
  78. }
  79.  
  80. public static string Assistant
  81. {
  82. get
  83. {
  84. return "assistant";
  85. }
  86. }
  87.  
  88. public static string AuthOrig
  89. {
  90. get
  91. {
  92. return "authOrig";
  93. }
  94. }
  95.  
  96. public static string AuthOrigBL
  97. {
  98. get
  99. {
  100. return "authOrigBL";
  101. }
  102. }
  103.  
  104. public static string AutoReplyMessage
  105. {
  106. get
  107. {
  108. return "autoReplyMessage";
  109. }
  110. }
  111.  
  112. public static string BadPasswordTime
  113. {
  114. get
  115. {
  116. return "badPasswordTime";
  117. }
  118. }
  119.  
  120. public static string BadPwdCount
  121. {
  122. get
  123. {
  124. return "badPwdCount";
  125. }
  126. }
  127.  
  128. /// <summary>
  129. /// c (Country)
  130. /// </summary>
  131. /// <param name=""></param>
  132. /// <returns></returns>
  133. public static string C
  134. {
  135. get
  136. {
  137. return "c";
  138. }
  139. }
  140.  
  141. public static string CanonicalName
  142. {
  143. get
  144. {
  145. return "canonicalName";
  146. }
  147. }
  148.  
  149. public static string Class
  150. {
  151. get
  152. {
  153. return "Class";
  154. }
  155. }
  156.  
  157. /// <summary>
  158. /// Country
  159. /// </summary>
  160. /// <returns></returns>
  161. public static string Co
  162. {
  163. get
  164. {
  165. return "co";
  166. }
  167. }
  168.  
  169. public static string Comment
  170. {
  171. get
  172. {
  173. return "comment";
  174. }
  175. }
  176.  
  177. public static string Company
  178. {
  179. get
  180. {
  181. return "company";
  182. }
  183. }
  184.  
  185. public static string CountryCode
  186. {
  187. get
  188. {
  189. return "countryCode";
  190. }
  191. }
  192.  
  193. public static string CreateTimeStamp
  194. {
  195. get
  196. {
  197. return "createTimeStamp";
  198. }
  199. }
  200.  
  201. public static string DeletedItemFlags
  202. {
  203. get
  204. {
  205. return "deletedItemFlags";
  206. }
  207. }
  208.  
  209. public static string DelivContLength
  210. {
  211. get
  212. {
  213. return "delivContLength";
  214. }
  215. }
  216.  
  217. public static string DeliverAndRedirect
  218. {
  219. get
  220. {
  221. return "deliverAndRedirect";
  222. }
  223. }
  224.  
  225. public static string Department
  226. {
  227. get
  228. {
  229. return "department";
  230. }
  231. }
  232.  
  233. public static string DepartmentNumber
  234. {
  235. get
  236. {
  237. return "departmentNumber";
  238. }
  239. }
  240.  
  241. public static string Description
  242. {
  243. get
  244. {
  245. return "description";
  246. }
  247. }
  248.  
  249. public static string DirectReports
  250. {
  251. get
  252. {
  253. return "directReports";
  254. }
  255. }
  256.  
  257. public static string DisplayName
  258. {
  259. get
  260. {
  261. return "displayName";
  262. }
  263. }
  264.  
  265. public static string DisplayNamePrintable
  266. {
  267. get
  268. {
  269. return "displayNamePrintable";
  270. }
  271. }
  272.  
  273. public static string DistinguishedName
  274. {
  275. get
  276. {
  277. return "distinguishedName";
  278. }
  279. }
  280.  
  281. public static string Division
  282. {
  283. get
  284. {
  285. return "division";
  286. }
  287. }
  288.  
  289. public static string DLMemRejectPerms
  290. {
  291. get
  292. {
  293. return "dLMemRejectPerms";
  294. }
  295. }
  296.  
  297. public static string DLMemRejectPermsBL
  298. {
  299. get
  300. {
  301. return "dLMemRejectPermsBL";
  302. }
  303. }
  304.  
  305. public static string DLMemSubmitPerms
  306. {
  307. get
  308. {
  309. return "dLMemSubmitPerms";
  310. }
  311. }
  312.  
  313. public static string DLMemSubmitPermsBL
  314. {
  315. get
  316. {
  317. return "dLMemSubmitPermsBL";
  318. }
  319. }
  320.  
  321. public static string EmployeeID
  322. {
  323. get
  324. {
  325. return "employeeID";
  326. }
  327. }
  328.  
  329. public static string EmployeeNumber
  330. {
  331. get
  332. {
  333. return "employeeNumber";
  334. }
  335. }
  336.  
  337. public static string EmployeeType
  338. {
  339. get
  340. {
  341. return "employeeType";
  342. }
  343. }
  344.  
  345. public static string ExtensionData
  346. {
  347. get
  348. {
  349. return "extensionData";
  350. }
  351. }
  352.  
  353. public static string ExtensionAttribute1
  354. {
  355. get
  356. {
  357. return "extensionAttribute1";
  358. }
  359. }
  360.  
  361. public static string ExtensionAttribute2
  362. {
  363. get
  364. {
  365. return "extensionAttribute2";
  366. }
  367. }
  368.  
  369. public static string ExtensionAttribute3
  370. {
  371. get
  372. {
  373. return "extensionAttribute3";
  374. }
  375. }
  376.  
  377. public static string ExtensionAttribute4
  378. {
  379. get
  380. {
  381. return "extensionAttribute4";
  382. }
  383. }
  384.  
  385. public static string ExtensionAttribute5
  386. {
  387. get
  388. {
  389. return "extensionAttribute5";
  390. }
  391. }
  392.  
  393. public static string ExtensionAttribute6
  394. {
  395. get
  396. {
  397. return "extensionAttribute6";
  398. }
  399. }
  400.  
  401. public static string ExtensionAttribute7
  402. {
  403. get
  404. {
  405. return "extensionAttribute7";
  406. }
  407. }
  408.  
  409. public static string ExtensionAttribute8
  410. {
  411. get
  412. {
  413. return "extensionAttribute8";
  414. }
  415. }
  416.  
  417. public static string ExtensionAttribute9
  418. {
  419. get
  420. {
  421. return "extensionAttribute9";
  422. }
  423. }
  424.  
  425. public static string ExtensionAttribute10
  426. {
  427. get
  428. {
  429. return "extensionAttribute10";
  430. }
  431. }
  432.  
  433. public static string ExtensionAttribute11
  434. {
  435. get
  436. {
  437. return "extensionAttribute11";
  438. }
  439. }
  440.  
  441. public static string ExtensionAttribute12
  442. {
  443. get
  444. {
  445. return "extensionAttribute12";
  446. }
  447. }
  448.  
  449. public static string ExtensionAttribute13
  450. {
  451. get
  452. {
  453. return "extensionAttribute13";
  454. }
  455. }
  456.  
  457. public static string ExtensionAttribute14
  458. {
  459. get
  460. {
  461. return "extensionAttribute14";
  462. }
  463. }
  464.  
  465. public static string ExtensionAttribute15
  466. {
  467. get
  468. {
  469. return "extensionAttribute15";
  470. }
  471. }
  472.  
  473. public static string FacsimileTelephoneNumber
  474. {
  475. get
  476. {
  477. return "facsimileTelephoneNumber";
  478. }
  479. }
  480.  
  481. public static string GarbageCollPeriod
  482. {
  483. get
  484. {
  485. return "garbageCollPeriod";
  486. }
  487. }
  488.  
  489. public static string GivenName
  490. {
  491. get
  492. {
  493. return "givenName";
  494. }
  495. }
  496.  
  497. public static string HomeDirectory
  498. {
  499. get
  500. {
  501. return "homeDirectory";
  502. }
  503. }
  504.  
  505. public static string HomeDrive
  506. {
  507. get
  508. {
  509. return "homeDrive";
  510. }
  511. }
  512.  
  513. public static string HomeMDB
  514. {
  515. get
  516. {
  517. return "homeMDB";
  518. }
  519. }
  520.  
  521. public static string HomeMTA
  522. {
  523. get
  524. {
  525. return "homeMTA";
  526. }
  527. }
  528.  
  529. public static string HomePhone
  530. {
  531. get
  532. {
  533. return "homePhone";
  534. }
  535. }
  536.  
  537. public static string Info
  538. {
  539. get
  540. {
  541. return "info";
  542. }
  543. }
  544.  
  545. public static string Initials
  546. {
  547. get
  548. {
  549. return "initials";
  550. }
  551. }
  552.  
  553. public static string IpPhone
  554. {
  555. get
  556. {
  557. return "ipPhone";
  558. }
  559. }
  560.  
  561. public static string IsDeleted
  562. {
  563. get
  564. {
  565. return "isDeleted";
  566. }
  567. }
  568.  
  569. public static string IsRecycled
  570. {
  571. get
  572. {
  573. return "isRecycled";
  574. }
  575. }
  576.  
  577. /// <summary>
  578. /// (Location)
  579. /// </summary>
  580. public static string L
  581. {
  582. get
  583. {
  584. return "l";
  585. }
  586. }
  587.  
  588. public static string LastKnownParent
  589. {
  590. get
  591. {
  592. return "lastKnownParent";
  593. }
  594. }
  595.  
  596. public static string LastLogoff
  597. {
  598. get
  599. {
  600. return "lastLogoff";
  601. }
  602. }
  603.  
  604. public static string LastLogon
  605. {
  606. get
  607. {
  608. return "lastLogon";
  609. }
  610. }
  611.  
  612. public static string LastLogonTimestamp
  613. {
  614. get
  615. {
  616. return "lastLogonTimestamp";
  617. }
  618. }
  619.  
  620. public static string LegacyExchangeDN
  621. {
  622. get
  623. {
  624. return "legacyExchangeDN";
  625. }
  626. }
  627.  
  628. public static string LockoutTime
  629. {
  630. get
  631. {
  632. return "lockoutTime";
  633. }
  634. }
  635.  
  636. public static string LogonCount
  637. {
  638. get
  639. {
  640. return "logonCount";
  641. }
  642. }
  643.  
  644. public static string LogonHours
  645. {
  646. get
  647. {
  648. return "logonHours";
  649. }
  650. }
  651.  
  652. public static string Mail
  653. {
  654. get
  655. {
  656. return "mail";
  657. }
  658. }
  659.  
  660. public static string MailNickname
  661. {
  662. get
  663. {
  664. return "mailNickname";
  665. }
  666. }
  667.  
  668. public static string Manager
  669. {
  670. get
  671. {
  672. return "manager";
  673. }
  674. }
  675.  
  676. public static string MDBOverHardQuotaLimit
  677. {
  678. get
  679. {
  680. return "mDBOverHardQuotaLimit";
  681. }
  682. }
  683.  
  684. public static string MDBOverQuotaLimit
  685. {
  686. get
  687. {
  688. return "mDBOverQuotaLimit";
  689. }
  690. }
  691.  
  692. public static string MDBStorageQuota
  693. {
  694. get
  695. {
  696. return "mDBStorageQuota";
  697. }
  698. }
  699.  
  700. public static string MDBUseDefaults
  701. {
  702. get
  703. {
  704. return "mDBUseDefaults";
  705. }
  706. }
  707.  
  708. public static string MemberOf
  709. {
  710. get
  711. {
  712. return "memberOf";
  713. }
  714. }
  715.  
  716. public static string Mobile
  717. {
  718. get
  719. {
  720. return "mobile";
  721. }
  722. }
  723.  
  724. public static string ModifyTimeStamp
  725. {
  726. get
  727. {
  728. return "modifyTimeStamp";
  729. }
  730. }
  731.  
  732. public static string MsCOM_UserPartitionSetLink
  733. {
  734. get
  735. {
  736. return "msCOM-UserPartitionSetLink";
  737. }
  738. }
  739.  
  740. public static string MsDS_User_Account_Control_Computed
  741. {
  742. get
  743. {
  744. return "msDS-User-Account-Control-Computed";
  745. }
  746. }
  747.  
  748. public static string MsDS_UserPassword
  749. {
  750. get
  751. {
  752. return "msDS-UserPassword";
  753. }
  754. }
  755.  
  756. public static string MsExchHideFromAddressLists
  757. {
  758. get
  759. {
  760. return "msExchHideFromAddressLists";
  761. }
  762. }
  763.  
  764. public static string MsExchHomeServerName
  765. {
  766. get
  767. {
  768. return "msExchHomeServerName";
  769. }
  770. }
  771.  
  772. public static string ExpiryTimeComputed
  773. {
  774. get
  775. {
  776. return "ExpiryTimeComputed";
  777. }
  778. }
  779.  
  780. public static string MsExchMailboxSecurityDescriptor
  781. {
  782. get
  783. {
  784. return "msExchMailboxSecurityDescriptor";
  785. }
  786. }
  787.  
  788. public static string MsExchMasterAccountSID
  789. {
  790. get
  791. {
  792. return "msExchMasterAccountSID";
  793. }
  794. }
  795.  
  796. public static string MsExchOmaAdminWirelessEnable
  797. {
  798. get
  799. {
  800. return "msExchOmaAdminWirelessEnable";
  801. }
  802. }
  803.  
  804. public static string MsExchPoliciesExcluded
  805. {
  806. get
  807. {
  808. return "msExchPoliciesExcluded";
  809. }
  810. }
  811.  
  812. public static string MsExchRecipLimit
  813. {
  814. get
  815. {
  816. return "msExchRecipLimit";
  817. }
  818. }
  819.  
  820. public static string MsExchRBACPolicyLink
  821. {
  822. get
  823. {
  824. return "msExchRBACPolicyLink";
  825. }
  826. }
  827.  
  828. public static string MsExchRequireAuthToSendTo
  829. {
  830. get
  831. {
  832. return "msExchRequireAuthToSendTo";
  833. }
  834. }
  835.  
  836. public static string MsExchUserAccountControl
  837. {
  838. get
  839. {
  840. return "msExchUserAccountControl";
  841. }
  842. }
  843.  
  844. public static string MsExchWhenMailboxCreated
  845. {
  846. get
  847. {
  848. return "msExchWhenMailboxCreated";
  849. }
  850. }
  851.  
  852. public static string MsNPAllowDialin
  853. {
  854. get
  855. {
  856. return "msNPAllowDialin";
  857. }
  858. }
  859.  
  860. public static string MsNPCallingStationID
  861. {
  862. get
  863. {
  864. return "msNPCallingStationID";
  865. }
  866. }
  867.  
  868. public static string MsNPSavedCallingStationID
  869. {
  870. get
  871. {
  872. return "msNPSavedCallingStationID";
  873. }
  874. }
  875.  
  876. public static string MsRADIUSCallbackNumber
  877. {
  878. get
  879. {
  880. return "msRADIUSCallbackNumber";
  881. }
  882. }
  883.  
  884. public static string MsRADIUSFramedIPAddress
  885. {
  886. get
  887. {
  888. return "msRADIUSFramedIPAddress";
  889. }
  890. }
  891.  
  892. public static string MsRADIUSFramedRoute
  893. {
  894. get
  895. {
  896. return "msRADIUSFramedRoute";
  897. }
  898. }
  899.  
  900. public static string MsRADIUSServiceType
  901. {
  902. get
  903. {
  904. return "msRADIUSServiceType";
  905. }
  906. }
  907.  
  908. public static string MsRASSavedCallbackNumber
  909. {
  910. get
  911. {
  912. return "msRASSavedCallbackNumber";
  913. }
  914. }
  915.  
  916. public static string MsRASSavedFramedIPAddress
  917. {
  918. get
  919. {
  920. return "msRASSavedFramedIPAddress";
  921. }
  922. }
  923.  
  924. public static string MsRASSavedFramedRoute
  925. {
  926. get
  927. {
  928. return "msRASSavedFramedRoute";
  929. }
  930. }
  931.  
  932. public static string MsSFU30GidNumber
  933. {
  934. get
  935. {
  936. return "msSFU30GidNumber";
  937. }
  938. }
  939.  
  940. public static string MsSFU30HomeDirectory
  941. {
  942. get
  943. {
  944. return "msSFU30HomeDirectory";
  945. }
  946. }
  947.  
  948. public static string MsSFU30LoginShell
  949. {
  950. get
  951. {
  952. return "msSFU30LoginShell";
  953. }
  954. }
  955.  
  956. public static string MsSFU30Name
  957. {
  958. get
  959. {
  960. return "msSFU30Name";
  961. }
  962. }
  963.  
  964. public static string MsSFU30NisDomain
  965. {
  966. get
  967. {
  968. return "msSFU30NisDomain";
  969. }
  970. }
  971.  
  972. public static string MsSFU30Password
  973. {
  974. get
  975. {
  976. return "msSFU30Password";
  977. }
  978. }
  979.  
  980. public static string MsSFU30UidNumber
  981. {
  982. get
  983. {
  984. return "msSFU30UidNumber";
  985. }
  986. }
  987.  
  988. public static string Name
  989. {
  990. get
  991. {
  992. return "name";
  993. }
  994. }
  995.  
  996. public static string NTSecurityDescriptor
  997. {
  998. get
  999. {
  1000. return "nTSecurityDescriptor";
  1001. }
  1002. }
  1003.  
  1004. public static string ObjectCategory
  1005. {
  1006. get
  1007. {
  1008. return "objectCategory";
  1009. }
  1010. }
  1011.  
  1012. public static string ObjectClass
  1013. {
  1014. get
  1015. {
  1016. return "objectClass";
  1017. }
  1018. }
  1019.  
  1020. public static string ObjectGUID
  1021. {
  1022. get
  1023. {
  1024. return "objectGUID";
  1025. }
  1026. }
  1027.  
  1028. public static string ObjectSid
  1029. {
  1030. get
  1031. {
  1032. return "objectSid";
  1033. }
  1034. }
  1035.  
  1036. public static string OtherFacsimileTelephoneNumber
  1037. {
  1038. get
  1039. {
  1040. return "otherFacsimileTelephoneNumber";
  1041. }
  1042. }
  1043.  
  1044. public static string OtherHomePhone
  1045. {
  1046. get
  1047. {
  1048. return "otherHomePhone";
  1049. }
  1050. }
  1051.  
  1052. public static string OtherIpPhone
  1053. {
  1054. get
  1055. {
  1056. return "otherIpPhone";
  1057. }
  1058. }
  1059.  
  1060. public static string OtherMobile
  1061. {
  1062. get
  1063. {
  1064. return "otherMobile";
  1065. }
  1066. }
  1067.  
  1068. public static string OtherPager
  1069. {
  1070. get
  1071. {
  1072. return "otherPager";
  1073. }
  1074. }
  1075.  
  1076. public static string OtherTelephone
  1077. {
  1078. get
  1079. {
  1080. return "otherTelephone";
  1081. }
  1082. }
  1083.  
  1084. public static string Pager
  1085. {
  1086. get
  1087. {
  1088. return "pager";
  1089. }
  1090. }
  1091.  
  1092. public static string Parent
  1093. {
  1094. get
  1095. {
  1096. return "Parent";
  1097. }
  1098. }
  1099.  
  1100. public static string PhysicalDeliveryOfficeName
  1101. {
  1102. get
  1103. {
  1104. return "physicalDeliveryOfficeName";
  1105. }
  1106. }
  1107.  
  1108. public static string PostalCode
  1109. {
  1110. get
  1111. {
  1112. return "postalCode";
  1113. }
  1114. }
  1115.  
  1116. public static string PostOfficeBox
  1117. {
  1118. get
  1119. {
  1120. return "postOfficeBox";
  1121. }
  1122. }
  1123.  
  1124. public static string PrimaryGroupID
  1125. {
  1126. get
  1127. {
  1128. return "primaryGroupID";
  1129. }
  1130. }
  1131.  
  1132. public static string ProfilePath
  1133. {
  1134. get
  1135. {
  1136. return "profilePath";
  1137. }
  1138. }
  1139.  
  1140. public static string ProtocolSettings
  1141. {
  1142. get
  1143. {
  1144. return "protocolSettings";
  1145. }
  1146. }
  1147.  
  1148. public static string ProxyAddresses
  1149. {
  1150. get
  1151. {
  1152. return "proxyAddresses";
  1153. }
  1154. }
  1155.  
  1156. public static string PublicDelegates
  1157. {
  1158. get
  1159. {
  1160. return "publicDelegates";
  1161. }
  1162. }
  1163.  
  1164. public static string PublicDelegatesBL
  1165. {
  1166. get
  1167. {
  1168. return "publicDelegatesBL";
  1169. }
  1170. }
  1171.  
  1172. public static string PwdLastSet
  1173. {
  1174. get
  1175. {
  1176. return "pwdLastSet";
  1177. }
  1178. }
  1179.  
  1180. public static string SAMAccountName
  1181. {
  1182. get
  1183. {
  1184. return "sAMAccountName";
  1185. }
  1186. }
  1187.  
  1188. public static string ScriptPath
  1189. {
  1190. get
  1191. {
  1192. return "scriptPath";
  1193. }
  1194. }
  1195.  
  1196. public static string SeeAlso
  1197. {
  1198. get
  1199. {
  1200. return "seeAlso";
  1201. }
  1202. }
  1203.  
  1204. public static string SecurityProtocol
  1205. {
  1206. get
  1207. {
  1208. return "securityProtocol";
  1209. }
  1210. }
  1211.  
  1212. public static string SIDHistory
  1213. {
  1214. get
  1215. {
  1216. return "sIDHistory";
  1217. }
  1218. }
  1219.  
  1220. /// <summary>
  1221. /// (Surname)
  1222. /// </summary>
  1223. public static string Sn
  1224. {
  1225. get
  1226. {
  1227. return "sn";
  1228. }
  1229. }
  1230.  
  1231. /// <summary>
  1232. /// (State)
  1233. /// </summary>
  1234. public static string St
  1235. {
  1236. get
  1237. {
  1238. return "st";
  1239. }
  1240. }
  1241.  
  1242. public static string StreetAddress
  1243. {
  1244. get
  1245. {
  1246. return "streetAddress";
  1247. }
  1248. }
  1249.  
  1250. public static string SubmissionContLength
  1251. {
  1252. get
  1253. {
  1254. return "submissionContLength";
  1255. }
  1256. }
  1257.  
  1258. public static string TelephoneNumber
  1259. {
  1260. get
  1261. {
  1262. return "telephoneNumber";
  1263. }
  1264. }
  1265.  
  1266. public static string TextEncodedORAddress
  1267. {
  1268. get
  1269. {
  1270. return "textEncodedORAddress";
  1271. }
  1272. }
  1273.  
  1274. public static string Title
  1275. {
  1276. get
  1277. {
  1278. return "title";
  1279. }
  1280. }
  1281.  
  1282. public static string UnauthOrig
  1283. {
  1284. get
  1285. {
  1286. return "unauthOrig";
  1287. }
  1288. }
  1289.  
  1290. public static string UnauthOrigBL
  1291. {
  1292. get
  1293. {
  1294. return "unauthOrigBL";
  1295. }
  1296. }
  1297.  
  1298. public static string Url
  1299. {
  1300. get
  1301. {
  1302. return "url";
  1303. }
  1304. }
  1305.  
  1306. public static string UserAccountControl
  1307. {
  1308. get
  1309. {
  1310. return "userAccountControl";
  1311. }
  1312. }
  1313.  
  1314. public static string UserCertificate
  1315. {
  1316. get
  1317. {
  1318. return "userCertificate";
  1319. }
  1320. }
  1321.  
  1322. public static string UserParameters
  1323. {
  1324. get
  1325. {
  1326. return "userParameters";
  1327. }
  1328. }
  1329.  
  1330. public static string UserPrincipalName
  1331. {
  1332. get
  1333. {
  1334. return "userPrincipalName";
  1335. }
  1336. }
  1337.  
  1338. public static string UserWorkstations
  1339. {
  1340. get
  1341. {
  1342. return "userWorkstations";
  1343. }
  1344. }
  1345.  
  1346. public static string USNChanged
  1347. {
  1348. get
  1349. {
  1350. return "uSNChanged";
  1351. }
  1352. }
  1353.  
  1354. public static string USNCreated
  1355. {
  1356. get
  1357. {
  1358. return "uSNCreated";
  1359. }
  1360. }
  1361.  
  1362. public static string WhenChanged
  1363. {
  1364. get
  1365. {
  1366. return "whenChanged";
  1367. }
  1368. }
  1369.  
  1370. public static string WhenCreated
  1371. {
  1372. get
  1373. {
  1374. return "whenCreated";
  1375. }
  1376. }
  1377.  
  1378. public static string WWWHomePage
  1379. {
  1380. get
  1381. {
  1382. return "wWWHomePage";
  1383. }
  1384. }
  1385.  
  1386. public static string MsDRM_IdentityCertificate
  1387. {
  1388. get
  1389. {
  1390. return "msDRM-IdentityCertificate";
  1391. }
  1392. }
  1393.  
  1394. public static string MsDS_AllowedToActOnBehalfOfOtherIdentity
  1395. {
  1396. get
  1397. {
  1398. return "msDS-AllowedToActOnBehalfOfOtherIdentity";
  1399. }
  1400. }
  1401.  
  1402. public static string MsDS_AllowedToDelegateTo
  1403. {
  1404. get
  1405. {
  1406. return "msDS-AllowedToDelegateTo";
  1407. }
  1408. }
  1409.  
  1410. public static string MsDS_AssignedAuthNPolicy
  1411. {
  1412. get
  1413. {
  1414. return "msDS-AssignedAuthNPolicy";
  1415. }
  1416. }
  1417.  
  1418. public static string MsDS_AssignedAuthNPolicySilo
  1419. {
  1420. get
  1421. {
  1422. return "msDS-AssignedAuthNPolicySilo";
  1423. }
  1424. }
  1425.  
  1426. public static string MsDS_AuthenticatedAtDC
  1427. {
  1428. get
  1429. {
  1430. return "msDS-AuthenticatedAtDC";
  1431. }
  1432. }
  1433.  
  1434. public static string MsDS_Cached_Membership
  1435. {
  1436. get
  1437. {
  1438. return "msDS-Cached-Membership";
  1439. }
  1440. }
  1441.  
  1442. public static string MsDS_Cached_Membership_Time_Stamp
  1443. {
  1444. get
  1445. {
  1446. return "msDS-Cached-Membership-Time-Stamp";
  1447. }
  1448. }
  1449.  
  1450. public static string MsDS_CloudAnchor
  1451. {
  1452. get
  1453. {
  1454. return "msDS-CloudAnchor";
  1455. }
  1456. }
  1457.  
  1458. public static string MsDS_cloudExtensionAttribute1
  1459. {
  1460. get
  1461. {
  1462. return "msDS-cloudExtensionAttribute1";
  1463. }
  1464. }
  1465.  
  1466. public static string MsDS_cloudExtensionAttribute2
  1467. {
  1468. get
  1469. {
  1470. return "msDS-cloudExtensionAttribute2";
  1471. }
  1472. }
  1473.  
  1474. public static string MsDS_cloudExtensionAttribute3
  1475. {
  1476. get
  1477. {
  1478. return "msDS-cloudExtensionAttribute3";
  1479. }
  1480. }
  1481.  
  1482. public static string MsDS_cloudExtensionAttribute4
  1483. {
  1484. get
  1485. {
  1486. return "msDS-cloudExtensionAttribute4";
  1487. }
  1488. }
  1489.  
  1490. public static string MsDS_cloudExtensionAttribute5
  1491. {
  1492. get
  1493. {
  1494. return "msDS-cloudExtensionAttribute5";
  1495. }
  1496. }
  1497.  
  1498. public static string MsDS_cloudExtensionAttribute6
  1499. {
  1500. get
  1501. {
  1502. return "msDS-cloudExtensionAttribute6";
  1503. }
  1504. }
  1505.  
  1506. public static string MsDS_cloudExtensionAttribute7
  1507. {
  1508. get
  1509. {
  1510. return "msDS-cloudExtensionAttribute7";
  1511. }
  1512. }
  1513.  
  1514. public static string MsDS_cloudExtensionAttribute8
  1515. {
  1516. get
  1517. {
  1518. return "msDS-cloudExtensionAttribute8";
  1519. }
  1520. }
  1521.  
  1522. public static string MsDS_cloudExtensionAttribute9
  1523. {
  1524. get
  1525. {
  1526. return "msDS-cloudExtensionAttribute9";
  1527. }
  1528. }
  1529.  
  1530. public static string MsDS_cloudExtensionAttribute10
  1531. {
  1532. get
  1533. {
  1534. return "msDS-cloudExtensionAttribute10";
  1535. }
  1536. }
  1537.  
  1538. public static string MsDS_cloudExtensionAttribute11
  1539. {
  1540. get
  1541. {
  1542. return "msDS-cloudExtensionAttribute11";
  1543. }
  1544. }
  1545.  
  1546. public static string MsDS_cloudExtensionAttribute12
  1547. {
  1548. get
  1549. {
  1550. return "msDS-cloudExtensionAttribute12";
  1551. }
  1552. }
  1553.  
  1554. public static string MsDS_cloudExtensionAttribute13
  1555. {
  1556. get
  1557. {
  1558. return "msDS-cloudExtensionAttribute13";
  1559. }
  1560. }
  1561.  
  1562. public static string MsDS_cloudExtensionAttribute14
  1563. {
  1564. get
  1565. {
  1566. return "msDS-cloudExtensionAttribute14";
  1567. }
  1568. }
  1569.  
  1570. public static string MsDS_cloudExtensionAttribute15
  1571. {
  1572. get
  1573. {
  1574. return "msDS-cloudExtensionAttribute15";
  1575. }
  1576. }
  1577.  
  1578. public static string MsDS_cloudExtensionAttribute16
  1579. {
  1580. get
  1581. {
  1582. return "msDS-cloudExtensionAttribute16";
  1583. }
  1584. }
  1585.  
  1586. public static string MsDS_cloudExtensionAttribute17
  1587. {
  1588. get
  1589. {
  1590. return "msDS-cloudExtensionAttribute17";
  1591. }
  1592. }
  1593.  
  1594. public static string MsDS_cloudExtensionAttribute18
  1595. {
  1596. get
  1597. {
  1598. return "msDS-cloudExtensionAttribute18";
  1599. }
  1600. }
  1601.  
  1602. public static string MsDS_cloudExtensionAttribute19
  1603. {
  1604. get
  1605. {
  1606. return "msDS-cloudExtensionAttribute19";
  1607. }
  1608. }
  1609.  
  1610. public static string MsDS_cloudExtensionAttribute20
  1611. {
  1612. get
  1613. {
  1614. return "msDS-cloudExtensionAttribute20";
  1615. }
  1616. }
  1617.  
  1618. public static string MS_DS_ConsistencyChildCount
  1619. {
  1620. get
  1621. {
  1622. return "mS-DS-ConsistencyChildCount";
  1623. }
  1624. }
  1625.  
  1626. public static string MS_DS_ConsistencyGuid
  1627. {
  1628. get
  1629. {
  1630. return "mS-DS-ConsistencyGuid";
  1631. }
  1632. }
  1633.  
  1634. public static string MS_DS_CreatorSID
  1635. {
  1636. get
  1637. {
  1638. return "mS-DS-CreatorSID";
  1639. }
  1640. }
  1641.  
  1642. public static string MsDS_ExternalDirectoryObjectId
  1643. {
  1644. get
  1645. {
  1646. return "msDS-ExternalDirectoryObjectId";
  1647. }
  1648. }
  1649.  
  1650. public static string MsDS_FailedInteractiveLogonCount
  1651. {
  1652. get
  1653. {
  1654. return "msDS-FailedInteractiveLogonCount";
  1655. }
  1656. }
  1657.  
  1658. public static string MsDS_FailedInteractiveLogonCountAtLastSuccessfulLogon
  1659. {
  1660. get
  1661. {
  1662. return "msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon";
  1663. }
  1664. }
  1665.  
  1666. public static string MsDS_GeoCoordinatesAltitude
  1667. {
  1668. get
  1669. {
  1670. return "msDS-GeoCoordinatesAltitude";
  1671. }
  1672. }
  1673.  
  1674. public static string MsDS_GeoCoordinatesLatitude
  1675. {
  1676. get
  1677. {
  1678. return "msDS-GeoCoordinatesLatitude";
  1679. }
  1680. }
  1681.  
  1682. public static string MsDS_GeoCoordinatesLongitude
  1683. {
  1684. get
  1685. {
  1686. return "msDS-GeoCoordinatesLongitude";
  1687. }
  1688. }
  1689.  
  1690. public static string MsDS_HABSeniorityIndex
  1691. {
  1692. get
  1693. {
  1694. return "msDS-HABSeniorityIndex";
  1695. }
  1696. }
  1697.  
  1698. public static string MsDS_KeyCredentialLink
  1699. {
  1700. get
  1701. {
  1702. return "msDS-KeyCredentialLink";
  1703. }
  1704. }
  1705.  
  1706. public static string MsDS_LastFailedInteractiveLogonTime
  1707. {
  1708. get
  1709. {
  1710. return "msDS-LastFailedInteractiveLogonTime";
  1711. }
  1712. }
  1713.  
  1714. public static string MsDS_LastKnownRDN
  1715. {
  1716. get
  1717. {
  1718. return "msDS-LastKnownRDN";
  1719. }
  1720. }
  1721.  
  1722. public static string MsDS_LastSuccessfulInteractiveLogonTime
  1723. {
  1724. get
  1725. {
  1726. return "msDS-LastSuccessfulInteractiveLogonTime";
  1727. }
  1728. }
  1729.  
  1730. public static string MsDS_NcType
  1731. {
  1732. get
  1733. {
  1734. return "msDS-NcType";
  1735. }
  1736. }
  1737.  
  1738. public static string MsDS_ObjectSoa
  1739. {
  1740. get
  1741. {
  1742. return "msDS-ObjectSoa";
  1743. }
  1744. }
  1745.  
  1746. public static string MsDS_PhoneticCompanyName
  1747. {
  1748. get
  1749. {
  1750. return "msDS-PhoneticCompanyName";
  1751. }
  1752. }
  1753.  
  1754. public static string MsDS_PhoneticDepartment
  1755. {
  1756. get
  1757. {
  1758. return "msDS-PhoneticDepartment";
  1759. }
  1760. }
  1761.  
  1762. public static string MsDS_PhoneticDisplayName
  1763. {
  1764. get
  1765. {
  1766. return "msDS-PhoneticDisplayName";
  1767. }
  1768. }
  1769.  
  1770. public static string MsDS_PhoneticFirstName
  1771. {
  1772. get
  1773. {
  1774. return "msDS-PhoneticFirstName";
  1775. }
  1776. }
  1777. }

Active Domain中的用户属性的更多相关文章

  1. redis中插入用户集合的语句,有四个属性

    一.redis 数据结构使用场景 原来看过 redisbook 这本书,对 redis 的基本功能都已经熟悉了,从上周开始看 redis 的源码.目前目标是吃透 redis 的数据结构.我们都知道,在 ...

  2. 【Azure Developer】使用Microsoft Graph API 如何批量创建用户,用户属性中需要包含自定义字段(如:Store_code,Store_name等)

    Microsoft Graph 是 Microsoft 365 中通往数据和智能的网关. 它提供统一的可编程模型,可用于访问 Microsoft 365.Windows 10 和企业移动性 + 安全性 ...

  3. Active Directory中获取域管理员权限的攻击方法

    Active Directory中获取域管理员权限的攻击方法         译:by  backlion 0x00 前言 攻击者可以通过多种方式在Active Directory中获得域管理员权限, ...

  4. DDD 领域驱动设计-领域模型中的用户设计

    上一篇:<DDD 领域驱动设计-如何控制业务流程?> 开源地址:https://github.com/yuezhongxin/CNBlogs.Apply.Sample(代码已更新,并增加了 ...

  5. SharePoint 2013技巧分享系列 - Active Directory同步显示用户照片

    为了保持通讯信息的一致性,需要设置SharePoint,Exchange, Lync等信息同步更新显示,例如,员工头像信息. 本文介绍如何在SharePoint 2013中同步显示Active Dir ...

  6. ArcGIS for Server使用AD中的用户配置

    ArcGIS for Server使用AD中的用户配置 1.概述 默认情况下,ArcGIS Server使用内置存储模式来管理用户和角色.该模式使用基于文件格式来存储信息.当然,ArcGIS Serv ...

  7. Appscan漏洞 之 加密会话(SSL)Cookie 中缺少 Secure 属性

    近期 Appscan扫描出漏洞 加密会话(SSL)Cookie 中缺少 Secure 属性,已做修复,现进行总结如下: 1.1.攻击原理 任何以明文形式发送到服务器的 cookie.会话令牌或用户凭证 ...

  8. [内网渗透]Windows中的用户帐户与组账户

    0x01 用户帐户 1.1 简介        用户帐户是对计算机用户身份的标识,本地用户帐户.密码存在本地计算机上,只对本机有效,存储在本地安全帐户数据库 SAM 中.        文件路径:C: ...

  9. Windows中的用户和组以及用户密码处理

    目录 用户帐户 Windows 默认账户 Windows 内置用户账户 查看.创建和删除账户 组账户 内置组账户 组的查看.创建和删除 Windows中对用户密码的处理 LM-hash NTLM-ha ...

随机推荐

  1. SPOJ Query on a tree III (树剖(dfs序)+主席树 || Splay等平衡树)(询问点)

    You are given a node-labeled rooted tree with n nodes. Define the query (x, k): Find the node whose ...

  2. Hihocoder1662 : 查找三阶幻方([Offer收割]编程练习赛40)(暴力)

    时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个N x M的矩阵,请你数一数其中有多少个3 x 3的子矩阵可以构成三阶幻方? 如果3 x 3的矩阵中每一行.每一列 ...

  3. [Luogu3960][NOIP2017]列队

    luogu sol 震惊!\(NOIP\)居然也出数据结构! 话说回来,其实只需要对每一行的前\(m-1\)个人维护一个数据结构,然后对最后一列的\(m\)个人也维护一个数据结构就好了.具体的话写平衡 ...

  4. 2017.10.2北京清北综合强化班DAY2

    a[问题描述]你是能看到第一题的 friends呢.                                                —— hja世界上没有什么比卖的这 贵弹丸三还令人绝 ...

  5. How to manage concurrency in Django models

    How to manage concurrency in Django models The days of desktop systems serving single users are long ...

  6. JSONP -- 跨域数据交互协议

    一.概念 ①传统Ajax:交互的数据格式——自定义字符串或XML描述: 跨域——通过服务器端代理解决. ②如今最优方案:使用JSON格式来传输数据,使用JSONP来跨域. ③JSON:一种数据交换格式 ...

  7. 汇编题目:在屏幕中间显示a-z的所有字母,按ESC键改变字符颜色

    在屏幕中显示a-z字母,按ESC键改变字符颜色. ;程序功能:在屏幕中间同一点显示a-z的所有字符 ; 1.使用cpu循环空运行实现延迟 ; 2.按ESC键改变正在循环显示的字符的颜色 ; 3.程序完 ...

  8. 第 1 课 Go 简介

    (课程地址: http://study.163.com/course/courseLearn.htm?courseId=306002&from=study#/learn/video?lesso ...

  9. RS485波特率问题

    转载请注明出处:http://blog.csdn.net/qq_26093511/article/details/51683648 最近再做一个项目,发现485不能发送数据,感到非常奇怪!后来查阅相关 ...

  10. mariadb复制

    实验环境:CentOS7 #安装mariadb-server #主数据库: [root@~ localhost]#vim /etc/my.cnf.d/server.cnf [mysqld] skip_ ...