Guest User

Untitled

a guest
Jan 3rd, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. dev.mydomain.local
  2. type: kerberos
  3. realm-name: DEV.MYDOMAIN.LOCAL
  4. domain-name: dev.mydomain.local
  5. configured: kerberos-member
  6. server-software: active-directory
  7. client-software: sssd
  8. required-package: oddjob
  9. required-package: oddjob-mkhomedir
  10. required-package: sssd
  11. required-package: adcli
  12. required-package: samba-common-tools
  13. login-formats: %U
  14. login-policy: allow-realm-logins
  15.  
  16. id centosuser
  17.  
  18. uid=6XXXXXXXX(centosuser) gid=6XXXXXXXXXXX(domain users)
  19. groups=6XXXXXXX(domain users),6XXXXXXXXXX(sudoers)
  20.  
  21. [root@centos7-PC ~]# ssh centosuser@<IP address of centos7-PC>
  22. centosuser@<IP address of centos7-PC> password:
  23. Authentication failed.
  24.  
  25. systemctl status sshd
  26.  
  27. Jan 04 03:48:11 FQDN of CentOS PC sshd[5632]: Failed password for centosuser from ::1 port 39924 ssh2
  28. Jan 04 03:48:11 FQDN of CentOS PC sshd[5632]: fatal: Access denied for user centosuser by PAM account configuration [preauth]
  29. Jan 04 03:52:50 FQDN of CentOS PC sshd[5715]: pam_sss(sshd:auth): authentication success; logname= uid=0 euid=0 tty=ssh ruser= rhost...tosuser
  30. Jan 04 03:54:20 FQDN of CentOS PC sshd[5715]: Failed password for centosuser from <IP address of CentOS PC> port 51118 ssh2
  31. Jan 04 03:54:20 FQDN of CentOS PC sshd[5715]: fatal: Access denied for user centosuser by PAM account configuration [preauth]
  32. Jan 04 04:04:20 FQDN of CentOS PC sshd[5771]: pam_sss(sshd:auth): authentication success; logname= uid=0 euid=0 tty=ssh ruser= rhost...tosuser
  33. Jan 04 04:05:50 FQDN of CentOS PC sshd[5771]: Failed password for centosuser from <IP address of CentOS PC> port 51144 ssh2
  34. Jan 04 04:05:50 FQDN of CentOS PC sshd[5771]: fatal: Access denied for user centosuser by PAM account configuration [preauth]
Add Comment
Please, Sign In to add comment