Guest User

Untitled

a guest
Jun 6th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. credentials = dict(name=auth_def_name,
  2. user=a_user,
  3. password=auth_def.get('password', None),
  4. verify_certificates=a_verify_certificates)
  5. self.decode_password(credentials,
  6. auth_def.get('password_encoding', None))
Add Comment
Please, Sign In to add comment