Open coreybrett opened 4 years ago
I have code that extracts data from the user like so...
fname = data["givenName"]
this usually works fine and the value is a string.
Occasionally, the value is a list with a single string value.
This doesn't seem to be related to the particular user because it happens to my own accounts sometimes.
Not sure if this would be related to flask-ldap3-login or if it would be ldap3.
I have code that extracts data from the user like so...
fname = data["givenName"]
this usually works fine and the value is a string.
Occasionally, the value is a list with a single string value.
This doesn't seem to be related to the particular user because it happens to my own accounts sometimes.
Not sure if this would be related to flask-ldap3-login or if it would be ldap3.