浏览代码

[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.