Skip to content
Snippets Groups Projects
Forked from uffd / uffd
133 commits behind the upstream repository.
  • Julian's avatar
    3f6a67ea
    Catch LDAPSASLPrepError on login · 3f6a67ea
    Julian authored
    Ldap3 raises LDAPSASLPrepError on bind if the password contains characters
    forbidden by SASLPrep (string preperation/normalization algorithm for user
    names and passwords). Examples are carriage return ("\r") or newline ("\n")
    characters. See #100.
    3f6a67ea
    History
    Catch LDAPSASLPrepError on login
    Julian authored
    Ldap3 raises LDAPSASLPrepError on bind if the password contains characters
    forbidden by SASLPrep (string preperation/normalization algorithm for user
    names and passwords). Examples are carriage return ("\r") or newline ("\n")
    characters. See #100.
test_session.py 6.45 KiB