ContinuumIO / flask-ldap-login

Flask ldap integration
BSD 2-Clause "Simplified" License
105 stars 35 forks source link

add try block to avoid ldap problems #10

Closed Back2Basics closed 9 years ago

Back2Basics commented 9 years ago

Quoted from Thomas Caswell "...Stop pedantic errors which seems to be caused by an over-zealous normalization scheme which is converting strings into ldap constants."

srossross commented 9 years ago

@Back2Basics

Stop pedantic errors which seems to be caused by an over-zealous normalization scheme which is converting strings into ldap constants

This will not stop the string conversion if the attribute ldap.* exists. It will now do this with out the user's knowledge.