[
https://issues.apache.org/jira/browse/DRILL-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bridget Bevens resolved DRILL-4461.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
Added step 2 to address the issue:
http://drill.apache.org/docs/configuring-user-authentication/#implementing-and-configuring-a-custom-authenticator
> Drill Custom Authentication Startup Exception
> ---------------------------------------------
>
> Key: DRILL-4461
> URL: https://issues.apache.org/jira/browse/DRILL-4461
> Project: Apache Drill
> Issue Type: Bug
> Components: Documentation
> Reporter: Bridget Bevens
> Assignee: Bridget Bevens
> Fix For: 1.5.0
>
>
> On page: https://drill.apache.org/docs/configuring-user-authentication/
> There is one step that is missing from the doc.
> For the custom classpath scanner to find the new class put the following
> config code in a file named drill-module.conf at the root of the jar file
> with custom authentication class.
> drill {
> classpath.scanning {
> packages += "myorg.drill.security"
> }
> }
> Could you please create a JIRA for changing the documentation?
> Thanks
> Venki
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)