C# (CSharp) Zetetic.Ldap Namespace

Nested Namespaces

Zetetic.Ldap.Pivoter
Zetetic.Ldap.Schema
Zetetic.Ldap.Vlv
Zetetic.Ldap.VlvDemo

Classes

Name Description
AdsImportPrep Reformat an LDIF exported from Active Directory, i.e., with ldifde, for re-importing by stripping out most of the stuff Active Directory won't accept via LDAP.
Attr
AttributeEventArgs LdifReader raises AttributeEventArgs upon reading a complete single attribute value (which may span multiple folded lines)
DnEventArgs LdifReader raises DnEventArgs when encountering a new entry or closing out an existing one
IncompatibleMutationException This exception indicates that the MutableLdapEntry has been given inconsistent changes (such as replacing and appending to existing attribute values) without an intermediate commit.
LdifCsvPivot
LdifReader LdifReader is a low-overhead, event-based reader for LDIF formatted files. Use LdifEntryReader for a more traditional, "whole-entry" reader.
LdifWriter
MassDeleter
MutableEntry MutableEntry is a wrapper around a basic Zetetic.Ldap.Entry with change-tracking. You can create, inspect, rename, modify, and delete a MutableEntry, and save it to an LDAP host, without dealing with the semantics of the LDAP operations.
PagingHelper
PivotColumn
RangeHelper A simple helper to make it easier to get all the values of a large multivalued attribute from Active Directory.
ZLdapSearch