File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Configuration example for form login
287287 # ...
288288 form_login_ldap :
289289 login_path : login
290- login_check : login_check
290+ check_path : login_check
291291 # ...
292292 service : ldap
293293 dn_string : ' uid={username},dc=example,dc=com'
@@ -306,7 +306,7 @@ Configuration example for form login
306306 <firewall name =" main" >
307307 <form-login-ldap
308308 login-path =" login"
309- login- check =" login_check"
309+ check-path =" login_check"
310310 service =" ldap"
311311 dn-string =" uid={username},dc=example,dc=com" />
312312 </firewall >
@@ -320,7 +320,7 @@ Configuration example for form login
320320 'main' => array(
321321 'form_login_ldap' => array(
322322 'login_path' => 'login',
323- 'login_check ' => 'login_check',
323+ 'check_path ' => 'login_check',
324324 'service' => 'ldap',
325325 'dn_string' => 'uid={username},dc=example,dc=com',
326326 // ...
You can’t perform that action at this time.
0 commit comments