Ejemplo n.º 1
0
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.filter = "objectClass=*"
     self.bindname = None
     self.bindpasswd = None
Ejemplo n.º 2
0
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.loginpage = "index.php"
     self.loginpost = "front/login.php"
     self.match = "window.location='.*/front/central.php'|window.location='.*/front/helpdesk.public.php'"
     self.doauth = True
Ejemplo n.º 3
0
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.filter = "objectClass=*"
     self.bindname = None
     self.bindpasswd = None
Ejemplo n.º 4
0
Archivo: auth.py Proyecto: neoclust/mmc
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.loginpage = "index.php"
     self.loginpost = "login.php"
     self.match = "window.location='.*/front/central.php'"
     self.doauth = True