This may be crude, but it works. On the Linux client, go to /etc then su to root. Run vi fstab, switch to insert mode, (esc, i) and add the following line at the bottom of the table:
\raid\p-drive mnt/p smbfs fmask=777,username="",password="" 0 0
The above refers to my e-smith SME server called "raid" and an ibay resource called "p-drive". I created a directory under /mnt called "p" as a mount point. The nulls after username and password should be replaced with your real username and real password. When you have added all the resources to the fstab file, do :wq to save it. Then run "mount -a" to mount all the new drives, and you are connected. Note that the spaces between the entries in fstab shown above should actually be "tabs" (use the tab key).
Hope this helps,
Tom
dk wrote:
>
> Folks,
> anyone know how to join a linux client (mandrake8 or redhat9)
> to a e-smith domain?
>
> On Mand9 during setup you can choose to authenticate on a
> windows domain - the first time I tried this with esmith it
> worked fine, but not since...any ideas?