Repository: drill-site Updated Branches: refs/heads/asf-site 78d29f432 -> 251a21fb0
minor edits Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/251a21fb Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/251a21fb Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/251a21fb Branch: refs/heads/asf-site Commit: 251a21fb0d3b818ae1c9d4f77721f1f9dd10807d Parents: 78d29f4 Author: Bridget Bevens <[email protected]> Authored: Tue Apr 3 17:28:44 2018 -0700 Committer: Bridget Bevens <[email protected]> Committed: Tue Apr 3 17:28:44 2018 -0700 ---------------------------------------------------------------------- .../securing-drill/070-configuring-user-security.md | 4 ++-- feed.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/251a21fb/docs/configure-drill/securing-drill/070-configuring-user-security.md ---------------------------------------------------------------------- diff --git a/docs/configure-drill/securing-drill/070-configuring-user-security.md b/docs/configure-drill/securing-drill/070-configuring-user-security.md index b73721b..8558a7a 100644 --- a/docs/configure-drill/securing-drill/070-configuring-user-security.md +++ b/docs/configure-drill/securing-drill/070-configuring-user-security.md @@ -1,13 +1,13 @@ c--- title: "Configuring User Security" -date: 2018-04-03 23:49:44 UTC +date: 2018-04-04 00:23:28 UTC parent: "Securing Drill" --- ## Authentication Authentication is the process of establishing confidence of authenticity. A Drill client user is authenticated when a Drillbit confirms the identity it is presented with. Drill supports several authentication mechanisms through which users can prove their identity before accessing cluster data: -* **Kerberos** - Featuring Drill client to Drillbit encryption as of Drill 1.11. See [Configuring Kerberos Security]({{site.baseurl}}/docs/configuring-kerberos-security/). +* **Kerberos** - Featuring Drill client to Drillbit encryption, as of Drill 1.11. See [Configuring Kerberos Security]({{site.baseurl}}/docs/configuring-kerberos-security/). * **SPNEGO** - Drill 1.13 and later supports the Simple and Protected GSS-API Negotiation mechanism (SPNEGO) to extend the Kerberos-based single sign-on authentication mechanism to HTTP. See [Configuring Drill to use SPNEGO for HTTP Authentication]({{site.baseurl}}/docs/configuring-drill-to-use-spnego-for-http-authentication/). * **Plain** - Also known as basic authentication (auth), which is username and password-based authentication through the Linux Pluggable Authentication Module (PAM). See [Configuring Plain Security]({{site.baseurl}}/docs/configuring-plain-security/). * **Custom authenticators** - See [Creating Custom Authenticators]({{site.baseurl}}/docs/creating-custom-authenticators). http://git-wip-us.apache.org/repos/asf/drill-site/blob/251a21fb/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 2fc55d2..7c21595 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Tue, 03 Apr 2018 16:51:43 -0700</pubDate> - <lastBuildDate>Tue, 03 Apr 2018 16:51:43 -0700</lastBuildDate> + <pubDate>Tue, 03 Apr 2018 17:26:22 -0700</pubDate> + <lastBuildDate>Tue, 03 Apr 2018 17:26:22 -0700</lastBuildDate> <generator>Jekyll v2.5.2</generator> <item>
