Преглед изворни кода

[core] Fix description of LDAP force_username_lowercase in ini

Romain Rigaux пре 12 година
родитељ
комит
96976bb
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -154,7 +154,7 @@
     # Ignore the case of usernames when searching for existing users in Hue.
     ## ignore_username_case=false
 
-    # Ignore the case of usernames when searching for existing users in Hue.
+    # Force usernames to lowercase when creating new users from LDAP.
     ## force_username_lowercase=false
 
     # Use search bind authentication.

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -163,7 +163,7 @@
     # Ignore the case of usernames when searching for existing users in Hue.
     ## ignore_username_case=false
 
-    # Ignore the case of usernames when searching for existing users in Hue.
+    # Force usernames to lowercase when creating new users from LDAP.
     ## force_username_lowercase=false
 
     # Use search bind authentication.