function bootstrap()
 {
     AuthenticationBackend::register(new LDAPAuthentication($this->getConfig()));
 }
Esempio n. 2
0
 function bootstrap()
 {
     AuthenticationBackend::register('HttpAuthentication');
 }