neos/ldap

Last activity 13 May 2022 8 14 6542
composer require neos/ldap

Ldap Authentication for Flow

1.0.x-dev

Version
1.0.x-dev
Type
neos-package
Release Date
Feb 06, 2019 09:41
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0 || ^5.0
  • ext-ldap: *
Replaces
  • typo3/ldap: self.version
MIT e9194f1acee4038da96fcfe17dc609de5d83e188

Readme excerpt

Neos Ldap Documentation Example LoginController

LoginController.php:

<?php namespace My\Package\Controller; use Neos\Flow\Annotations as Flow; use Neos\Flow\Security\Authentication\Controller\AbstractAuthenticationController; /** * @Flow\Scope("singleton") */ class LoginController extends AbstractAuthenticationController { /** * Default action, displays the login screen * * @param string $username Optional: A username to prefill into the username field * @return void */ public function indexAction($username = NULL) { $this->view->assign('username', $username); } /** *…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 92 package(s).