• .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
  • 相关阅读:
    16进制颜色转普通RGB
    (null)
    GIT配置
    -other linker flags
    cocoapods使用问题集锦(2017-04)
    关于@property与@syntheszie的使用问题
    iOS端一次视频全屏需求的实现(转)
    用C语言进行最基本的socket编程
    http和socket之长连接和短连接区别(转)
    socket,TCP/IP的理解(转)
  • 原文地址:https://www.cnblogs.com/Qbit/p/8531471.html
Copyright © 2020-2023  润新知