I have been using e-smith-loginscript-0.2-2.noarch.rpm with 5.6 (Workstations running Win98, W2K and WinXP) worked fine. An example was
net time \\yourservername/set /yes
net use P: \\yourservername\public_sh
#ifg securefiles
net use M: \\yourservername\smefiles
#endif
#ifg access_users
net use Y: \\yourservername\access_be
#endif
#ifg admin_group
net use K: \\yourservername\admin_sh
#endif
As you can see I was using g (group) in the batch file. This all worked fine, but when on a new server I installed SME6 (Workstations all running W2K) the rpm would not work and neither would the g (group).
So this is what I did (if you have already discovered this then I am sorry for boring you)
cd /home/e-smith/files/samaba/netlogon
Then I used "mc" to edit the netlogon.bat file that is already there. I changed the above example to the below example. What I found that samba appears to read the users permissions to connect to drives .It also appears that when you have made changes to user/groups or groups/users it is best to reboot the server. Even in 5.6 I have had to enable the tick and then save and then tick again before it was accepted.
net time \\yourservername /set /yes
net use P: \\yourservername\public_sh
net use M: \\yourservername\smefiles
net use Y: \\yourservername\access_be
net use K: \\yourservername\admin_sh
I have one problem connecting W2K to SME6, the login script connect H:\ to the Home directory BUT windows also connects Z:\ to the Home directory. I have opened up the system.adm file but am unsure if I am on the right track.
Any one with informartion would be appreciated.
Hope this help someone, I search the forum and could not find an answer, before I posted this.
