wbinfo challenge/response password authentication failed

Probleme mit Samba, NFS, FTP und Co.
Antworten
user1378
Beiträge: 12
Registriert: 20.10.2011 20:01:54

wbinfo challenge/response password authentication failed

Beitrag von user1378 » 17.09.2019 12:59:09

halli hallo,

ich habe mir einen samba4 DC installiert. (Version 4.5.16-Debian auf Debian 9.11)
"wbinfo -u" und "wbinfo -g" funktionieren einwandfrei.

ein wbinfo -a testuser%geheim macht aber folgendes:

Code: Alles auswählen

plaintext password authentication succeeded
challenge/response password authentication failed
wbcAuthenticateUserEx(DOMAIN\testuser): error code was NT_STATUS_WRONG_PASSWORD (0xc000006a)
error message was: Wrong Password
Could not authenticate user testuser with challenge/response
plaintext auth funktioniert.
challenge/response leider nicht :-(

kann mir jemand einen schubs in die richtige richtung geben?

smb.conf:

Code: Alles auswählen

[global]
	netbios name = SRV-DC-1
	realm = DOMAIN.LOCAL
	workgroup = DOMAIN
 	dns forwarder = 192.168.1.1
	server role = active directory domain controller

[netlogon]
	path = /var/lib/samba/sysvol/domain.local/scripts
	read only = No

[sysvol]
	path = /var/lib/samba/sysvol
	read only = No
lg user

Antworten