Displaying 2 results from an estimated 2 matches for "pgoetz1".
Did you mean:
  pgoetz
  
2019 Jun 14
1
Ubuntu 18.04, bound to Windows AD, sssd auth, Samba 4.7.6: Can't get no share satisfaction
...10, I see this in the 
log file:
---------------------------------------
[2019/06/14 17:34:58.892367,  3, pid=5112, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth.c:189(auth_check_ntlm_password)
   check_ntlm_password:  Checking password for unmapped user 
[austin]\[pgoetz]@[CNS-VM-PGOETZ1] with the new password interface
[2019/06/14 17:34:58.892385,  3, pid=5112, effective(0, 0), real(0, 0), 
class=auth] ../source3/auth/auth.c:192(auth_check_ntlm_password)
   check_ntlm_password:  mapped user is: [austin]\[pgoetz]@[CNS-VM-PGOETZ1]
...
[2019/06/14 17:34:58.892644,  5, pid=5112, effec...
2019 Jun 11
1
Samba + sssd deployment: success and failure
...] 
../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
   Found account name from PAC: pgoetz [Goetz, Patrick G]
On the Ubuntu system I see
[2019/06/11 13:58:47.535611,  3] 
../auth/ntlmssp/ntlmssp_server.c:454(ntlmssp_server_preauth)
   Got user=[pgoetz] domain=[austin] workstation=[CNS-VM-PGOETZ1] 
len1=24 len2=332
What then happens is it looks for user pgoetz in a non-existent passdb 
file, maps the username to guest, which is mapped to nobody, and then 
the authentication fails.
Just want to confirm that the problem is with the Samba version before 
upgrading from a PPA.
Aside:  Looks...