https://github.com/kurrent-io/csharp-ldap
GitHub mirror of Novell's C# LDAP library (Novell.Directory.Ldap)
https://github.com/kurrent-io/csharp-ldap
Last synced: 10 months ago
JSON representation
GitHub mirror of Novell's C# LDAP library (Novell.Directory.Ldap)
- Host: GitHub
- URL: https://github.com/kurrent-io/csharp-ldap
- Owner: EventStore
- License: mit
- Created: 2013-08-12T19:18:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T20:33:23.000Z (over 12 years ago)
- Last Synced: 2024-04-15T01:20:06.417Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 625 KB
- Stars: 23
- Watchers: 18
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
README
## Novell.Directory.LDAP
This is a GitHub mirror of the `Novell.Directory.LDAP` library which is primarily hosted by Novell directly (original [here](http://www.novell.com/developer/ndk/ldap_libraries_for_c_sharp.html)).
This mirror hosts the sources for v2.1.11 for convenience, since it is otherwise necessary to use FTP to obtain the source code.
Minor modifications have been made to the build script to output XML documentation files with more appropriate names.
`Mono.Security.dll` is also included, taken unmodified from the v2.10 Windows binary release of Mono. The sources for this binary are available [here](https://github.com/mono/mono/tree/mono-2-10).
It is necessary to include the `Mono.Security.dll` assembly when running on .NET on Windows.
It is thought that this mirror is acceptable under the MIT license (intact in the LICENSE file) under which both `Novell.Directory.LDAP` and `Mono.Security.dll` are released.
### Building (Windows/.NET)
From a Developer Command Prompt:
```
> build.bat
```
### Building (Linux/Mono)
From a shell with mono available on `PATH`:
```
$ build.sh
```