Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. session optional pam_mkhomedir.so skel=/etc/skel/ umask=0077
  2. # end of pam-auth-update config
  3.  
  4. #id ad.test.edu\test
  5. id: ‘ad.test.edu\test’: no such user
  6.  
  7. $grep -i ad.te /etc/krb5.conf
  8. kdc = ad.test.edu
  9. admin_server = ad.test.edu
  10.  
  11. $kinit test@AD.TEST.EDU
  12. Password for test@AD.TEST.EDU:
  13.  
  14. $klist
  15. Ticket cache: FILE:/tmp/krb5cc_1000
  16. Default principal: test@AD.TEST.EDU
  17.  
  18. Valid starting Expires Service principal
  19. 03/20/2019 16:36:05 03/21/2019 02:36:05
  20. krbtgt/AD.TEST.EDU@AD.TEST.EDU
  21.  
  22. Mar 20 10:09:58 TEST lightdm: pam_krb5(lightdm:auth): user test@AD.TEST.EDU authenticated as test@AD.TEST.EDU
  23. Mar 20 10:09:58 TEST lightdm: gkr-pam: error looking up user information
  24. Mar 20 10:09:58 TEST lightdm: pam_kwallet5(lightdm:auth): (null): pam_sm_authenticate
  25. Mar 20 10:09:58 TEST lightdm: pam_kwallet5(lightdm:auth): pam_kwallet5: Couldn't get user info (passwd) info
  26. Mar 20 10:09:58 TEST lightdm: pam_unix(lightdm:account): could not identify user (from getpwnam(test@AD.TEST.EDU))
  27. Mar 20 10:09:58 TEST lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
  28. Mar 20 10:09:58 TEST lightdm: PAM adding faulty module: pam_kwallet.so
  29.  
  30. Mar 20 10:09:58 TEST lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
  31.  
  32. Mar 20 10:14:35 TEST lightdm: pam_krb5(lightdm:auth): user test@AD.TEST.EDU authenticated as test@AD.TEST.EDU
  33. Mar 20 10:14:35 TEST lightdm: gkr-pam: error looking up user information
  34. Mar 20 10:14:35 TEST lightdm: pam_kwallet(lightdm:auth): (null): pam_sm_authenticate
  35. Mar 20 10:14:35 TEST lightdm: pam_kwallet(lightdm:auth): pam_kwallet: Couldn't get user info (passwd) info
  36. Mar 20 10:14:35 TEST lightdm: pam_kwallet5(lightdm:auth): (null): pam_sm_authenticate
  37. Mar 20 10:14:35 TEST lightdm: pam_kwallet5(lightdm:auth): pam_kwallet5: Couldn't get user info (passwd) info
  38. Mar 20 10:14:35 TEST lightdm: pam_unix(lightdm:account): could not identify user (from getpwnam(test@AD.TEST.EDU))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement