I have scheduled tasks on Windows domain members that operate under the LocalSystem context. My experience in having these tasks write to shares on Windows servers, is that it works correctly showing a username of COMPUTERNAME$. I'm trying to replicate this behavior, with these scheduled tasks saving data to a Samba share but I'm having no luck.
I see in the Samba.org changelog that this should have been fixed as of Samba 3.0.2, and was described in Bug 722; however, it looks like it may have been a patch to winbindd to correct that. I wonder whether something similar needs to happen in vasidmap, or whether I'm missing something in the configuration.
Is it possible to map Domain Computer accounts to a Linux user account using smbd-quest?
As the comment says, "Machines are People Too!"
My smb.conf has "security mode = ads", plus all of the normal additions added by samba-quest after running the vasidmap configure script. Normal domain users are mapping correctly to their Unix Personalities. I have also configured the "username map" file option, and my username mapping file appears to be working correctly for User accounts (with the username mapping file overriding the vasidmap results), but computer accounts fail in every case. I've tried mapping it as
jmwosg = server1 SERVER1 server1$ SERVER1$ LAB\SERVER1$ LAB\SERVER1
where jmwosg is a Unix Personality, Server1 is the computer, and LAB is the domain. Am I missing something?
I see in the Samba.org changelog that this should have been fixed as of Samba 3.0.2, and was described in Bug 722; however, it looks like it may have been a patch to winbindd to correct that. I wonder whether something similar needs to happen in vasidmap, or whether I'm missing something in the configuration.
Is it possible to map Domain Computer accounts to a Linux user account using smbd-quest?
As the comment says, "Machines are People Too!"
My smb.conf has "security mode = ads", plus all of the normal additions added by samba-quest after running the vasidmap configure script. Normal domain users are mapping correctly to their Unix Personalities. I have also configured the "username map" file option, and my username mapping file appears to be working correctly for User accounts (with the username mapping file overriding the vasidmap results), but computer accounts fail in every case. I've tried mapping it as
jmwosg = server1 SERVER1 server1$ SERVER1$ LAB\SERVER1$ LAB\SERVER1
where jmwosg is a Unix Personality, Server1 is the computer, and LAB is the domain. Am I missing something?