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.
<PackageVersion Include="Novell.Directory.Ldap" Version="2.2.1" />
<PackageReference Include="Novell.Directory.Ldap" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Novell.Directory.Ldap --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package Novell.Directory.Ldap@2.2.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Novell.Directory.Ldap&version=2.2.1
#tool nuget:?package=Novell.Directory.Ldap&version=2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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,009 | 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.