C# Class Zetetic.Ldap.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.
Datei anzeigen Open project: skradel/Zetetic.Ldap Class Usage Examples

Public Methods

Method Description
IMain ( string args ) : void
ReformatLdif ( LdifReader r, LdifWriter w, Encoding passwordEncoding, string defaultPwd, List ignoredAttrs, bool allowMsExchange, bool>.Func ignoreIt ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

IMain() public method

public IMain ( string args ) : void
args string
return void

ReformatLdif() public method

public ReformatLdif ( LdifReader r, LdifWriter w, Encoding passwordEncoding, string defaultPwd, List ignoredAttrs, bool allowMsExchange, bool>.Func ignoreIt ) : void
r LdifReader
w LdifWriter
passwordEncoding System.Text.Encoding
defaultPwd string
ignoredAttrs List
allowMsExchange bool
ignoreIt bool>.Func
return void