You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2017/07/27 02:20:30 UTC

drill git commit: inbound impersonation

Repository: drill
Updated Branches:
  refs/heads/gh-pages 63498c1a2 -> ade03031f


inbound impersonation


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

Branch: refs/heads/gh-pages
Commit: ade03031fb64e083da0565d2b9ca4b40d1074adc
Parents: 63498c1
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Wed Jul 26 19:19:27 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Wed Jul 26 19:19:27 2017 -0700

----------------------------------------------------------------------
 .../securing-drill/050-configure-inbound-impersonation.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ade03031/_docs/configure-drill/securing-drill/050-configure-inbound-impersonation.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/securing-drill/050-configure-inbound-impersonation.md b/_docs/configure-drill/securing-drill/050-configure-inbound-impersonation.md
index 28d699c..2161faa 100644
--- a/_docs/configure-drill/securing-drill/050-configure-inbound-impersonation.md
+++ b/_docs/configure-drill/securing-drill/050-configure-inbound-impersonation.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Inbound Impersonation"
-date: 2017-07-27 02:10:07 UTC
+date: 2017-07-27 02:19:28 UTC
 parent: "Securing Drill"
 ---  
 
@@ -51,12 +51,12 @@ Policy format:
        
        *  For JDBC, through SQLLine:
 
-               bin/sqlline –u “jdbc:drill:schema=dfs;zk=myclusterzk;impersonation_target=euser1” -n puser1 -p ppass1  
+               bin/sqlline –u “jdbc:drill:schema=dfs;zk=myclusterzk;impersonation_target=euser1” -n puser1 -p ppass1    
+In this example, `puser1` is the user submitting the queries. This user is authenticated. Since this user is authorized to impersonate any user, queries through the established connection are run as `euser1`.
 
-         In this example, `puser1` is the user submitting the queries. This user is authenticated. Since this user is authorized to impersonate any user, queries through the established connection are run as `euser1`.  
+           
 
        * For ODBC on Linux or Mac, you can pass the username through the `DelegationUID` property in the odbc.ini file. See [Configuring ODBC on Linux]({{site.baseurl}}/docs/configuring-odbc-on-linux/) for more information.  
        
               DelegationUID=euser1  
-
-        If you are using ODBC on Windows, you can use the **ODBC Data Source Administrator** to provide the username through the `Delegation UID` field in the MapR Drill ODBC Driver DSN Setup dialog box. See [Configuring ODBC on Windows]({{site.baseurl}}/docs/configuring-odbc-on-windows/) for more information.
+If you are using ODBC on Windows, you can use the **ODBC Data Source Administrator** to provide the username through the `Delegation UID` field in the MapR Drill ODBC Driver DSN Setup dialog box. See [Configuring ODBC on Windows]({{site.baseurl}}/docs/configuring-odbc-on-windows/) for more information.