Symfony 4 + LDAP
问题 I want to set up on an application developed under symfony 4 the authentication system using LDAP component. I already tested directly and I was able in a controller to get user(s) datas using: $ldap = Ldap::create('ext_ldap', array( 'host' => 'my-server', 'encryption' => 'none', )); ... But i need to use a login form with userPrincipalName field and password field. here is the code : #service.yaml parameters: ldap.host: XX.XX.XX.XX services: #... App\Service\LdapConnection: arguments: ['