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
287
287
# ...
288
288
form_login_ldap :
289
289
login_path : login
290
- login_check : login_check
290
+ check_path : login_check
291
291
# ...
292
292
service : ldap
293
293
dn_string : ' uid={username},dc=example,dc=com'
@@ -306,7 +306,7 @@ Configuration example for form login
306
306
<firewall name =" main" >
307
307
<form-login-ldap
308
308
login-path =" login"
309
- login- check =" login_check"
309
+ check-path =" login_check"
310
310
service =" ldap"
311
311
dn-string =" uid={username},dc=example,dc=com" />
312
312
</firewall >
@@ -320,7 +320,7 @@ Configuration example for form login
320
320
'main' => array(
321
321
'form_login_ldap' => array(
322
322
'login_path' => 'login',
323
- 'login_check ' => 'login_check',
323
+ 'check_path ' => 'login_check',
324
324
'service' => 'ldap',
325
325
'dn_string' => 'uid={username},dc=example,dc=com',
326
326
// ...
You can’t perform that action at this time.
0 commit comments