Louis,
On SUSE, do you get this ....
# ypcat auto.home
192.168.2.X:/home/e-smith/files/users/&/home
where X is the ip of your NIS server.?
If not, on SME create the following inside /etc/auto.home:
* 192.168.2.X:/home/e-smith/files/users/&/home
where X is the ip of your NIS server.
Check that you're pushing that map too in /var/yp/Makefile, in the section "all" you should have:
# If you don't want some of these maps built, feel free to comment
# them out from this list.
all: passwd group shadow auto.master auto.home \
#all: passwd group hosts rpc services netid protocols mail \
# netgrp shadow publickey networks ethers bootparams printcap \
# amd.home auto.master auto.home auto.local passwd.adjunct \
# timezone locale netmasks
Then run "push" on SME and "rcautofs restart" on SUSE.
Damian