LDAP Account Manager

importexport.php

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