LDAP Account Manager

IMPORT_EXPORT

Interfaces, Classes, Traits and Enums

ImporterTask
A single import task.
Exporter
Creates LDAP accounts for file upload.
Importer
Imports LDIF files.
AddEntryTask
Adds a complete LDAP entry.
RenameEntryTask
Renames an LDAP entry.
DeleteEntryTask
Deletes an LDAP entry.
MultiTask
Combines multiple import tasks.
AddAttributesTask
Adds attributes to an existing LDAP entry.
DeleteAttributesTask
Deletes attributes from an existing LDAP entry.
ReplaceAttributesTask
Replaces attributes in an existing LDAP entry.

Table of Contents

printImportTabContent()  : void
Prints the content area for the import tab.
printImportTabProcessing()  : void
Prints the content area for the import tab during processing state.
checkImportData()  : void
Checks if the import data is ok.
printExportTabContent()  : void
Prints the content area for the export tab.
getDefaultBaseDn()  : string
Returns the default base DN.
isValidExportDn()  : bool
Checks if the given DN is valid for exporting.
printExportTabProcessing()  : void
Prints the content area for the export tab during processing state.
checkExportData()  : void
Checks if the export data is ok.

Functions

printImportTabContent()

Prints the content area for the import tab.

printImportTabContent() : void
Return values
void

printImportTabProcessing()

Prints the content area for the import tab during processing state.

printImportTabProcessing() : void
Return values
void

checkImportData()

Checks if the import data is ok.

checkImportData() : void
Tags
throws
LAMException

error message if not valid

Return values
void

printExportTabContent()

Prints the content area for the export tab.

printExportTabContent() : void
Return values
void

getDefaultBaseDn()

Returns the default base DN.

getDefaultBaseDn() : string
Return values
string

base DN

isValidExportDn()

Checks if the given DN is valid for exporting.

isValidExportDn(string $dn) : bool
Parameters
$dn : string

DN

Return values
bool

valid

printExportTabProcessing()

Prints the content area for the export tab during processing state.

printExportTabProcessing() : void
Return values
void

checkExportData()

Checks if the export data is ok.

checkExportData() : void
Tags
throws
LAMException

error message if not valid

Return values
void

Search results