Novell.Directory.Ldap 2.2.1

dotnet add package Novell.Directory.Ldap --version 2.2.1
NuGet\Install-Package Novell.Directory.Ldap -Version 2.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Novell.Directory.Ldap" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Novell.Directory.Ldap --version 2.2.1
#r "nuget: Novell.Directory.Ldap, 2.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Novell.Directory.Ldap as a Cake Addin
#addin nuget:?package=Novell.Directory.Ldap&version=2.2.1

// Install Novell.Directory.Ldap as a Cake Tool
#tool nuget:?package=Novell.Directory.Ldap&version=2.2.1

LDAP Libraries for C# enables you to write applications that access, manage, and update information stored in Novell eDirectory™ or other LDAP-aware directories.

These classes are based on the IETF LDAP Java Application Program Interface.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Novell.Directory.Ldap:

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
shr670377723/CommunityServer-master
Version Downloads Last updated
2.2.1 1,008 2/12/2014

Updates in this release:

Binaries:

* Added a new extension named "Get Privileges List" that is specific to eDirectory 8.8 SP5 (and onwards). This new extension will get the effective privileges for a list of attributes.

* Fixed a few bugs.