Beispiel #1
0
 def __init__(self, user, password, name, sasl_options=None):
   SCRAM_base.__init__(self, sha1, user, password, name, sasl_options)
 def __init__(self, user, password, name, sasl_options=None):
   SCRAM_base.__init__(self,hashlib.sha256,user,password, name, sasl_options)
Beispiel #3
0
 def __init__(self, user, password, name, sasl_options=None):
     SCRAM_base.__init__(self, sha1, user, password, name, sasl_options)