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
  • 相关阅读:
    mysql执行sql脚本
    Eclipse Memory Analyzer 进行堆转储文件分析
    JAVA字符串格式化-String.format()
    rpm 使用
    md5sum 使用
    Spring Security 初探
    java工厂模式
    Linux 定时任务
    Java Map 知识
    【转】MVC 比较
  • 原文地址:https://www.cnblogs.com/Qbit/p/8531471.html
Copyright © 2011-2022 走看看