Repository: kylin
Updated Branches:
  refs/heads/document 7dc21fb8e -> 165de872c


minor update on ldap and sso doc


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

Branch: refs/heads/document
Commit: e24d706aa3c9696bfc504a8412e6a7e0ed63e91a
Parents: 7dc21fb
Author: shaofengshi <shaofeng...@apache.org>
Authored: Mon Nov 13 21:27:39 2017 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Mon Nov 13 21:27:39 2017 +0800

----------------------------------------------------------------------
 website/_docs20/howto/howto_ldap_and_sso.md | 2 +-
 website/_docs21/howto/howto_ldap_and_sso.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/e24d706a/website/_docs20/howto/howto_ldap_and_sso.md
----------------------------------------------------------------------
diff --git a/website/_docs20/howto/howto_ldap_and_sso.md 
b/website/_docs20/howto/howto_ldap_and_sso.md
index 8085f39..8581d3e 100644
--- a/website/_docs20/howto/howto_ldap_and_sso.md
+++ b/website/_docs20/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 encrypted; You can run the 
following command to get the encrypted value (please note, the password's 
length should be less than 16 characters, see 
[KYLIN-2416](https://issues.apache.org/jira/browse/KYLIN-2416)):
+Firstly, provide LDAP URL, and username/password if the LDAP server is 
secured; The password in kylin.properties need be encrypted; You can run the 
following command to get the encrypted value:
 
 ```
 cd $KYLIN_HOME/tomcat/webapps/kylin/WEB-INF/lib

http://git-wip-us.apache.org/repos/asf/kylin/blob/e24d706a/website/_docs21/howto/howto_ldap_and_sso.md
----------------------------------------------------------------------
diff --git a/website/_docs21/howto/howto_ldap_and_sso.md 
b/website/_docs21/howto/howto_ldap_and_sso.md
index 98cdba6..945a9fc 100644
--- a/website/_docs21/howto/howto_ldap_and_sso.md
+++ b/website/_docs21/howto/howto_ldap_and_sso.md
@@ -11,11 +11,11 @@ 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 encrypted; You can run the 
following command to get the encrypted value (please note, the password's 
length should be less than 16 characters, see 
[KYLIN-2416](https://issues.apache.org/jira/browse/KYLIN-2416)):
+Firstly, provide LDAP URL, and username/password if the LDAP server is 
secured; The password in kylin.properties need be encrypted; You can run the 
following command to get the encrypted value:
 
 ```
 cd $KYLIN_HOME/tomcat/webapps/kylin/WEB-INF/lib
-java -classpath 
kylin-server-base-1.6.0.jar:spring-beans-3.2.17.RELEASE.jar:spring-core-3.2.17.RELEASE.jar:commons-codec-1.7.jar
 org.apache.kylin.rest.security.PasswordPlaceholderConfigurer AES 
<your_password>
+java -classpath 
kylin-server-base-\<versioin\>.jar:spring-beans-3.2.17.RELEASE.jar:spring-core-3.2.17.RELEASE.jar:commons-codec-1.7.jar
 org.apache.kylin.rest.security.PasswordPlaceholderConfigurer AES 
<your_password>
 ```
 
 Config them in the conf/kylin.properties:

Reply via email to