A kind of problem I keep on stumbling into, every release from SME.
Maybe the procedure can be made default since I didn't notice any drawbacks so far but that's up to the developers.
The procedure to make SME being able to, for example, do commands like: ping <windowsmachine>
mkdir -p /etc/e-smith/templates-custom/etc/nsswitch.conf
cp /etc/e-smith/templates/etc/nsswitch.conf/10files \
/etc/e-smith/templates-custom/etc/nsswitch.conf/10files
pico /etc/e-smith/templates-custom/etc/nsswitch.conf/10files
adjust the line:
hosts: { ($AccessType eq "off") ? "files" : "files dns" }
to
hosts: { ($AccessType eq "off") ? "files" : "files dns wins" }
and save the file (ctrl-x, Y)
To make all become functional you only have to do 1 more thing:
/sbin/e-smith/expand-template /etc/nsswitch.conf
Harro