This is probably stupid but I don’t understand much of the following
domain logons dictates whether the Samba server will serve Windows Domain logons for the workgroup it is in. logon script specifies the batch file (.bat) or NT command file (.cmd) to be downloaded and run on a machine when a user successfully logs in. logon path specifies the home directory where roaming profiles (NTuser.dat etc files for Windows NT) are stored. logon drive specifies the local path to which the home directory will be connected and is only used by NT Workstations. logon home specifies the home directory location when a Win95/98 or NT Workstation logs into a Samba PDC. Please note that variables %L and %U must be used. They defined the server name and username (respectively). You may specify any drive letter as long as it does not conflict with other drives on your Win2k client.
domain logons = yes
logon script = login.bat OR %U.bat > do I have to create that script my self?
logon path = \\%L\profiles\%U > what does %L and %U means exactly and on which drive in this example the profiles folder is created
logon drive = H: > I only have one drive on my ubuntu machine its called filesystem and does not have any drive letters assign to it
logon home = \\%L\%U\.9xprofile >again by this example where is home directory located ?
Anyone knows anything about that?
Sorry if I m being stupid