LDAP Account Manager

UserPasswordExtraInvalidCredentialsProvider
in package
implements ExtraInvalidCredentialsProvider

Extra message for invalid credentials for PPolicy.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

ExtraInvalidCredentialsProvider
Interface for provides of extra messages.

Table of Contents

getAttributeNamesToRead()  : array<string|int, string>
Returns the list of attribute names to read from LDAP.
getExtraMessage()  : null|string
Returns an extra message if any.

Methods

getAttributeNamesToRead()

Returns the list of attribute names to read from LDAP.

public getAttributeNamesToRead() : array<string|int, string>
Tags
inheritDoc
Return values
array<string|int, string>

attribute names

getExtraMessage()

Returns an extra message if any.

public getExtraMessage(array<string|int, mixed> $attributes, mixed $ldap) : null|string
Parameters
$attributes : array<string|int, mixed>

LDAP attributes

$ldap : mixed

LDAP handle

Tags
inheritDoc
Return values
null|string

message

Search results