Example #1
0
 def _check_allowed(self):
     both_or_neither(self.ssl == 'winssl', self.sasl == 'sspi')
     if not self.sasl:
         require(self.ssl == 'openssl')
Example #2
0
 def _check_allowed(self):
     both_or_neither(self.ssl == 'winssl', self.sasl == 'sspi')
     if not self.sasl:
         require(self.ssl == 'openssl')