From 7a2cd5baed73e1634b83ce8d627ef275c993df7a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 27 Jun 2023 23:07:01 +0200 Subject: chg: [flake8] Adresses some flake8 warnings. --- instance/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'instance/config.py') diff --git a/instance/config.py b/instance/config.py index e3362694..42e624cb 100644 --- a/instance/config.py +++ b/instance/config.py @@ -85,7 +85,8 @@ LDAP_USER_ATTRIB_MEMBEROF = "memberof" LDAP_GROUP_DISPLAY_ATTRIB = "cn" LDAP_BIND_DN = "uid=sampleuser,cn=users,cn=accounts,dc=ipa,dc=internal,dc=com" LDAP_BIND_PASSWORD = "examplepassword" -# Additional filter to restrict user lookup. If not equivalent to False (e.g., undefined), will be logical-anded to the user-match-attribute search filter. +# Additional filter to restrict user lookup. If not equivalent to False +# (e.g., undefined), will be logical-anded to the user-match-attribute search filter. LDAP_FILTER = ( "(memberOf=cn=newspipe-users,cn=groups,cn=accounts,dc=ipa,dc=internal,dc=com)" ) -- cgit