You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ezldap/config.py:21: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
As I understood, this can be fixed using an additional argument in yaml.load:
Loader=yaml.SafeLoader
Cheerio,
Luis
The text was updated successfully, but these errors were encountered:
Hi,
when using ezldap I get:
ezldap/config.py:21: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
As I understood, this can be fixed using an additional argument in yaml.load:
Loader=yaml.SafeLoader
Cheerio,
Luis
The text was updated successfully, but these errors were encountered: