Repository: kylin
Updated Branches:
  refs/heads/document 67f11f4cc -> 8c8d40233


fix an error in ldap doc


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8c8d4023
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8c8d4023
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/8c8d4023

Branch: refs/heads/document
Commit: 8c8d40233093ff03b6b952d88b0c6b2eac92fac8
Parents: 67f11f4
Author: shaofengshi <shaofeng...@apache.org>
Authored: Fri Apr 8 11:38:51 2016 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Fri Apr 8 11:38:57 2016 +0800

----------------------------------------------------------------------
 website/_docs15/howto/howto_ldap_and_sso.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8c8d4023/website/_docs15/howto/howto_ldap_and_sso.md
----------------------------------------------------------------------
diff --git a/website/_docs15/howto/howto_ldap_and_sso.md 
b/website/_docs15/howto/howto_ldap_and_sso.md
index e1309cf..a66040d 100644
--- a/website/_docs15/howto/howto_ldap_and_sso.md
+++ b/website/_docs15/howto/howto_ldap_and_sso.md
@@ -11,7 +11,7 @@ Kylin supports LDAP authentication for enterprise or 
production deployment; This
 
 #### Configure LDAP server info
 
-Firstly, provide LDAP URL, and username/password if the LDAP server is 
secured; The password in kylin.properties need be salted; You can Google 
"Generate a BCrypt Password" or run 
org.apache.kylin.rest.security.PasswordPlaceholderConfigurer to get a hash of 
your password.
+Firstly, provide LDAP URL, and username/password if the LDAP server is 
secured; The password in kylin.properties need be salted; You can run 
org.apache.kylin.rest.security.PasswordPlaceholderConfigurer AES 
<your_password> to get a hash.
 
 ```
 ldap.server=ldap://<your_ldap_host>:<port>

Reply via email to