LDAP Account Manager

RenameEntryTask
in package
implements ImporterTask

Renames an LDAP entry.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

ImporterTask
A single import task.

Table of Contents

$deleteOldRdn  : mixed
$dn  : mixed
$newRdn  : mixed
__construct()  : mixed
Constructor
run()  : string
Runs the task.

Properties

$deleteOldRdn

private mixed $deleteOldRdn = true

$newRdn

private mixed $newRdn = ''

Methods

__construct()

Constructor

public __construct(string $dn, string $newRdn, bool $deleteOldRdn) : mixed
Parameters
$dn : string

DN

$newRdn : string

new RDN value

$deleteOldRdn : bool

delete old RDN value

Return values
mixed

run()

Runs the task.

public run() : string
Tags
see
ImporterTask::run()
Return values
string

HTML output or LAMException if error occurred

Search results