You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/10/12 10:29:29 UTC

kylin git commit: update conf items for ldap

Repository: kylin
Updated Branches:
  refs/heads/document fbe11af26 -> 0f077a06f


update conf items for ldap


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

Branch: refs/heads/document
Commit: 0f077a06f38b38be5e79741f1ffba2e7f473560d
Parents: fbe11af
Author: lidongsjtu <li...@apache.org>
Authored: Thu Oct 12 18:29:24 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Thu Oct 12 18:29:24 2017 +0800

----------------------------------------------------------------------
 website/_docs21/howto/howto_ldap_and_sso.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/0f077a06/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 8d6bd47..98cdba6 100644
--- a/website/_docs21/howto/howto_ldap_and_sso.md
+++ b/website/_docs21/howto/howto_ldap_and_sso.md
@@ -38,14 +38,14 @@ If you have service accounts (e.g, for system integration) which also need be au
 
 ### Configure the administrator group and default role
 
-To map an LDAP group to the admin group in Kylin, need set the "acl.adminRole" to "ROLE_" + GROUP_NAME. For example, in LDAP the group "KYLIN-ADMIN-GROUP" is the list of administrators, here need set it as:
+To map an LDAP group to the admin group in Kylin, need set the "kylin.security.acl.admin-role" to "ROLE_" + GROUP_NAME. For example, in LDAP the group "KYLIN-ADMIN-GROUP" is the list of administrators, here need set it as:
 
 ```
-acl.adminRole=ROLE_KYLIN-ADMIN-GROUP
-acl.defaultRole=ROLE_ANALYST,ROLE_MODELER
+kylin.security.acl.admin-role=ROLE_KYLIN-ADMIN-GROUP
+kylin.security.acl.default-role=ROLE_ANALYST,ROLE_MODELER
 ```
 
-The "acl.defaultRole" is a list of the default roles that grant to everyone, keep it as-is.
+The "kylin.security.acl.default-role" is a list of the default roles that grant to everyone, keep it as-is.
 
 #### Enable LDAP