Ldap config 多了一个空格


On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validate is calling from_env and it makes the variables to be reloaded from source files.
This is not good for testing.
Solution:
reload=False that will cause those lines to passSimilar to the Email validator.
Add a description, image, and links to the config topic page so that developers can more easily learn about it.
To associate your repository with the config topic, visit your repo's landing page and select "manage topics."