Hello I have fun with the ticketer.py tools. I am in a very special case. I am trying to create a webservice that will distribute tickets. It's an SSO-kerberos gateway, kerberos. (Pass-the-hash) But I have a problem that causes samba to crash I use : https://github.com/SecureAuthCorp/impacket Exemple: python3 ticketer.py -nthash 999999999999999999999999999999999 -domain-sid S-1-5-21-2462102061-3650107521-4026874488 -domain SF.LAN -groups 513 -spn cifs/srvfichiers.sf.lan -user sfonteneau -extra-sid S-1-5-21-2462102061-3650107521-4026874488-513 -user-id 1107 sfonteneau smbclient -k -L //srvfichiers.sf.lan -U sfonteneau The above example will work but will cause winbind to crash. I am then obliged to restart the samba winbind. Is this normal, is it a bug? is there a risk of ddos?