Guest User

Untitled

a guest
Dec 14th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. drill.exec: {
  2. cluster-id: "drillbits1",
  3. zk.connect: "127.0.0.1:2181",
  4. http.ssl_enabled: true,
  5. encryption.sasl.enabled: true,
  6. encryption.sasl.max_wrapped_size: 65536,
  7. impersonation: {
  8. enabled: true,
  9. max_chained_user_hops: 3
  10. },
  11. security: {
  12. auth.mechanisms : ["PLAIN"],
  13. },
  14. security.user.auth: {
  15. enabled: true,
  16. packages += "org.apache.drill.exec.rpc.user.security",
  17. impl: "pam",
  18. pam_profiles: [ "sudo", "admin2" ]
  19. }
  20.  
  21. }
  22.  
  23. **pam_unix(sudo:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=admin2**
Add Comment
Please, Sign In to add comment