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