A resolução do DNS parece não funcionar. Adicione os três primeiros triplets em vez de um domínio como o hosts allow
:
hosts allow = 10.234.56
reinicie o samba e tente novamente fazer login.
Se o DNS precisar ser usado, algumas configurações adicionais serão necessárias no Samba:
7.3.4.4 proxy do DNS
If you want the domain name service (DNS) to be used if a name isn't found in WINS, you can
set the following option:
[global]
dns proxy = yes
Verifique também o seguinte:
7.3.4.5 ordem de resolução de nomes
The global name resolve order option specifies the order of services that Samba will use
in attempting name resolution. The default order is to use the LMHOSTS file, followed by
standard Unix name resolution methods (some combination of /etc/hosts, DNS, and NIS), then
query a WINS server, and finally use broadcasting to determine the address of a NetBIOS name.
You can override this option by specifying something like the following:
[global]
name resolve order = lmhosts wins hosts bcast