Guest User

Untitled

a guest
Dec 13th, 2017
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [piotr@demon ~]$ sudo mount -t cifs //hostx.intranet.local/pdobrogost /home/piotr/remote/hostx/ --verbose -o credentials=/home/piotr/.config/cifs-credentials.conf,uid=piotr,gid=piotr
  2. domain=domainx
  3. mount.cifs kernel mount options: ip=1.2.3.4,unc=\hostx.intranet.localpdobrogost,uid=1000,gid=1000,user=pdobrogost,,domain=domainx,pass=********
  4.  
  5. [piotr@demon ~]$ sudo mount -t cifs //hosty.intranet.local/pdobrogost /home/piotr/remote/hosty/ --verbose -o credentials=/home/piotr/.config/cifs-credentials.conf,uid=piotr,gid=piotr
  6. domain=domainx
  7. mount.cifs kernel mount options: ip=1.2.3.5,unc=\hosty.intranet.localpdobrogost,uid=1000,gid=1000,user=pdobrogost,,domain=domainx,pass=********
  8. mount error(22): Invalid argument
  9. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  10.  
  11. username=my_cifs_username
  12. password=my_cifs_password
  13. domain=domainx
  14.  
  15. [piotr@demon ~]$ smbclient -d 3 -A /home/piotr/.config/cifs-credentials.conf -W domainx //hosty.intranet.local/pdobrogost
  16. lp_load_ex: refreshing parameters
  17. Initialising global parameters
  18. rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
  19. params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
  20. Processing section "[global]"
  21. added interface p1p1 ip=10.92.2.80 bcast=10.92.2.255 netmask=255.255.255.0
  22. Client started (version 4.1.6).
  23. tdb(/var/lib/samba/gencache.tdb): tdb_open_ex: could not open file /var/lib/samba/gencache.tdb: Permission denied
  24. resolve_lmhosts: Attempting lmhosts lookup for name hosty.intranet.local<0x20>
  25. resolve_lmhosts: Attempting lmhosts lookup for name hosty.intranet.local<0x20>
  26. resolve_wins: WINS server resolution selected and no WINS servers listed.
  27. resolve_hosts: Attempting host lookup for name hosty.intranet.local<0x20>
  28. Connecting to 1.2.3.5 at port 445
  29. Doing spnego session setup (blob length=97)
  30. got OID=1.2.840.113554.1.2.2
  31. got OID=1.2.840.48018.1.2.2
  32. got OID=1.3.6.1.4.1.311.2.2.10
  33. got principal=cifs/hosty.intranet.local@INTRANET.LOCAL
  34. Got challenge flags:
  35. Got NTLMSSP neg_flags=0x60898215
  36. NTLMSSP: Set final flags:
  37. Got NTLMSSP neg_flags=0x60088215
  38. NTLMSSP Sign/Seal - Initialising with flags:
  39. Got NTLMSSP neg_flags=0x60088215
  40. SPNEGO login failed: Unexpected information received
  41. session setup failed: NT_STATUS_INVALID_PARAMETER
  42.  
  43. Nov 14 15:09:37 hosty smbd[28956]: [2014/11/14 15:09:37, 0] rpc_client/cli_pipe.c:cli_pipe_verify_schannel(354)
  44. Nov 14 15:09:37 hosty smbd[28956]: cli_pipe_verify_schannel: auth_len 56.
  45. Nov 14 15:09:37 hosty smbd[28956]: [2014/11/14 15:09:37, 0] auth/auth_domain.c:domain_client_validate(260)
  46. Nov 14 15:09:37 hosty smbd[28956]: domain_client_validate: unable to validate password for user pdobrogost in domain domainx to Domain controller A.INTRANET.LOCAL. Error was NT_STATUS_INVALID_PARAMETER.
Add Comment
Please, Sign In to add comment