Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. root@proxy ~]# msktutil -c -b "CN=COMPUTERS" -s HTTP/proxy.informatics.ftk -h proxy.informatics.ftk -k /root/HTTP.keytab --computer-name PROXY --upn HTTP/proxy.informatics.ftk --server 192.168.88.10 --verbose
  2. -- init_password: Wiping the computer password structure
  3. -- finalize_exec: Determining user principal name
  4. -- finalize_exec: User Principal Name is: HTTP/proxy.informatics.ftk@INFORMATICS.FTK
  5. -- create_fake_krb5_conf: Created a fake krb5.conf file: /tmp/.mskt-2071krb5.conf
  6. -- get_krb5_context: Creating Kerberos Context
  7. -- try_machine_keytab: Using the local credential cache: /tmp/.mskt-2071krb5_ccache
  8. -- try_machine_keytab: krb5_get_init_creds_keytab failed (No such file or directory)
  9. -- try_machine_keytab: Unable to authenticate using the local keytab
  10. -- try_ldap_connect: Connecting to LDAP server: 192.168.88.10
  11. -- try_ldap_connect: Connecting to LDAP server: 192.168.88.10
  12. SASL/GSSAPI authentication started
  13. SASL username: admin@INFORMATICS.FTK
  14. SASL SSF: 56
  15. SASL installing layers
  16. -- ldap_get_base_dn: Determining default LDAP base: dc=informatics,dc=ftk
  17. -- get_short_hostname: Determined short hostname: proxy
  18. -- finalize_exec: SAM Account Name is: PROXY$
  19. Updating all entries for proxy.informatics.ftk in the keytab /root/HTTP.keytab
  20. -- try_set_password: Attempting to reset computer's password
  21. -- ldap_check_account: Checking that a computer account for PROXY$ exists
  22. No computer account for PROXY found, creating a new one.
  23. -- ldap_check_account_strings: Inspecting (and updating) computer account attributes
  24. -- get_user_principal: Obtaining Principal for the executing user
  25. -- get_user_dn: Determined executing user's DN to be CN=Администратор,CN=Users,DC=informatics,DC=ftk
  26. -- generate_new_password: Generating a new, random password for the computer account
  27. -- try_set_password: krb5_get_init_creds_keytab failed (Client not found in Kerberos database)
  28. -- try_set_password: Attempting to reset computer's password
  29. -- ldap_check_account: Checking that a computer account for PROXY$ exists
  30. -- ldap_check_account: Checking computer account found
  31. -- ldap_check_account_strings: Inspecting (and updating) computer account attributes
  32. -- get_user_principal: Obtaining Principal for the executing user
  33. -- get_user_dn: Determined executing user's DN to be CN=Администратор,CN=Users,DC=informatics,DC=ftk
  34. -- generate_new_password: Generating a new, random password for the computer account
  35. -- ldap_get_pwdLastSet: pwdLastSet is 0
  36. Error: Unable to set machine password for proxy: (3) Authentication error
  37. Error: set_password failed
  38. -- krb5_cleanup: Destroying Kerberos Context
  39. -- ldap_cleanup: Disconnecting from LDAP server
  40. -- init_password: Wiping the computer password structure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement