If you are trying to mount a samba share with and unpriviledged
user using autofs under suse 9.3, this may be for you.
/etc/auto.master
------------------------------------------------------------
/mnt/rec /etc/auto.rec
/etc/auto.rec
# mount the 'files' share from the rec server on
# /mnt/rec/files using the credentials for user joe
# and the group 'joe'. (watch linebreaks)
----------------------------------------------------------
files
-fstype=smbfs,credentials=/etc/samba/auth.rec.joe,uid=joe,gid=joe
://rec/files
|