Bitai.LDAPHelper 3.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bitai.LDAPHelper --version 3.0.2
NuGet\Install-Package Bitai.LDAPHelper -Version 3.0.2
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="Bitai.LDAPHelper" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bitai.LDAPHelper --version 3.0.2
#r "nuget: Bitai.LDAPHelper, 3.0.2"
#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 Bitai.LDAPHelper as a Cake Addin
#addin nuget:?package=Bitai.LDAPHelper&version=3.0.2

// Install Bitai.LDAPHelper as a Cake Tool
#tool nuget:?package=Bitai.LDAPHelper&version=3.0.2

LDAP Helper

.NET Standard 2.0 library which wraps Novell.Directory.Ldap.NETStandard functionality to make LDAP searches and also authenticate users against a Directory Service.

This libary is part of Bitai.LDAPWebApi solution

Requirements

How to use the library?

  • See the project Bitai.LDAPHelper.Demo to get a reference

How to execute Demo?

{
    "DomainAccountName": "DOMAIN\\AccountName",
    "LdapServers": [
        {
            "Address": "10.113.58.132"
        },
        {
            "Address": "140.141.33.65"
        },
        {
            "Address": "55.55.55.13"
        },
        {
            "Address": "34.11.58.13"
        },
        {
            "Address": "11.11.11.13"
        },
        {
            "Address": "124.11.58.130"
        }
    ],
    "BaseDNs": [
        {
            "DN": "DC=company, DC=com"
        },
        {
            "DN": "DC=us, DC=company, DC=com"
        },
        {
            "DN": "DC=uk, DC=company, DC=com"
        },
        {
            "DN": "DC=br, DC=company, DC=com"
        },
        {
            "DN": "DC=pe, DC=company, DC=com"
        },
        {
            "DN": "DC=es, DC=company, DC=com"
        }
    ],
    "ConnectionTimeout": 15,
    "UseSSL": false,
    "Demo_Authenticator_Authenticate_DomainAccountName": "DOMAIN\\AccountName",
    "Demo_Searcher_SearchUsersAndGroups_Filter_sAMAccountName": "usr_ext01",
    "Demo_Searcher_SearchUsersAndGroups_Filter_cn": "*Bastidas*",
    "Demo_Searcher_SearchUsersAndGroupsByTwoFilters_Filter1_sAMAccountName": "*smith",
    "Demo_Searcher_SearchUsersAndGroupsByTwoFilters_Filter2_cn": "*Smith*",
    "Demo_Searcher_SearchEntries_Filter_cn": "DB Server",
    "Demo_Searcher_SearchEntries_Filter_objectSid": "S-1-5-21-638406840-1180129177-883519231-179439",
    "Demo_Searcher_SearchEntriesByTwoFilters_Filter1_cn": "*server*",
    "Demo_Searcher_SearchEntriesByTwoFilters_Filter2_cn": "*database*",
    "Demo_Searcher_SearchParentEntries_Filter_sAMAccountName": "usr_ext01",
    "Demo_GroupMembershipValidator_CheckGroupmembership_sAMAccountName": "4439690",
    "Demo_GroupMembershipValidator_CheckGroupmembership_Check_GroupName": "Software Administrators"
}
  • After you have edited the parameter values in the configuration file, you can run the demo.

You may also be interested in:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 272 3/10/2023
6.1.13 271 1/27/2023
6.1.12 251 1/27/2023
6.1.11 259 1/23/2023
6.1.10 257 1/19/2023
6.1.9 260 1/18/2023
6.1.8 336 12/3/2022
6.1.7 306 12/2/2022
6.1.6 316 11/22/2022
6.1.5 308 11/22/2022
6.1.4 405 10/13/2022
6.1.3 376 10/9/2022
6.1.2 381 10/8/2022
6.1.1 355 10/7/2022
6.1.0 347 10/4/2022
6.0.0 399 8/7/2022
4.0.0 354 8/9/2021
3.0.2 304 7/6/2021
3.0.1 301 4/6/2021
3.0.0 366 4/4/2021
2.3.0 360 3/27/2021