Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trepidity/sharpnldap
I got tired of writing code that I use a lot when working with Novell's cSharp LDAP libraries that interact with eDirectory. This library is supposed to save development and discovery time by providing methods for some of the most common object types and addtributes that eDirectory provides to us via LDAP. The library provides classes for user, group, container, ZENworks Desktop Management application objects and probably more things too. The library handles all the LDAPConnection needs and such.
https://github.com/trepidity/sharpnldap
Last synced: 24 days ago
JSON representation
I got tired of writing code that I use a lot when working with Novell's cSharp LDAP libraries that interact with eDirectory. This library is supposed to save development and discovery time by providing methods for some of the most common object types and addtributes that eDirectory provides to us via LDAP. The library provides classes for user, group, container, ZENworks Desktop Management application objects and probably more things too. The library handles all the LDAPConnection needs and such.
- Host: GitHub
- URL: https://github.com/trepidity/sharpnldap
- Owner: trepidity
- Created: 2013-02-06T19:27:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T14:11:19.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T14:32:53.232Z (over 1 year ago)
- Language: C#
- Size: 266 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sharpnldap
==========I got tired of writing code that I use a lot when working with Novell's C# eDirectory LDAP Libraries.
This library should to save development and discovery time by providing methods for some of the most
common object types and addtributes that eDirectory provides to us via LDAP.The library provides classes for user, group, container, ZENworks Desktop Management application objects
and probably more things too. The library handles all the LDAPConnection needs and such.