Guest User

Untitled

a guest
Mar 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. from core.errors import *
  2. from core.ibs_exceptions import *
  3. toLog("HEEEEEEEEEEEEEEEEEEEEEEEEEE", LOG_DEBUG)
  4. error, auth_response = user_worker_main.getMPIHUB().\
  5. evaluateOnMain(True,
  6. "ldap_main.getManager().authenticate",
  7. [ldap_dn, clear_text_password, True]
  8. )
  9. toLog(">>>>> {} {}".format(ldap_dn, error, auth_response), LOG_DEBUG)
Add Comment
Please, Sign In to add comment