I have an issue which occured after moving from Samba to the NetApp. With Samba I had a connecting Windows PC which was not part of the default domain. Samba allows one to serve a unique configuration for each connecting system (eg. smb.conf.hostname1, smb.conf.hostname2). Previously, we were able to set a security setting of "share" instead of "server" with the connecting PC, which had a non-domain (local) account.
Present situation is the NetApp, but we do not seem to be able to create custom configuration files specific to the connecting client. If our default domain is XYZ, and the connecting machine is named ABC, we see a connected session as
192.168.0.100(ABC) (ABC\local_account - pcuser[guest])
What I would like to see is
192.168.0.100(ABC) (ABC\local_account - xyz_domain_account)
Where xyz_domain_account is an ID in the XYZ domain. I cannot seem to keep NetApp from mapping the connecting user to pcuser[guest]. I've tried fussing with /etc/usermap.cfg, but this seems to deal with mapping unix<->windows, and not windows<->windows. Is there any way to map a connecting Windows local account to a domain account? Would putting ABC in the domain search order list be of any help?