Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | $this->printDebug( "Entering Connect", NONSENSITIVE ); |
168 | 168 | |
169 | 169 | if ( !function_exists( 'ldap_connect' ) ) { |
170 | | - $this->printDebug( "It looks like you are issing LDAP support; please ensure you have either compiled LDAP support in, or have enabled the module. If the authentication is working for you, the plugin isn't properly detecting the LDAP module, and you can safely ignore this message.", NONSENSITIVE ); |
| 170 | + $this->printDebug( "It looks like you are missing LDAP support; please ensure you have either compiled LDAP support in, or have enabled the module. If the authentication is working for you, the plugin isn't properly detecting the LDAP module, and you can safely ignore this message.", NONSENSITIVE ); |
171 | 171 | return false; |
172 | 172 | } |
173 | 173 | |