-
Notifications
You must be signed in to change notification settings - Fork 9
Home
skradel edited this page Sep 13, 2010
·
3 revisions
Zetetic.Ldap is a .NET library for .NET 2 and above, which makes it easier to work with directory servers (like Active Directory, ADAM, Red Hat Directory Server, and others). Some of the key features of Zetetic.Ldap are:
- LDIF file parsing and generation – Read and write the file format used for moving data around between directory systems
- LDAP Entry-oriented API with change tracking – Create and modify directory objects in a more natural way
- LDAP Schema interrogation – Quick programmatic access to the kinds of objects and fields your directory server understands. Learn if an attribute is a string, a number, a date, etc., without lots of manual research and re-parsing
- LDIF Pivoter – Turn an LDIF file into a (comma or tab-delimited) flat file for analysis or loading into systems that don’t speak LDIF
We built the Zetetic.Ldap library to make directory projects and programming faster and easier, and release it here in the hopes that others will find it useful too. As far as we know, this is the only .NET library that really understands the LDIF specification.
- Zetetic.Ldap uses NLog. So, install ye some NLog first and roll!