Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 989 Bytes

Frends.LDAP.CreateUser

Frends LDAP task to create a user to Active Directory.

License: MIT Build MyGet Coverage

Installing

You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

Create a simple LDAP server to docker: docker run -it --rm -p 10389:10389 dwimberger/ldap-ad-it

dotnet test

Create a NuGet package

dotnet pack --configuration Release