예제 #1
0
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.filter = "objectClass=*"
     self.bindname = None
     self.bindpasswd = None
예제 #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
예제 #3
0
 def setDefault(self):
     AuthenticatorConfig.setDefault(self)
     self.filter = "objectClass=*"
     self.bindname = None
     self.bindpasswd = None
예제 #4
0
파일: auth.py 프로젝트: 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