Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/962#discussion_r141406080
--- Diff: distribution/src/resources/drill-override-example.conf ---
@@ -133,6 +133,8 @@ drill.exec: {
security.user.auth {
enabled: false,
packages += "org.apache.drill.exec.rpc.user.security",
+ # There are 2 implementations available "pam" using JPAM
+ # and "pam4j" using libpam4j
--- End diff --
Updated the comment here to reflect the Annotation name
`UserAuthenticatorTemplate`
---