Flexinets.Ldap.Core
1.0.86
Library for parsing and assembling LDAP packets
This library can be used to create an LDAP server that can be used to support legacy applications that require an LDAP backend. The use cases are for example, authentication (Ldap bind) or user/membership lookup against an arbitrary database.
For an example server implementation see https://github.com/vforteli/FlexinetsLdap
Install-Package Flexinets.Ldap.Core -Version 1.0.86
dotnet add package Flexinets.Ldap.Core --version 1.0.86
<PackageReference Include="Flexinets.Ldap.Core" Version="1.0.86" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flexinets.Ldap.Core --version 1.0.86
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Flexinets.Ldap.Core, 1.0.86"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added convenience class for creating partial attributes
Dependencies
-
.NETCoreApp 2.0
- log4net (>= 2.0.8)
-
.NETFramework 4.7.1
- log4net (>= 2.0.8)
-
.NETStandard 2.0
- log4net (>= 2.0.8)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.