neos/ldap

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

Ldap Authentication for Flow

dev-task/symfony-yaml-refactor

Version
dev-task/symfony-yaml-refactor
Type
neos-package
Release Date
May 13, 2022 16:51
Source
git
Distribution
zip
Requires
  • php: ^7.4 || ^8.0
  • neos/eel: ^7.0 || ^8.0
  • neos/flow: ^7.0 || ^8.0
  • neos/neos: ^7.0 || ^8.0
  • neos/utility-arrays: ^7.0 || ^8.0
  • neos/utility-files: ^7.0 || ^8.0
  • symfony/ldap: ^5.0
  • symfony/yaml: ^5.0
MIT e5cdb1cce9f6ade5b83abd977fc8e1be1a9374f8

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).