Skip to content

Commit bb382f3

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 6a13a7e + 25cb32c commit bb382f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/SettingsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ public function getLdapSettings()
916916
*/
917917
$messages = [
918918
'ldap_username_field.not_in' => '<code>sAMAccountName</code> (mixed case) will likely not work. You should use <code>samaccountname</code> (lowercase) instead. ',
919-
'ldap_auth_filter_query.not_in' => '<code>uid=samaccountname</code> is probably not a valud auth filter. You probably want <code>uid=</code> ',
919+
'ldap_auth_filter_query.not_in' => '<code>uid=samaccountname</code> is probably not a valid auth filter. You probably want <code>uid=</code> ',
920920
'ldap_filter.regex' => 'This value should probably not be wrapped in parentheses.',
921921
];
922922

0 commit comments

Comments
 (0)