function bootstrap()
 {
     AuthenticationBackend::register(new LDAPAuthentication($this->getConfig()));
 }
 function bootstrap()
 {
     AuthenticationBackend::register('HttpAuthentication');
 }