Git Product home page Git Product logo

bitai-cs / ldaphelper Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 140 KB

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

Home Page: https://www.linkedin.com/in/victorbastidasg/

License: MIT License

PowerShell 1.91% C# 98.09%
ldap active-directory authentication security user-management ldap-client identityserver4 ldap-library

ldaphelper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

derkodex

ldaphelper's Issues

How I can get only groups for cn?

Hello,
Thank you for this development.

Is it possible to obtain groups for a CN?
I can get users with 'memberof,' but if we only want the defined 'memberof,' is that possible?

Regards,

Is it possible to remove "xcopy" command from .csproj files?

<Exec Command="xcopy /y &quot;$(TargetDir)*.*&quot; &quot;$(ProjectDir)..\..\..\_bin\netstandard2.0\LDAPHelperLib\&quot;" />

and
<Exec Command="xcopy /y &quot;$(TargetDir)*.*&quot; &quot;$(ProjectDir)..\..\..\_bin\netstandard2.0\LdapHelperDTO\&quot;" />

and replace it with something like

...
<Copy SourceFiles="$(TargetDir)*.*" DestinationFolder="$(ProjectDir)..\..\..\_bin\netstandard2.0\LdapHelperDTO\" SkipUnchangedFiles="true" />
...

for other OSes compatibility?

For example, it causes an error when trying to build under Linux (.netcore)...

Can you add userAccountControl to LDAPEntry?

Can you add userAccountControl to LDAPEntry?

ldapEntry.userAccountControl = attributeSet.ContainsKey(DTO.EntryAttribute.userAccountControl.ToString()) ? attributeSet.GetAttribute(DTO.EntryAttribute.userAccountControl.ToString()).StringValue : null;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.