You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/01/07 11:00:42 UTC

[incubator-superset] branch master updated: Fix docstrings in superset/config.py (#8931)

This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 28563ad  Fix docstrings in superset/config.py (#8931)
28563ad is described below

commit 28563ad088b237b8d15ec801925a2d3cdca5bcfd
Author: Kelvin Jayanoris <mo...@users.noreply.github.com>
AuthorDate: Tue Jan 7 14:00:32 2020 +0300

    Fix docstrings in superset/config.py (#8931)
    
    - Replace ldap with LDAP
    - Replace `(username/password()` with `(username/password)`
---
 superset/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 9466208..c4fc40e 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -202,7 +202,7 @@ DRUID_IS_ACTIVE = False
 # ----------------------------------------------------
 # The authentication type
 # AUTH_OID : Is for OpenID
-# AUTH_DB : Is for database (username/password()
+# AUTH_DB : Is for database (username/password)
 # AUTH_LDAP : Is for LDAP
 # AUTH_REMOTE_USER : Is for using REMOTE_USER from web server
 AUTH_TYPE = AUTH_DB
@@ -219,7 +219,7 @@ AUTH_TYPE = AUTH_DB
 # The default user self registration role
 # AUTH_USER_REGISTRATION_ROLE = "Public"
 
-# When using LDAP Auth, setup the ldap server
+# When using LDAP Auth, setup the LDAP server
 # AUTH_LDAP_SERVER = "ldap://ldapserver.new"
 
 # Uncomment to setup OpenID providers example for OpenID authentication