Felix Preuschoff
Felix Preuschoff
Same exception on my (Windows) system, but only with version >= 1.14.0. With wrapt version 1.13.3 this exception does not happen. I'm using Python 3.10.2.
I was looking for this in the documentation, but couldn't find it. Please consider adding it to the docs.
got it working with the following config: ``` LDAP_AUTH=1 AUTH_LDAP_SERVER_URI=ldap://****:389 AUTH_LDAP_BIND_DN=CN=ldapservice,OU=users,DC=****,DC=****,DC=**** AUTH_LDAP_BIND_PASSWORD=**** AUTH_LDAP_USER_SEARCH_BASE_DN=ou=users,dc=****,dc=****,dc=**** AUTH_LDAP_USER_SEARCH_FILTER_STR=(cn=%(user)s) AUTH_LDAP_USER_ATTR_MAP={'username': 'cn', 'email': 'mail'} ```
Due to the upcoming [pip deprecation](https://github.com/softvar/json2html/issues/60), this project should switch to the new pyproject.toml format anyway. The pyproject.toml format should solve this issue as well, right? Created a pull request...
@softvar Could you take a look at it?
Thanks for the response. Unfortunately I dont have the time or knodwledge to debug it. The workaround we are using for now is writing the default EEPROM data through FT_Prog....