LDAP Account Manager

BaseProvider
in package
implements TwoFactorProvider

Base class for 2-factor authentication providers.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

TwoFactorProvider
2-factor authentication

Table of Contents

$config  : mixed
addCustomInput()  : mixed
Adds the custom input fields to the form.
hasCustomInputForm()  : has
Returns if the service has a custom input form.
isShowSubmitButton()  : bool
Returns if the submit button should be shown.
getLoginAttributeValue()  : string
Returns the value of the user attribute in LDAP.

Properties

Methods

addCustomInput()

Adds the custom input fields to the form.

public addCustomInput(mixed &$row, mixed $userDn) : mixed
Parameters
$row : mixed

row where to add the input fields

$userDn : mixed

user DN

Tags
see
TwoFactorProvider::addCustomInput()
Return values
mixed

getLoginAttributeValue()

Returns the value of the user attribute in LDAP.

protected getLoginAttributeValue(string $userDn) : string
Parameters
$userDn : string

user DN

Return values
string

user name

Search results