Author: lidong
Date: Thu Oct 12 14:00:50 2017
New Revision: 1811964

URL: http://svn.apache.org/viewvc?rev=1811964&view=rev
Log:
update conf items for ldap

Modified:
    kylin/site/docs21/howto/howto_ldap_and_sso.html
    kylin/site/feed.xml

Modified: kylin/site/docs21/howto/howto_ldap_and_sso.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs21/howto/howto_ldap_and_sso.html?rev=1811964&r1=1811963&r2=1811964&view=diff
==============================================================================
--- kylin/site/docs21/howto/howto_ldap_and_sso.html (original)
+++ kylin/site/docs21/howto/howto_ldap_and_sso.html Thu Oct 12 14:00:50 2017
@@ -2865,14 +2865,14 @@ ldap.user.groupSearchBase=OU=Group,DC=my
 
 <h3 id="configure-the-administrator-group-and-default-role">Configure the 
administrator group and default role</h3>
 
-<p>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:</p>
+<p>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:</p>
 
-<div class="highlighter-rouge"><pre 
class="highlight"><code>acl.adminRole=ROLE_KYLIN-ADMIN-GROUP
-acl.defaultRole=ROLE_ANALYST,ROLE_MODELER
+<div class="highlighter-rouge"><pre 
class="highlight"><code>kylin.security.acl.admin-role=ROLE_KYLIN-ADMIN-GROUP
+kylin.security.acl.default-role=ROLE_ANALYST,ROLE_MODELER
 </code></pre>
 </div>
 
-<p>The “acl.defaultRole” is a list of the default roles that grant to 
everyone, keep it as-is.</p>
+<p>The “kylin.security.acl.default-role” is a list of the default roles 
that grant to everyone, keep it as-is.</p>
 
 <h4 id="enable-ldap">Enable LDAP</h4>
 

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1811964&r1=1811963&r2=1811964&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Oct 12 14:00:50 2017
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 10 Oct 2017 06:59:07 -0700</pubDate>
-    <lastBuildDate>Tue, 10 Oct 2017 06:59:07 -0700</lastBuildDate>
+    <pubDate>Thu, 12 Oct 2017 06:59:03 -0700</pubDate>
+    <lastBuildDate>Thu, 12 Oct 2017 06:59:03 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to