Loading

.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
posted @ 2018-03-08 23:10  韩严重  阅读(1343)  评论(0编辑  收藏  举报