コード例 #1
0
ファイル: externalldap.py プロジェクト: AnatomicJC/mmc
 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