mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
ldap authentication: MDL-21352 Fix LDAP missing string in settings page
Thanks a lot to Ralf Krause for pointing it out!
This commit is contained in:
parent
bc0663abfb
commit
2593c1c681
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there?
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<h4><?php print_string('auth_ntlmsso', '_ldap') ?> </h4>
|
<h4><?php print_string('auth_ntlmsso', 'auth_ldap') ?> </h4>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue