Exemplo n.º 1
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestPamGECOS, self).run(result)
Exemplo n.º 2
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestLoginDuoGroups, self).run(result)
Exemplo n.º 3
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestPamSpecificEnv, self).run(result)
Exemplo n.º 4
0
 def run(self, result=None):
     with MockDuo(NORMAL_CERT):
         return super(TestLoginDuoUIDMismatch, self).run(result)