zoukankan      html  css  js  c++  java
  • .net core 操作域控 活动目录 ladp -- Support for System.DirectoryServices for Windows

    原文链接:https://github.com/dotnet/corefx/issues/2089

    •  1. @ianhays to kick start the project in CoreFX repo - add source code, showing examples how to do it, advise with setting up build, packaging, prepare the project for future Linux/Mac ports, etc.).
    •  2. Make the code build on Windows.
      • CC @tquerec@ianhays@karelz on PRs
      • Note: We will not take any functional changes to the implementation, architecture, or API surface at this point unless they are necessary to make the code compile on .NET Core. Please give heads up on this issue as soon as you discover case like that.
      •  2.1. System.DirectoryServices.Protocol (on top of wldpap32.dll)
      •  2.2. System.DirectoryServices (on top of adsi.dll)
      •  2.3. System.DirectoryServices.AccountManagement (on top of System.DirectoryServices and SystemDirectoryServices.Protocols)
      •  2.4. System.DirectoryServices.ActiveDirectory (on top of Win32 APIs - see #2089 (comment))
    •  3. Add tests - progress tracked in #20669
    • .4. Linux/Mac ports.
      • 4.1. System.DirectoryServices.Protocol (we need to decide on x-plat LDAP library to use first) - tracked in #24843
      • 4.2. Other libraries (will be difficult as most implementation is mostly part of Windows) - to be tracked by separate issue(s) when the need arises
    • .5. Further improvements and bug fixes to DirectoryServices - to be tracked by separate issues (feel free to create them)
      • Potentially parallel with [4]
    •  6. Publish DirectoryServices package
      •  6.1. Publish preview DirectoryServices package - tracked in #18090
      •  6.2. Publish final DirectoryServices package - tracked as part of #24909
  • 相关阅读:
    BZOJ3270: 博物馆【概率DP】【高斯消元】
    SpringCloud入门概述
    微服务的技术栈
    Markdown基础教程
    分布式架构和垂直架构
    ZooKeeper和CAP理论及一致性原则
    zookeer集群的特性
    java操作zookeeper
    Zookeeper命令使用
    Zookeeper的安装
  • 原文地址:https://www.cnblogs.com/Qbit/p/8531471.html
Copyright © 2011-2022 走看看