Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | define( "SENSITIVE", 2 ); |
112 | 112 | define( "HIGHLYSENSITIVE", 3 ); |
113 | 113 | |
114 | | -class LdapAuthenticationextends AuthPlugin { |
| 114 | +class LdapAuthenticationPlugin extends AuthPlugin { |
115 | 115 | |
116 | 116 | // ldap connection resource |
117 | 117 | var $ldapconn; |